We're trying to useSplunkLight and the HEC from the browser. Browsers don't allow ajax calls to https sites with self-signed certs, like the one on the HEC endpoint.
How can we setup a l...
I set up an new SplunkLight account to test out the functionality of Splunk and would like to send data using the HTTPEventCollector.
According to the docs (http://dev.splunk.com/view/event-collector...
...s to Splunk using the HTTPeventcollector (HEC), it all works fine when i provide the code in c# to ignore certs.
ServicePointManager.ServerCertificateValidationCallback = new
R...
Hi,
I have a use case where I need to send data from Chrome (client-side) to Splunk, where the website resides on HTTPS. Chrome fails self-signed certificates (net::ERR_INSECURE_RESPONSE), so I w...
Hi,
I just downloaded and installed SplunkLight on-prem and I'm trying to useHTTPEventCollector walk-through ( http://dev.splunk.com/view/event-collector/SP-CAAAE7F) with postman/curl. I t...
I am trying to hook up my existing Heroku app log stream to a SplunkLight (hosted) instance. How do I do this?
The SplunkLight documentation (http://docs.splunk.com/Documentation/SplunkLight/6...
...He replied it’s just JSON and Post just write it. So I did and made a HEC python class a number of folks still use. ( GitHub - georgestarcher/Splunk-Class-httpevent: Python class to submit events t...
...arious needs - not just one customers' Splunk setup. I've set up a HTTPEventCollector endpoint in my Splunk Cloud to receive the data, and created a webhook to send data to my Splunk HEC endpoint.
H...
Hi,
I enabled HttpEventCollectorin Global Settings of my Splunk Cloud instance and usehttps://xxxxxxxx.cloud.splunk.com:8088/services/collector/event as a post target url.
When trying to s...
...ut.
The data would be accessed in a Splunk dashboard/report keying on the user and his/her data.
I saw a recommendation from another post regarding HTTPEventCollector for this purpose. On f...