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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...