This is a python class file for use with other python scripts to send events to a Splunk http event collector. You will need to put this with any other code and import the class as needed. Instantiate ...
Splunk HEC has two endpoint targets: "event" (JSON) and "raw" (text). Raw events should be framed: HTTP Event Collector can parse raw text and extract one or more events. HEC expects that the HTTP ...