Splunk Search

Group count percentage by key

xiangli9
Observer

We have 5 host and 3 on west 2 on east, and each of them take x% of request, the stats we have right now looks like:

host                |      percentage 

ip-1-west.    |        15

ip-2-west.    |.        15

ip-3-west.    |.         20

ip-4-east.     |.         20

ip-50-east   |.         30

Now I'm trying to group the percentage by east and west so I can have the statics like:

host      |      percentage 

west.    |         50

east.     |         50

 

Can someone help me with this?

Labels (3)
0 Karma

anilchaithu
Builder

@xiangli9 

try this

base search | rex field=host "^.*-(?P<host>\w+)$" | stats sum(percentage) as percentage by host

 

Hope this helps 

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...