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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...