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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...