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!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...