Splunk Search

Taking Value of One Field, Adding Text, And Comparing Against Another Field

SplunkLunk
Path Finder

Greetings,

I want to exclude search results if a field contains a value compared against another field with additional text added.  So it would look something like this:

Field1=value

Field2=Field1+[text]

Field3=[value2]

Exclude results where Field2=Field1+[text] and Field3=[value2]

Can anyone tell me what the syntax in Splunk would be?  Thanks.

Labels (3)
0 Karma

shivanshu1593
Builder

Hello @SplunkLunk ,

Please try something like this:

| your base query

| eval match_field = if(match(field2,"regex to match the values that you want to find", "Match","No Match"))

| where NOT (match_field="Match" AND Field3=[value2])

| rest of your query

 

Hope this helps.

Thanks,

S

 

***If it helped, Please accept it as an answer. It helps others to find the solutions to similar problems quickly***

Thank you,
Shiv
###If you found the answer helpful, kindly consider upvoting/accepting it as the answer as it helps other Splunkers find the solutions to similar issues###
0 Karma
Get Updates on the Splunk Community!

Data Management Digest – November 2025

  Welcome to the inaugural edition of Data Management Digest! As your trusted partner in data innovation, the ...

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...