I have the http post workflow process configured in the splunk manager section but this process is a manual process to send fields via http post. Whats the best way to script this to automate this process?
You can use a scripted alert to do this. Depending what platform you're running on you can use curl
within a shell script or use python to do the HTTP Post.
http://docs.splunk.com/Documentation/Splunk/latest/Admin/Configurescriptedalerts
You can use a scripted alert to do this. Depending what platform you're running on you can use curl
within a shell script or use python to do the HTTP Post.
http://docs.splunk.com/Documentation/Splunk/latest/Admin/Configurescriptedalerts