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!

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...