Splunk Search

How to exclude field values in the query?

karthi2809
Builder

Hi Guys,

I am try to exclude field value . need to exclude message=""API:START: /v1/Journals_outbound" 

 

index="mulesoft"   applicationName="ext" environment=DEV  (message="API: START: /v1/Journals_outbound") 
 OR (message="API: START: /v1/revpro-to-oracle/onDemand") OR (message="API: START: /v1/fin_Zuora_GL_Revpro_JournalImport") 
               OR (message="API: START: /v1/revproGLImport/onDemand*")  | search NOT message IN ("API: START: /v1/Journals_outbound") 

 

 

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Try removing it from your initial filter

index="mulesoft"   applicationName="ext" environment=DEV (message="API: START: /v1/revpro-to-oracle/onDemand") OR (message="API: START: /v1/fin_Zuora_GL_Revpro_JournalImport") 
               OR (message="API: START: /v1/revproGLImport/onDemand*")
0 Karma
Get Updates on the Splunk Community!

See just what you’ve been missing | Observability tracks at Splunk University

Looking to sharpen your observability skills so you can better understand how to collect and analyze data from ...

Weezer at .conf25? Say it ain’t so!

Hello Splunkers, The countdown to .conf25 is on-and we've just turned up the volume! We're thrilled to ...

How SC4S Makes Suricata Logs Ingestion Simple

Network security monitoring has become increasingly critical for organizations of all sizes. Splunk has ...