<?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 How to plot continuous data from values with the same time? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-continuous-data-from-values-with-the-same-time/m-p/347997#M22691</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;Suppose I have a column having list of values and i want to plot it as continuous data. How am i supposed to do it&lt;/P&gt;

&lt;P&gt;The data is like below :&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3069i2FE3C0CD6D3DB85C/image-size/large?v=v2&amp;amp;px=999" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;And i want to plot a continous data graph something as below. I tried it using timechart but the problem is all this data points have same  _time. So can someone please help me with this&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3070iCAF805BD9B3115BE/image-size/large?v=v2&amp;amp;px=999" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
Shailendra Patil&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2017 19:59:50 GMT</pubDate>
    <dc:creator>patilsh</dc:creator>
    <dc:date>2017-06-15T19:59:50Z</dc:date>
    <item>
      <title>How to plot continuous data from values with the same time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-continuous-data-from-values-with-the-same-time/m-p/347997#M22691</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;Suppose I have a column having list of values and i want to plot it as continuous data. How am i supposed to do it&lt;/P&gt;

&lt;P&gt;The data is like below :&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3069i2FE3C0CD6D3DB85C/image-size/large?v=v2&amp;amp;px=999" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;And i want to plot a continous data graph something as below. I tried it using timechart but the problem is all this data points have same  _time. So can someone please help me with this&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3070iCAF805BD9B3115BE/image-size/large?v=v2&amp;amp;px=999" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
Shailendra Patil&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 19:59:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-continuous-data-from-values-with-the-same-time/m-p/347997#M22691</guid>
      <dc:creator>patilsh</dc:creator>
      <dc:date>2017-06-15T19:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot continuous data from values with the same time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-continuous-data-from-values-with-the-same-time/m-p/347998#M22692</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval value="-41 -59 -61 -58 -60 -23 -54 -60 -60 -56 -59 -59 -58 -59 -61 -61 -60" 
| makemv value

| rename COMMENT AS "Everything above generates sample event data; everything below is your solution"

| mvexpand value
| streamstats count AS _time
| rename _time AS serial
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 15 Jun 2017 20:33:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-continuous-data-from-values-with-the-same-time/m-p/347998#M22692</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-15T20:33:10Z</dc:date>
    </item>
  </channel>
</rss>

