Hi,
I am trying to receive saved search data using rest api and showing the results in csv format. Is there a way that i can change the delimiter to pipe instead of comma.?
The command i used to fetch the data is
curl -k -u <user>:<pass> -d "search=savedsearch saved_search1" https://<splunk_host>:8089/services/search/jobs/export -d output_mode=csv
I getting the data in comma separated format. Now, is there a way that i can specify the delimiter.?
Thank You,
Regards,
Srini
↧