9.2, 9.1 9.0, 8.1, 8.0, 7.3, 7.2, 7.1, 7.0
This app is for dashboard designers who want to view trends in metrics over time.
This app provides a visualization that you can use in your own apps and dashboards.
To use it in your dashboards, simply install the app, and create a search using timechart to provide the values to display.
Usecases for the Animated Chart Visualization:
- Displaying server status based on CPU, Memory, I/O, or Disk usage over time
- Showing customer satisfaction ratings over time
- Viewing a single metric by host over time
Animated Charts Viz is designed to use the output from | timechart. Use the following fields in the search:
index=_internal earliest=-24h@h latest=now
| timechart span=15m count by sourcetype
Tokens are generated each time you click an item. This can be useful if you want to populate another panel on the dashboard with a custom search, or link to a new dashboard with the tokens carying across.
Name | This is the name of the selected item. | Default value: $ac_name_token$ |
Value | This is the value of the selected item you clicked. | Default value: $ac_value_token$ |
Time Slice | This is the current time slice of the visualisation. | Default value: $ac_time_token$ |
v 1.0.0
Initial Version
To reduce the impact to browser resources there is a limit of 100 time slices (rows of results). You can reduce how many rows are generated by increasing the span of the | timechart command. E.g. | timechart span=1h for 1 hour increments. Any rows after the 100th are ignored.
Tokens like $click.value$ are not supported, use the tokens in the options popup instead (defaults: $ac_name_token$, $ac_value_token$, $ac_time_token$). Otherwise, drilldowns work as normal.
If you have a bug report or feature request, please contact daniel@spavin.net
No personally identifiable information is logged or obtained in any way through this visualizaton.
Send email to daniel@spavin.net
Support is not guaranteed and will be provided on a best effort basis.
v 1.3.1
- Upgraded eCharts to v5.3.3
- New option to include the percentage value in the label for pie charts and doughnut charts.
- New option to have transparent backgrounds
- Fixed bug where the tooltip for pie charts did not include the slice's value.
- Fixed panel on example dashboard that referenced a missing lookup
v 1.3.1
- Upgraded eCharts to v5.3.3
- New option to include the percentage value in the label for pie charts and doughnut charts.
- Fixed bug where the tooltip for pie charts did not include the slice's value.
- Fixed panel on example dashboard that referenced a missing lookup
v 1.3.0
- Upgraded eCharts to v5.3.3
- New option to include the percentage value in the label for pie charts and doughnut charts.
- Fixed bug where the tooltip for pie charts did not include the slice's value.
v 1.2.0
* Updated jQuery library to 3.6.0 to patch known vulnerabilities
Version 1.0.0
- Initial Release
As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.