Hi,
Currently I am creating aCustomAlertactionscriptas per documentation http://docs.splunk.com/Documentation/Splunk/6.5.2/AdvancedDev/CustomAlertScript but I would like to create Shell script...
Hi, I tried to createacustomalertaction that operates ascript, but I didn't understand how to send parameters from the search results to the script.
For example: ascript that checks Windows v...
What is the difference between acustomalertactionand ascripted alertaction? We use the script in both actions: why do we need to createan app for customalertactions? Instead, we can just u...
I'm trying to createacustomalertaction, but I'm seeing an error in the splunkd.log .
WARN sendmodalert - action=myapp - Unable to find alertactionscript for action="myapp" in app="m...
...een deprecated. Alternative: Suggested functionality to use is customalertactions from Splunk. I have developed a TA using Splunk Add On builder. This allows users to create same alerts where Action...
I'm trying to createacustomalertapplication. All I want to do right now is to see what kind of parameters I can pull and utilize. So I'm just doing a simple print into a file. I created an app c...
...say different I mean in order to get it to work.
I personally think I have made assumptions that are incorrect around why you would want to createacustomer alertaction in the first place. L...
Is it possible to createacustomscript that is a search command that can take in the search's results, do something, and then return the new results to splunk in a different language than python?
Hello everyone,
I am trying to createacustomalertaction where tcpdump capture will be triggered for the event's src and dest IPs.
I created a simple bash script for that:
&n...