proper configuration for use with splunk light cloud
See original GitHub issueI’m trying to stream data to my instance of splunk light with the following configuration:
logging:
splunk-kubernetes-logging:
secret:
create: true
splunk:
hec:
host: beep-boop
insecureSSL: false
port: 443
token: vault:darkstore-dev/logging/splunk/hec:token
I get the following error with this configuation:
2019-11-13 19:35:38 +0000 [error]: #0 Failed POST to https://beep-boop.cloud.splunk.com/services/collector, response: <!doctype html><html><head><meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta http-equiv="refresh" content="1;url=https://beep-boop.cloud.splunk.com/en-US/services/collector"><title>303 See Other</title></head><body><h1>See Other</h1><p>The resource has moved temporarily <a href="https://beep-boop.cloud.splunk.com/en-US/services/collector">here</a>.</p></body></html>
I’ve tried various configurations, to no avail. I’ve tried not have insecureSSL: false
, I’ve tried port: 8089
as well as port: 9997
, which is configured for data receive in my Splunk Light cloud UI.
Any tips on getting this to work?
Issue Analytics
- State:
- Created 4 years ago
- Comments:14
Top Results From Across the Web
How to configure Splunk Light cloud service? - Splunk Community
In my current Splunk server, I use TCP Local Data Inputs. In "Splunk Light" cloud TCP Local Data is not listed as an...
Read more >Splunk Light cloud service FAQ
Use the Universal Forwarder app available in the cloud instance to configure the authentication credentials needed by the universal ...
Read more >Splunk Cloud Platform Quick Start
To create a test index where you can store test data, click Settings > Indexes. · Click New Indexes and assign the index...
Read more >Forward data to Splunk Light cloud service using Linux
How to configure Splunk Light cloud service? ... Click the Linux button and click the installer that is appropriate for your platform.
Read more >Forward data to Splunk Light cloud service using Microsoft ...
1. Download the Splunk Universal Forwarder for Windows. 2. Once you are logged into the Splunk Light user interface, click the menu at...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yep. Our configuration ended up looking like:
Will try. Thanks!
Matt
On Wed, Nov 20, 2019 at 9:29 AM Matthew Modestino notifications@github.com wrote: