<?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: TimeChart by 2 fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119872#M32167</link>
    <description>&lt;P&gt;span is not working with chart. But I tried something below which works for me&lt;BR /&gt;
chart perc90(s), count(s)  by host&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2015 16:24:43 GMT</pubDate>
    <dc:creator>asifpasha23</dc:creator>
    <dc:date>2015-07-09T16:24:43Z</dc:date>
    <item>
      <title>TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119864#M32159</link>
      <description>&lt;P&gt;I am trying to create a timechart by 2 fields&lt;BR /&gt;
Here is what I tried:&lt;BR /&gt;
source=abc CounterName="\Process(System)\% Processor Time"| timechart span=1h avg(CounterValue) by RoleInstance CounterName&lt;/P&gt;

&lt;P&gt;Any idea how this could be achieved?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 19:32:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119864#M32159</guid>
      <dc:creator>Gulrez</dc:creator>
      <dc:date>2014-04-03T19:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119865#M32160</link>
      <description>&lt;P&gt;You can concat both the fields into one field and do a timechart on that.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 19:38:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119865#M32160</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-04-03T19:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119866#M32161</link>
      <description>&lt;P&gt;Something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source=abc CounterName="\Process(System)\% Processor Time" | eval Role_Counter=RoleInstance + "#" + CounterName| timechart span=1h avg(CounterValue) by Role_Counter
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Apr 2014 19:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119866#M32161</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-04-03T19:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119867#M32162</link>
      <description>&lt;P&gt;or bucket _time span=1h|chart avg(CounterValue) by RoleInstance,CounterName&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 20:29:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119867#M32162</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-04-03T20:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119868#M32163</link>
      <description>&lt;P&gt;Can we scale this to more than 2 fields?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 22:30:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119868#M32163</guid>
      <dc:creator>Gulrez</dc:creator>
      <dc:date>2014-04-03T22:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119869#M32164</link>
      <description>&lt;P&gt;Time chart just work with one field in "by" clause. You can concatenate multiple field into one and use in timechart.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2014 13:02:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119869#M32164</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-04-04T13:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119870#M32165</link>
      <description>&lt;P&gt;chart does support more fields. why to limit urself with timechart. They almost do the same.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2014 07:23:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119870#M32165</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-04-05T07:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119871#M32166</link>
      <description>&lt;P&gt;timechart values(foo) by bar &lt;BR /&gt;
Is the same like &lt;BR /&gt;
chart values(foo) over_time by bar&lt;BR /&gt;
But like linu said chart can have more then one by clause&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2014 18:14:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119871#M32166</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-04-05T18:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119872#M32167</link>
      <description>&lt;P&gt;span is not working with chart. But I tried something below which works for me&lt;BR /&gt;
chart perc90(s), count(s)  by host&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 16:24:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119872#M32167</guid>
      <dc:creator>asifpasha23</dc:creator>
      <dc:date>2015-07-09T16:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119873#M32168</link>
      <description>&lt;P&gt;This is an older one - but for reference:&lt;/P&gt;

&lt;P&gt;I don't think, that this is completely true. &lt;CODE&gt;chart&lt;/CODE&gt; can have a  and a . It's more flexible than &lt;CODE&gt;timechart&lt;/CODE&gt; as the  can be something other than &lt;CODE&gt;_time&lt;/CODE&gt;. But you only have these to split-options (I believe, it was the same in 2014 with version 6.0.# or older).&lt;/P&gt;

&lt;P&gt;If I'm wrong, just tell me so I can learn more and more...&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 20:02:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119873#M32168</guid>
      <dc:creator>rvany</dc:creator>
      <dc:date>2018-04-25T20:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119874#M32169</link>
      <description>&lt;P&gt;You can use the following and view the visualization tab &lt;/P&gt;

&lt;P&gt;|stats count by field1,field2&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 04:42:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119874#M32169</guid>
      <dc:creator>shahab1khan</dc:creator>
      <dc:date>2018-07-12T04:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: TimeChart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119875#M32170</link>
      <description>&lt;P&gt;how about &lt;/P&gt;

&lt;P&gt;source=abc CounterName="\Process(System)\% Processor Time" | stas count by RoleInstance,CounterName&lt;/P&gt;

&lt;P&gt;view the visualization tab to get charts afterwards&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 04:43:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TimeChart-by-2-fields/m-p/119875#M32170</guid>
      <dc:creator>shahab1khan</dc:creator>
      <dc:date>2018-07-12T04:43:57Z</dc:date>
    </item>
  </channel>
</rss>

