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!

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

🍂 Fall into November with a fresh lineup of Community Office Hours, Tech Talks, and Webinars we’ve ...

Transform your security operations with Splunk Enterprise Security

Hi Splunk Community, Splunk Platform has set a great foundation for your security operations. With the ...

Splunk Admins and App Developers | Earn a $35 gift card!

Splunk, in collaboration with ESG (Enterprise Strategy Group) by TechTarget, is excited to announce a ...