Answers for "curl command to create a saved search for a user in splunk"

0

curl command to create a saved search for a user in splunk

curl -k -u alice:pass https://localhost:8089/servicesNS/alice/myapp/saved/searches/  \
        -d name=mysearch \
        -d search=*
Posted by: Guest on March-16-2021

Code answers related to "curl command to create a saved search for a user in splunk"

Browse Popular Code Answers by Language