Splunk Search

How do I get the value of one field if the value of another field matches?

harshal_chakran
Builder

Hi,

I have 2 data logs "datasource1" and "datasource2", under same sourcetype name="DATALOGS", for e.g.

datasource1

variable1=111

variable2= 222

variable3= 333


datasource2

variable1=aaa

variable2= bbb

variable3= ccc

Now i want to get the value of variable1, if and only if variable2 value matches "123".

How to do this. Please Help...!!!

Tags (4)
0 Karma

somesoni2
Revered Legend

It would b great if you can provide sample output you're expecting...

0 Karma

gkanapathy
Splunk Employee
Splunk Employee

How about:

variable2=123 | fields variable1

?

Ayn
Legend
... | eval myval=if(match(variable2,"123"),variable1,"")
Get Updates on the Splunk Community!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...