All Apps and Add-ons

Can you read a CSV file using HEC?

joydeep741
Path Finder

Can I read a CSV file using HEC (HTTP EVENT COLLECTOR)?

curl -k https://localhost:8088/services/collector -H "Authorization:Splunk be6e9136-55-4ace-9770-51626303d2e2" -d "{\"sourcetype\":\"trialHEC\", \"event\":\"Hello,World!\"}"

So instead of a "HELLO WORLD" I want to send an entire file.

How can I do that?

0 Karma

starcher
Influencer

that is not what that app does. The app is an alert action to send search results to HEC.
If you want to send a csv file to HEC you should develop code such as python to do it.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...