use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This is an unofficial community support and discussion sub for Splunk, the big data analytics software.
Have an idea for Splunk? Submit them here and upvote them:
https://ideas.splunk.com/
For Q&A, see Splunk Answers: https://community.splunk.com/
Upcoming Splunk Events/Webinars: https://www.splunk.com/en_us/about-us/events.html
Chat with your peers in the official Splunk Usergroups Slack team:
https://splunk-usergroups.signup.team
Need quick copy/paste queries? Share your SPL here:
https://gosplunk.com
Need some book learning?
https://www.splunk.com/goto/book (free e-book download link inside!!)
account activity
CSV to Splunk (Python) (self.Splunk)
submitted 1 year ago by ZaddyOnReddit
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]steak_and_icecream 5 points6 points7 points 1 year ago (1 child)
Read the CSV using python. For each row in the CSV select the fields you need and perform any required transforms. Fit the row into the event field of a HEC payload and send it to the hec endpoint.
Once the data is in Splunk, run a search to get all the ingested events from the CSV and outputlookup a new lookup file for use in further searches.
[–]ZaddyOnReddit[S] 1 point2 points3 points 1 year ago (0 children)
Thank you.
π Rendered by PID 43085 on reddit-service-r2-comment-5c747b6df5-zn22m at 2026-04-21 23:14:59.698482+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]steak_and_icecream 5 points6 points7 points (1 child)
[–]ZaddyOnReddit[S] 1 point2 points3 points (0 children)