Dashboards & Visualizations

Data Utilization Dashboard

ravikanthbadugu
New Member

Hello All,

How we can get the stats of Internet Data Utilization by multiple Users for Different time periods.

0 Karma

HiroshiSatoh
Champion

What do you specifically want to do?

For example, is this App helpful?
It can be used if the log supports the data model.
https://splunkbase.splunk.com/app/2699/

0 Karma

ravikanthbadugu
New Member

index=xyz Source=abc earliest=@d+09h latest=now |stats latest(PacketsReceived) as PacketsReceived,latest(PacketsSent) as PacketsSent by LoggedInUser | convert num(PacketsReceived) as PacketsReceived,num(PacketsSent) as PacketsSent| eval TotalB=PacketsReceived+PacketsSent |search LoggedInUser!=root|search LoggedInUser!=admin

using this query we want output for 3 different timelines. , one is fromyesterday 9:30 am to today 6:30 Pm and today 11:30 am to 6:30 pm and today 9:30 am to 11:30 am

0 Karma

cmerriman
Super Champion

Are timezones an issue for this search? You could just create an eval statement that says if _time is between certain hours to mark it as one time period, and so on.

0 Karma

ravikanthbadugu
New Member

We have users working remotely I want to know how much internet data each user is consuming for doing their work for different time periods.

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud’s AI Assistant in Action Series: Analyzing and ...

This is the second post in our Splunk Observability Cloud’s AI Assistant in Action series, in which we look at ...

Elevate Your Organization with Splunk’s Next Platform Evolution

 Thursday, July 10, 2025  |  11AM PDT / 2PM EDT Whether you're managing complex deployments or looking to ...

Splunk Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...