<?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 multiple values on single line chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-multiple-values-on-single-line-chart/m-p/417731#M41035</link>
    <description>&lt;P&gt;Hi All.&lt;/P&gt;

&lt;P&gt;I run the below search &lt;/P&gt;

&lt;P&gt;sourcetype=dbx3_netapp_vault_utilization &lt;/P&gt;

&lt;P&gt;it returns the below: (names redacted)&lt;BR /&gt;
&lt;IMG src="https://community.splunk.com/storage/temp/255764-2018-08-21-14-35-04.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;I need to create a line chart that shows the "name" and "volumeUsed" from 48 hours ago compared to 24 hours ago so we can trend our snapshot size. &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 20:58:15 GMT</pubDate>
    <dc:creator>shanecifaldi</dc:creator>
    <dc:date>2020-09-29T20:58:15Z</dc:date>
    <item>
      <title>How to plot multiple values on single line chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-multiple-values-on-single-line-chart/m-p/417731#M41035</link>
      <description>&lt;P&gt;Hi All.&lt;/P&gt;

&lt;P&gt;I run the below search &lt;/P&gt;

&lt;P&gt;sourcetype=dbx3_netapp_vault_utilization &lt;/P&gt;

&lt;P&gt;it returns the below: (names redacted)&lt;BR /&gt;
&lt;IMG src="https://community.splunk.com/storage/temp/255764-2018-08-21-14-35-04.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;I need to create a line chart that shows the "name" and "volumeUsed" from 48 hours ago compared to 24 hours ago so we can trend our snapshot size. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:58:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-multiple-values-on-single-line-chart/m-p/417731#M41035</guid>
      <dc:creator>shanecifaldi</dc:creator>
      <dc:date>2020-09-29T20:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot multiple values on single line chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-multiple-values-on-single-line-chart/m-p/417732#M41036</link>
      <description>&lt;P&gt;Hi @shanecifaldi, &lt;/P&gt;

&lt;P&gt;how about something like this.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=dbx3...zation earliest=-24h@h latest=@h | timechart span=1h sum(volumeUsed) AS volume_last_24h by name 
| append [search sourcetype=dbx3...zation earliest=-48h@h latest=-24h@h | timechart span=1h sum(volumeUsed) AS volume_last_48h by name] 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:13:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-multiple-values-on-single-line-chart/m-p/417732#M41036</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2018-08-21T20:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot multiple values on single line chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-multiple-values-on-single-line-chart/m-p/417733#M41037</link>
      <description>&lt;P&gt;this works well but there is one issue - for some reason almost 1/2 of the volumes are being grouped as "other". &lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 13:15:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-multiple-values-on-single-line-chart/m-p/417733#M41037</guid>
      <dc:creator>shanecifaldi</dc:creator>
      <dc:date>2018-08-22T13:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot multiple values on single line chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-multiple-values-on-single-line-chart/m-p/417734#M41038</link>
      <description>&lt;P&gt;thanks for your help i figured it out with the limit=0 syntax. &lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 13:53:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-plot-multiple-values-on-single-line-chart/m-p/417734#M41038</guid>
      <dc:creator>shanecifaldi</dc:creator>
      <dc:date>2018-08-22T13:53:39Z</dc:date>
    </item>
  </channel>
</rss>

