I have Splunk JSON data that I need to extract some values by the key(field-names) from.
JSON
What would be the best way to retrieve Splunk data using external script
since I need to get those data and process more with Python or another programming language.
do you mean getting data from splunk ? then Splunk Rest API and/or splunk SDK would be the best way :
Splunk Rest API
Splunk SDK
View solution in original post