Splunk Search

Removing a Pattern from the search result

jaiarchi
New Member

I am searching for a string "xyz" that would result in all actionsteps (with counts) that has "xyz" in it, However I want to remove any string that ends with xyz_I or xyz_S.

Would someone be able to help me on this please.

0 Karma

woodcock
Esteemed Legend

Show us the sample events and indicate the ones to keep and the ones not to keep (calling out field names/values).

0 Karma

gcusello
SplunkTrust
SplunkTrust

HI jaiarchi,
If I correctly understood: do you want to have all events where there is the string xyz but not the ones where there are xyz_I or xyz_S?
if this is your requirement you have to insert in your search:

your_search "xyz" NOT ("xyz_I" OR "xyz_S") | ...

Bye.
Giuseppe

0 Karma

inventsekar
SplunkTrust
SplunkTrust

Hi Jaiarchi, some more details needed.. what is ur current search query, some sample log lines..

maybe try this one -
Index=indexName xyz NOT (xyz_I OR xyz_S)

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...