Installation

HEC not working for Spunk Cloud

raomu
Explorer

Hello,

I have a test python script below. The script doesn't show-up any error and runs fine but doesn't send any data from TEST.csv file to indexer.

Script:

import csv
import json
import requests

filename="TEST1.csv"
head={"Authorization":"Splunk XXXXXXXXXXXXXXXXXXXXXXXXXXX", "Content-Type": "application/json"}
url="https://dnb.splunkcloud.com:443/services/collector/event"

with open(filename, 'r') as csvfile:
csvreader = csv.DictReader(csvfile)
for row in csvreader:
data={"index": "hcctest", "sourcetype": "devicecollection", "event": row}
r = requests.post(url, data=json.dumps(data), headers=head)

Tags (1)
0 Karma

p_gurav
Champion

Hi,

TEST.csv or TEST1.csv?

0 Karma

raomu
Explorer

thanks for your reply. This issue is fix. We had some issue with the HEC token.

0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...