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!

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...

Splunk APM: New Product Features + Community Office Hours Recap!

Howdy Splunk Community! Over the past few months, we’ve had a lot going on in the world of Splunk Application ...

Index This | Forward, I’m heavy; backward, I’m not. What am I?

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