<?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 Plot unique value in Timechart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Plot-unique-value-in-Timechart/m-p/195453#M56341</link>
    <description>&lt;P&gt;Hello team.&lt;/P&gt;

&lt;P&gt;I need to plot only one value in my timechart.&lt;BR /&gt;
I am using the next search string:&lt;/P&gt;

&lt;P&gt;search...|timechart span=1d sum(GB) as sgb by index | addtotals&lt;/P&gt;

&lt;P&gt;The values that I'm obtaining are in table mode like this:&lt;/P&gt;

&lt;P&gt;_time   index1  index2   index3  index4  Total&lt;/P&gt;

&lt;P&gt;Each column has one value for each time and each index. When I select mode graph all the values are graphed.&lt;/P&gt;

&lt;P&gt;I need create one graph for only one value (for example index1 versus time)&lt;/P&gt;

&lt;P&gt;Thanks and regards.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Mar 2014 21:38:21 GMT</pubDate>
    <dc:creator>rponcel</dc:creator>
    <dc:date>2014-03-19T21:38:21Z</dc:date>
    <item>
      <title>Plot unique value in Timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Plot-unique-value-in-Timechart/m-p/195453#M56341</link>
      <description>&lt;P&gt;Hello team.&lt;/P&gt;

&lt;P&gt;I need to plot only one value in my timechart.&lt;BR /&gt;
I am using the next search string:&lt;/P&gt;

&lt;P&gt;search...|timechart span=1d sum(GB) as sgb by index | addtotals&lt;/P&gt;

&lt;P&gt;The values that I'm obtaining are in table mode like this:&lt;/P&gt;

&lt;P&gt;_time   index1  index2   index3  index4  Total&lt;/P&gt;

&lt;P&gt;Each column has one value for each time and each index. When I select mode graph all the values are graphed.&lt;/P&gt;

&lt;P&gt;I need create one graph for only one value (for example index1 versus time)&lt;/P&gt;

&lt;P&gt;Thanks and regards.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 21:38:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Plot-unique-value-in-Timechart/m-p/195453#M56341</guid>
      <dc:creator>rponcel</dc:creator>
      <dc:date>2014-03-19T21:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Plot unique value in Timechart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Plot-unique-value-in-Timechart/m-p/195454#M56342</link>
      <description>&lt;P&gt;The best way would be to specify the index in your search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;yoursearchhere index=index1
| timechart span=1d sum(GB) as sgb
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;There is no way AFAIK to have the table view show all the indexes and yet have the chart show only one index.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2014 23:07:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Plot-unique-value-in-Timechart/m-p/195454#M56342</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-03-19T23:07:06Z</dc:date>
    </item>
  </channel>
</rss>

