Getting Data In

In splunk python SDK, I don't see an option to send data to an index using HEC (HTTP Event Collector) endpoints. Is there a reason why it's not supported?

hsingams2
Explorer

The "submit" method in splunklib.client.Index class is using HTTP simple receiver REST route and not HEC routes.

1 Solution

starcher
Influencer

starcher
Influencer

You can write your own HEC method or use this one. https://github.com/georgestarcher/Splunk-Class-httpevent

Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...