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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...