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!

AppDynamics Summer Webinars

This summer, our mighty AppDynamics team is cooking up some delicious content on YouTube Live to satiate your ...

SOCin’ it to you at Splunk University

Splunk University is expanding its instructor-led learning portfolio with dedicated Security tracks at .conf25 ...

Credit Card Data Protection & PCI Compliance with Splunk Edge Processor

Organizations handling credit card transactions know that PCI DSS compliance is both critical and complex. The ...