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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...