Dashboards & Visualizations

splunk dashboard chart(col) - how to display raw values

svec7186
Loves-to-Learn Lots

i added a column chart.  the metric values display as 1.  i published event with values at a given time

ex 

time 1 value 4

time 2 value 3

time 3 value 5

the x axis appears to display the time properly

how do i get the axis to display the raw values from the events?

Labels (1)
0 Karma

bowesmana
SplunkTrust
SplunkTrust

Please post the query you are using, but the last line of this query will give you a basic column chart showing the max of the values per time period

| makeresults
| eval x=split("4,3,5", ",")
| mvexpand x
| streamstats c
| eval _time=_time-(c*3600)
| timechart max(x)
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...