Alerting

Can a script (alert action) add information to an alert?

maratc
Engager

I have created my own alert action that receives information from Splunk. The action is added to an existing alert. The alert is real-time, triggered per result.

The action goes to another service to pull more information (think of geo-location service that provides lat/long information provided the IP). I would like to add this additional information back to the alert.

How can I do it?

0 Karma
1 Solution

lguinn2
Legend

There is no way to edit an data that is already indexed in Splunk.

However you could do this:
1. Have your alert action take the information from Splunk and then the results from the service, then write all of this to a new log file.
2. Splunk the new log file.
3. Write searches in Splunk that combine the original information with the new log file information.

OR, you could use the Splunk KV store. Instead of writing all the stuff to a new log file, place an entry in a KV store collection. Then use the KV store collection as part of searches.

Regardless of approach (log file or KV store), be sure to add enough of the original information to the entry so that it can be correlated properly.

View solution in original post

0 Karma

lguinn2
Legend

There is no way to edit an data that is already indexed in Splunk.

However you could do this:
1. Have your alert action take the information from Splunk and then the results from the service, then write all of this to a new log file.
2. Splunk the new log file.
3. Write searches in Splunk that combine the original information with the new log file information.

OR, you could use the Splunk KV store. Instead of writing all the stuff to a new log file, place an entry in a KV store collection. Then use the KV store collection as part of searches.

Regardless of approach (log file or KV store), be sure to add enough of the original information to the entry so that it can be correlated properly.

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...