Splunk Search

How to combine multiple searches in same alert

SG
Path Finder

HI,

I have 3 searches that give results for errors and journey length. I wanted to add all these searches together and send an alert when it breaches the threshold values. Can you please help me with how to combine these three searches so that we get them in a single alert.

Search queries I wanted to combine - 

Journey completion time

 

 

 

index=nextgen sourcetype=lighthouse_json sourcetype=lighthouse_json datasource=webpagetest  | timechart span=1h avg(duration) AS "Journey completion time"

 

 

 

Errors

 

 

 

index=nextgen sourcetype=lighthouse_json sourcetype=lighthouse_json datasource=webpagetest errorORstatuscode=500 OR errorORstatuscode=4* NOT url="*sentry*" | timechart span=1h count(step) by step

 

 

 

Error status codes 

 

 

 

index=nextgen sourcetype=lighthouse_json sourcetype=lighthouse_json datasource=webpagetest errorORstatuscode=500 OR errorORstatuscode=4* NOT url="*sentry*" | table _time, step, url, errorORstatuscode

 

 

 

 

Thanks,

Swetha. G

Labels (1)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

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

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

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