Dashboards & Visualizations

How can I group time in buckets for stacked bar chart?

rkassabov
Path Finder

I have a simple query that produces a stacked bar chart as follows:

index=xxx
| table time, info_owner_deptBusiness, avg_data_residualRisk_max
| chart count(avg_data_residualRisk_max) over time by info_owner_deptBusiness

I would like to group my events by "time" in buckets of 5 minute intervals. My time stamps look like this:

2017-12-20T00:40:08.701+0000

How can I accomplish this while preserving the stacked bar chart visualization?

Tags (2)
0 Karma
1 Solution

mayurr98
Super Champion

Try this:

index=xxx 
| bin span=5m _time 
| chart count(avg_data_residualRisk_max) over _time by info_owner_deptBusiness

View solution in original post

mayurr98
Super Champion

Try this:

index=xxx 
| bin span=5m _time 
| chart count(avg_data_residualRisk_max) over _time by info_owner_deptBusiness

rkassabov
Path Finder

Perfect, thank you!

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...