<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic splunk dashboard chart(col) - how to display raw values in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-dashboard-chart-col-how-to-display-raw-values/m-p/537234#M36722</link>
    <description>&lt;P&gt;i added a column chart.&amp;nbsp; the metric values display as 1.&amp;nbsp; i published event with values at a given time&lt;/P&gt;&lt;P&gt;ex&amp;nbsp;&lt;/P&gt;&lt;P&gt;time 1 value 4&lt;/P&gt;&lt;P&gt;time 2 value 3&lt;/P&gt;&lt;P&gt;time 3 value 5&lt;/P&gt;&lt;P&gt;the x axis appears to display the time properly&lt;/P&gt;&lt;P&gt;how do i get the axis to display the raw values from the events?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jan 2021 15:57:14 GMT</pubDate>
    <dc:creator>svec7186</dc:creator>
    <dc:date>2021-01-26T15:57:14Z</dc:date>
    <item>
      <title>splunk dashboard chart(col) - how to display raw values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-dashboard-chart-col-how-to-display-raw-values/m-p/537234#M36722</link>
      <description>&lt;P&gt;i added a column chart.&amp;nbsp; the metric values display as 1.&amp;nbsp; i published event with values at a given time&lt;/P&gt;&lt;P&gt;ex&amp;nbsp;&lt;/P&gt;&lt;P&gt;time 1 value 4&lt;/P&gt;&lt;P&gt;time 2 value 3&lt;/P&gt;&lt;P&gt;time 3 value 5&lt;/P&gt;&lt;P&gt;the x axis appears to display the time properly&lt;/P&gt;&lt;P&gt;how do i get the axis to display the raw values from the events?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 15:57:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-dashboard-chart-col-how-to-display-raw-values/m-p/537234#M36722</guid>
      <dc:creator>svec7186</dc:creator>
      <dc:date>2021-01-26T15:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: splunk dashboard chart(col) - how to display raw values</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-dashboard-chart-col-how-to-display-raw-values/m-p/537295#M36729</link>
      <description>&lt;P&gt;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&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval x=split("4,3,5", ",")
| mvexpand x
| streamstats c
| eval _time=_time-(c*3600)
| timechart max(x)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 26 Jan 2021 20:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/splunk-dashboard-chart-col-how-to-display-raw-values/m-p/537295#M36729</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-01-26T20:27:07Z</dc:date>
    </item>
  </channel>
</rss>

