Dashboards & Visualizations

graphing numeric data without skipping categories

DGray
Engager

Trying to get a distribution of page loading times.

... | chart count by load_time cont=false span=1000

The times (in seconds) go: ... 11, 12, 13, 14, 16, 17, 23

The graph does not display "gaps" in data, since each second is treated as a distinct category, and not as part of a sequence.

How to display every bin, even those with no values?

The documentation claims "If cont=true, bins that have no values will display with a count of 0." However, when I set cont=true, the bins are displayed in lexographic, rather than numeric, order.

Tags (2)
0 Karma

woodcock
Esteemed Legend
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...