Alerting

SPlunk disable alert with curl

SS1
Path Finder

Hi,

I use the below curl command to disable the alert which works fine.

curl -k -u admin:password https://<host>:<mgmt_port>/servicesNS/<user_context>/<app_context>/saved/searches/<search>/disable -X POST

 

But i am trying to hide the username and password in the below shell script but getting unauthorized exception, 

SCRIPT_DIR=/tmp/
USER=$(cat $SCRIPT_DIR/.nonprodusr.txt)
PWD=$(cat $SCRIPT_DIR/.nonprod.txt)

curl -k -u $USER:$PWD https://<host>:<mgmt_port>/servicesNS/<user_context>/<app_context>/saved/searches/<search>/disable -X POST

 

Labels (4)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@SS1 

Can you please try this?

SCRIPT_DIR="/tmp/"
USER=$(cat $SCRIPT_DIR/nonprodusr.txt)
PWD=$(cat $SCRIPT_DIR/nonprod.txt)

curl -k -u $USER:$PWD https://<host>:<mgmt_port>/servicesNS/<user_context>/<app_context>/saved/searches/<search>/disable -X POST

 

Thanks
KV
▄︻̷̿┻̿═━一

If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.

 

0 Karma
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...