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!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

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

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...