Reporting

Display 'Description' field in the emailed results of a scheduled search.

nocostk
Communicator

When setting up a scheduled search there is a field 'Description'. I use this field to note ticket numbers, wiki articles, etc. I'd like this field to be shown in the emailed results of my saved searches. Is there a way to do this?

Tags (1)
1 Solution

nocostk
Communicator

According to Splunk support there is no way to do this. A feature request was submitted.

View solution in original post

0 Karma

nocostk
Communicator

According to Splunk support there is no way to do this. A feature request was submitted.

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

The email script could in principle be modified to take the saved search name and make a REST API call to get the description, but that part of the API isn't fully published and it seems like a lot of trouble right now.

0 Karma

Brian_Osburn
Builder

Can you provide the query you are running to generate the scheduled search?

You may be able to to send everything to:

| table field1,field2,description
0 Karma

Brian_Osburn
Builder

Ahhhh. Looks like i totally missed the point of the question. sorry about that

0 Karma

nocostk
Communicator

Hmm, well it could be any query. For example, I could just setup an alert to notify me if "foo" was found in my apache logs. What I'm looking for is to include the description defined in the alert creation within the emailed alert.

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...