Splunk Search

How to get field values from search result using python script

ronak
Path Finder

My test script

splunk.auth.getSessionKey('admin','admin')
my_job = splunk.search.dispatch('search index=* source = orders.csv')
i = 0
for result in my_job.results:
result0 = my_job.results[i]
print i
i=i+1
print result0.fields

print result0['payment_type']

print result0.time

print result0.payment_type

Pl see attached two files - one has output of the print result0.fields and other is output of how the events look on search screen of Splunk (to indicate that there are many custom fields like payment_type, service_type etc alt text

Need

How do I print the content of the field payment_type or service_type ...I don't see them coming in when I print result0.fields.

Tags (4)
0 Karma

Flynt
Splunk Employee
Splunk Employee

Try adding |table * at the end of your search, this should allow any custom extracted fields to be displayed in your field output.

0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security: Your Command Center for PCI DSS Compliance

Every security professional knows the drill. The PCI DSS audit is approaching, and suddenly everyone's asking ...

Developer Spotlight with Guilhem Marchand

From Splunk Engineer to Founder: The Journey Behind TrackMe    After spending over 12 years working full time ...

Cisco Catalyst Center Meets Splunk ITSI: From 'Payments Are Down' to Root Cause in ...

The Problem: When Networks and Services Don't Talk Payment systems fail at a retail location. Customers are ...