<?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 Need chart for two values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Need-chart-for-two-values/m-p/34942#M7646</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have a basic XML file returning, Date-time value and a value in seconds see example("GmtDateTime":"2013-08-14 01:15:26","TotalSeconds":15.593). There is one value every 30 minutes. I need to have a column chart showing x - date-time and Y - TotalSeconds.&lt;/P&gt;

&lt;P&gt;I have tried a lot of different options today but can never get it showing correctly.&lt;BR /&gt;
Just need a pointer in the correct direction&lt;/P&gt;</description>
    <pubDate>Wed, 14 Aug 2013 16:13:24 GMT</pubDate>
    <dc:creator>edrad80</dc:creator>
    <dc:date>2013-08-14T16:13:24Z</dc:date>
    <item>
      <title>Need chart for two values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-chart-for-two-values/m-p/34942#M7646</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have a basic XML file returning, Date-time value and a value in seconds see example("GmtDateTime":"2013-08-14 01:15:26","TotalSeconds":15.593). There is one value every 30 minutes. I need to have a column chart showing x - date-time and Y - TotalSeconds.&lt;/P&gt;

&lt;P&gt;I have tried a lot of different options today but can never get it showing correctly.&lt;BR /&gt;
Just need a pointer in the correct direction&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2013 16:13:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-chart-for-two-values/m-p/34942#M7646</guid>
      <dc:creator>edrad80</dc:creator>
      <dc:date>2013-08-14T16:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need chart for two values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-chart-for-two-values/m-p/34943#M7647</link>
      <description>&lt;P&gt;Provided you are having the fields correctly extracted, you can have |Timechart avg(TotalSeconds) OR Chart avg(TotalSeconds) by GmtDateTime.&lt;/P&gt;

&lt;P&gt;Just a table GmtDateTime,TotalSeconds. where your primary axis should be GmtDateTime and TotalSeconds can be secondary axis in &lt;HIDDENCHARTFORMATTER&gt; module for dashboard&lt;/HIDDENCHARTFORMATTER&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|Timechart span=30m  avg(TotalSeconds)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I have updated the answer, hope it works.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2013 17:34:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-chart-for-two-values/m-p/34943#M7647</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2013-08-14T17:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need chart for two values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-chart-for-two-values/m-p/34944#M7648</link>
      <description>&lt;P&gt;It almost works, the GmtDateTime is correct but it shows the average TotalSeconds for all instances instead of the correct total&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2013 07:27:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-chart-for-two-values/m-p/34944#M7648</guid>
      <dc:creator>edrad80</dc:creator>
      <dc:date>2013-08-15T07:27:34Z</dc:date>
    </item>
  </channel>
</rss>

