Splunk Enterprise Security

Bandwidth utilization of top 10 users in GB

nbr
Explorer

Does anyone have examples of how to use splunk search to find out bandwidth utilization by top 10 users in GB?

Labels (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

In general, this way.

... | stats sum(bytes) by user
| sort 10 - user
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust
Do you have network utilization data showing how many bytes were sent and received by each user? Not everyone does.
---
If this reply helps you, Karma would be appreciated.
0 Karma

nbr
Explorer

I am looking in to, index=network tag=web. how do I calculate total bandwidth utilization by top 10 users.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

In general, this way.

... | stats sum(bytes) by user
| sort 10 - user
---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...