<?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 Re: Graph by field value not by field count in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Graph-by-field-value-not-by-field-count/m-p/42790#M10049</link>
    <description>&lt;P&gt;Thanks, that worked perfectly!&lt;/P&gt;</description>
    <pubDate>Wed, 22 May 2013 18:02:55 GMT</pubDate>
    <dc:creator>fizwit</dc:creator>
    <dc:date>2013-05-22T18:02:55Z</dc:date>
    <item>
      <title>Graph by field value not by field count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Graph-by-field-value-not-by-field-count/m-p/42788#M10047</link>
      <description>&lt;P&gt;Why can't I make a graph by field value directly?&lt;/P&gt;

&lt;P&gt;This works:&lt;BR /&gt;
index=logs Error_Type="WARN" | timechart count(Error_Type)&lt;/P&gt;

&lt;P&gt;This does not&lt;BR /&gt;
index=logs  | timechart count(Error_Type="WARN")&lt;/P&gt;

&lt;P&gt;I would like to to this graph two types of error on the same pannel&lt;BR /&gt;
index=logs | timechart count(Error_Type="WARN"), count(Error_Type="ERROR")&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:57:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Graph-by-field-value-not-by-field-count/m-p/42788#M10047</guid>
      <dc:creator>fizwit</dc:creator>
      <dc:date>2020-09-28T13:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Graph by field value not by field count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Graph-by-field-value-not-by-field-count/m-p/42789#M10048</link>
      <description>&lt;P&gt;Hi fizwit, &lt;/P&gt;

&lt;P&gt;this is possible have a look at the documentation of the &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Timechart"&gt;timechart&lt;/A&gt; command (Example 5) you were pretty close there is just an eval missing:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=logs | timechart count(eval(Error_Type="WARN")) AS WARN, count(eval(Error_Type="ERROR")) AS ERROR
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Good luck&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2013 17:50:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Graph-by-field-value-not-by-field-count/m-p/42789#M10048</guid>
      <dc:creator>chris</dc:creator>
      <dc:date>2013-05-22T17:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Graph by field value not by field count</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Graph-by-field-value-not-by-field-count/m-p/42790#M10049</link>
      <description>&lt;P&gt;Thanks, that worked perfectly!&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2013 18:02:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Graph-by-field-value-not-by-field-count/m-p/42790#M10049</guid>
      <dc:creator>fizwit</dc:creator>
      <dc:date>2013-05-22T18:02:55Z</dc:date>
    </item>
  </channel>
</rss>

