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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...