Alerting

How to display the first 3 lines of an event that has triggered an alert?

omuelle1
Communicator

Hi,

I have an alert set up that is triggered by an event that contains almost 100 lines. However, the users are only interested in the first three lines, the rest is noise to them.

Is there a way to only display the first three lines of the event without changing the sourcetype or altering anything in the backend? Like give a regex into the alert that cuts the event off after 3 lines? The lines always end with the same string: "Could not open connection"
alt text

I would appreciate some input.

Thank you,

Oliver

0 Karma
1 Solution

MattZerfas
Communicator

Should be able to do something like this. I know the regex isn't nice and you will probably need to change it for your needs.

... | rex field=_raw "(?<FirstFewLines>(.*\n){3})" | table FirstFewLines

View solution in original post

somesoni2
Revered Legend

Give this a try

your current search | rex field=_raw "^(?<trimmed>(.+[\r\n]){3})" | eval _raw=trimmed

MattZerfas
Communicator

Should be able to do something like this. I know the regex isn't nice and you will probably need to change it for your needs.

... | rex field=_raw "(?<FirstFewLines>(.*\n){3})" | table FirstFewLines

omuelle1
Communicator

Thank you guys, that was what I needed!

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...