Splunk Search

How to merge 2 lines in a table into one

mah
Builder

Hi,

I have a table like this : 

testcount
test AA1
test AB2
test C3

 

I want to merge "test AA" and "test AB" which will give me a count of 3 together.

What I want :

testcount
test A3
test C3

 

How Can I do that ?

Labels (1)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

The best answer will depend on the nature of the test field, but this is one way to do it.

... | eval test = substr(test,1,6)
| stats count by test
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...