Using Curl to Query Splunk
Do the Search The search will run in the background. curl -k -u joel:"Not my real passw0rd" https://splunk-logs-api.gadgetwiz.com/services/search/jobs -d index='birdfart' -d host='host www*' -d search='search messagestoparse*' -d output_mode=json Next. Check…