I am working with Splunk's rest api. I have to make a post request to splunk and get some data from a dbxquery. I tried using the following curl command but got an error stating dbxquery is an unknown search command.
```curl -H "Authorization: Basic cHp2NjBzcGx1bms6U3BsdW5rMTIz" -k https://se138628.devmaple.devfg.rbc.com:8089/services/search/jobs -d search="| dbxquery query%22select%20count(distinct%20id)..." -d output_mode=json -d id=test_search_2 -d adhoc_search_level=fast -d earliest_time=-2h -d max_count=10```
I was wondering if it is possible to make a curl command with dbx queries and return the json data
Regards
↧