Splunk Search

How to edit my search to aggregate the resulting counts by host type?

nimblerex
New Member

Hi there,

I want to know if this is possible:

I have a simple search:

index=myindex host=myhost* | stats count by host

which returns

myhost1->10
myhost2->20
myhost3->30
myhost-new1->100
myhost-new2->200
myhost-new3->300

Now, is it possible to aggregate the counts further by the host type? Which should return

old-hosts->60
new-hosts->600

Thanks!

0 Karma
1 Solution

sundareshr
Legend

Try this

index=myindex host=myhost* | eval age=if(match(host, "new"), "new-host", "old-host") | stats count by age

View solution in original post

0 Karma

sundareshr
Legend

Try this

index=myindex host=myhost* | eval age=if(match(host, "new"), "new-host", "old-host") | stats count by age
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 ...