Dashboards & Visualizations

Displaying data from another chart onto a column chart

agrant21
Loves-to-Learn

Hi,

I created a column chart that displays avg(totalTime) over a 5min increment by the organization. I am looking to add in the bottom corner of the chart the latest count of the organization. I just want to display the count at the bottom of the chart where the legend is. How do I accomplish this?

Column Chart query to graph avg(totalTime) by organization

index | timechart span-5m avg(totalTime) as avg 

Volume (where I want to display the value of the latest count on the chart above near the legend)

index | timechart span=5m count by organization 

Kindly help. 

Labels (3)
0 Karma

agrant21
Loves-to-Learn

Ok, thanks for letting me know. 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Essentially, you can't do this - you have the chart and the legend, nothing else. Having said that, you could rename the x-axis field so that it includes the data you want to display. However, since your x-axis is _time, if you rename it to something else, it will not be displayed in the same was - x-axis using _time are treated in a special way by charts.

0 Karma
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 ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...