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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...