Alerting

How to write a Splunk alert query to trigger alert when there are no transactions?

aaa2324
Explorer

I want to create Splunk alert when there are no transactions continuously for 30mins. Kindly assist.

Labels (1)

mehmetgunertr
Explorer
index="abc" (EVENT=1 OR EVENT=2)| transaction MACHINE startswith=(EVENT=1) endswith=(EVENT=2)|where duration> 1800 | table  duration  EVENT MACHINE NAME DESCR
0 Karma

aaa2324
Explorer

Can you please explain how the below query works , what is event=1 and 2 and what is machine ?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Create a report that counts the transactions in the previous 30 minutes and trigger the alarm when the count is zero

Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

New Release | Splunk Cloud Platform 10.1.2507

Hello Splunk Community!We are thrilled to announce the General Availability of Splunk Cloud Platform 10.1.2507 ...

🌟 From Audit Chaos to Clarity: Welcoming Audit Trail v2

🗣 You Spoke, We Listened  Audit Trail v2 wasn’t written in isolation—it was shaped by your voices.  In ...