I want to use splunk webhook future to send the fired alerts/events to another third party system.
the third party rest api needs authentication.
So I have given the weebhook url as https:.//username:password@url, but its not sending the trigged alerts to this url. Cannot we give username/password in the url?
how to debug or check why splunk is not able to send trigged alerts?
The splunk web hook alert doesn't provide this feature but you can try below app.
https://splunkbase.splunk.com/app/3226/
https://github.com/rzzldzzl/alert_webhook_ng
Kv