Splunk Search

how to ignore a transaction

hariram159
Explorer

How to ignore a transaction (not an event) if any of its events contain a "abcd" string

Tags (1)
0 Karma
1 Solution

woodcock
Esteemed Legend

After the transaction add this:

... | search NOT "abcd"

View solution in original post

0 Karma

hariram159
Explorer

Hi niketnilay,

Thanks for your suggestion, it seems its working to avoid transactions which has logout, still filtering with eventcounts etc...to get the exact active sessions even i search 2hrs/8hrs back...

Thanks..

0 Karma

woodcock
Esteemed Legend

After the transaction add this:

... | search NOT "abcd"
0 Karma

niketn
Legend

Requires more details on your transaction query and sample events

 | search NOT ("abcd")

However the same should always be done in base search to filter results upfront.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...