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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...