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!

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureOn Demand Now Step boldly into the AI revolution with enhanced security ...

Enterprise Security Content Update (ESCU) | New Releases

In March, the Splunk Threat Research Team had 2 releases of security content via the Enterprise Security ...

Join the Splunk Developer Program Hackathon: Splunk Build-a-thon!

The Splunk Developer Program is launching in beta, and we’re celebrating with an exciting hackathon! This is ...