Splunk Search

How to remove repeating fields in column1 and match the values of that column1 with column2 & column3?

sreelakshmi
Engager

Column1                       column2               column3

abc                                            1

def                                             2

ghi                                              3

jkl                                                4

abc                                                                            7

def                                                                              8

ghi                                                                               9

jkl                                                                                5

Labels (6)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| stats values(*) as * by Column1

View solution in original post

0 Karma

sreelakshmi
Engager

Final result should be like this:

 

Column1                       column2               column3

abc                                            1                               7

def                                             2                                8

ghi                                              3                                9

jkl                                                4                                5

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust
| stats values(*) as * by Column1
0 Karma

sreelakshmi
Engager

@ITWhisperer  THANKS!! it works

0 Karma
Get Updates on the Splunk Community!

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...