Alerting

Is it possible to attach a log file to an alert when the alert is triggered?

aniketb
Path Finder

Hi,

Is it possible to attach the log file to the Splunk alert when the alert is triggered?

e.g.
if the alert is triggered, can it also attach the source file as part of alert email?

0 Karma

woodcock
Esteemed Legend

You cannot directly but you can extend your search by adding this to the end of it to recreate the log file:

| map [index=YourIndexHere source=$source$]

If your original search returns nothing, then so will this extension, but if it returns anything then it will reconstruct the entire file for each result.

0 Karma

sbbadri
Motivator

You will alert email with attachment based on your query output. That is your source right. You want attach external file along with the alert.

If you want result to be attached while alerting below is the link,
http://docs.splunk.com/Documentation/Splunk/6.4.2/Alert/Emailnotification

0 Karma

aniketb
Path Finder

let's say my query is:
index=myindex sourcetype=sample "error"

and the string is encountered in error.log file

I want splunk to email me the whole error.log file

0 Karma

DalJeanis
Legend

Okay, since that would be a file of an unknown size, it's probably not what you really want.

Probably, what you really want is for your alert to kick off a report that will extract certain kinds of records for a certain number of seconds or minutes from the log file and mail that to you.

So, YES, splunk can do that.

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 ...