Splunk Search

How to add two rows to one?

mmengu416
New Member

I have 2 rows with same field name, how do I add the count of 2 rows and display the result in one row.
please find the example:

Fruit | A | count

apple |3 | 3
apple |2 | 2
mango|1 | 1
mango|2 |2

To look something like this:

Fruit | count
apple | 5
mango | 3

Thank you.

0 Karma

HiroshiSatoh
Champion

Try this!

(your search)
|stats sum(count) as count by Fruit
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Rounding off the Splunk Dashboard Contest

What does a contest-winning Splunk dashboard look like? In this case, it isn't in a browser tab at all. It ...

A Four Part Event Series: AI + Observability: AI Agents, LLMs, Apps, & Infrastructure

AI + Observability: AI Agents, LLMs, Apps, & Infrastructure The rapid evolution of artificial intelligence ...

Splunk Technical Support Is Moving to Cisco Support Tools

Introduction Splunk technical support is transitioning to Cisco’s support environment. This change brings ...