Splunk Search

How can I add a Total for the count of events from different index or sourcetypes?

digital_alchemy
Path Finder

I'm searching blocked events from the firewall and Palo Alto logs and would like to add a line to show the Total of the two combined. I'm having trouble adding the line showing the total of the counts for the two individual indexes.

Current search:

index=firewalls OR index=paloalto action=blocked | stats count as "Blocked Events" by index

I would like the results to look like

firewalls 10
paloalto 25
total 35

Tags (2)
1 Solution

skoelpin
SplunkTrust
SplunkTrust

You should use addcoltotals

It will look something like this

| addcoltotals label=Total labelfield=status

View solution in original post

skoelpin
SplunkTrust
SplunkTrust

You should use addcoltotals

It will look something like this

| addcoltotals label=Total labelfield=status

digital_alchemy
Path Finder

Thanks.. this works

0 Karma
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 ...