Hello,
Is there a way to specify in the curl command the target index?
For example with the following command, how can i target an index named: scheduler in the command line?
You should be able to specify the index the same you do the sourcetype.
curl -k https://prd-plot.splunkcloud.com:8088/services/collector -H "Authorization:Splunk #####-4f99-b680-72c7bd33f9bb" -d "{\"sourcetype\":\"_json\",\"index\": \"scheduler\",\"event\": {\"a\": \"value1\", \"b\": [\"value1_1\", \"value1_2\"]}}"