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 Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...