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!

Prove Your Splunk Prowess at .conf25—No Prereqs Required!

Your Next Big Security Credential: No Prerequisites Needed We know you’ve got the skills, and now, earning the ...

Splunk Observability Cloud's AI Assistant in Action Series: Observability as Code

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

Splunk Answers Content Calendar, July Edition I

Hello Community! Welcome to another month of Community Content Calendar series! For the month of July, we will ...