Back to Floor
The Dashboard Gallery • Room 1
Creating Charts
To create visualizations, you must use transforming commands like `stats`, `chart`, or `timechart`. These commands structure search results into a data table that can be graphed.
`timechart` creates a chart with time on the x-axis, which is perfect for identifying trends.
Timechart example
index=sales | timechart sum(price) by product_categoryKnowledge Check
Prove your understanding to clear the room (Rewards XP)
Drag items to their correct zone (or tap item then tap zone on mobile)
Calculates statistics without a time series
Plots a statistical trend over time
Simply displays raw field values in columns
stats
timechart
table