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
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...