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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...