<?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 multi field grouping in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/multi-field-grouping/m-p/241753#M71915</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;we have a query to get response times from our logs and then do a range to group the Response Time&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* host=hostname sourcetype=perf*  "*string pattern*"  | rex "GET.*\s(?&amp;lt;resptime&amp;gt;\d+)"   | rangemap field=resptime Lessthan1Sec=0-1000 One_to_ThreeSec=1001-3000 higher_than_three=3001-10000 default="greater_Than_10k" | timechart count by range 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now, this works fine for one host but unfortunately we want this data for multiple hosts and I am not able to list the time ranges for multiple hosts. Can anyone please help me here.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2016 16:06:48 GMT</pubDate>
    <dc:creator>hindla</dc:creator>
    <dc:date>2016-01-22T16:06:48Z</dc:date>
    <item>
      <title>multi field grouping</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multi-field-grouping/m-p/241753#M71915</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;we have a query to get response times from our logs and then do a range to group the Response Time&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* host=hostname sourcetype=perf*  "*string pattern*"  | rex "GET.*\s(?&amp;lt;resptime&amp;gt;\d+)"   | rangemap field=resptime Lessthan1Sec=0-1000 One_to_ThreeSec=1001-3000 higher_than_three=3001-10000 default="greater_Than_10k" | timechart count by range 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now, this works fine for one host but unfortunately we want this data for multiple hosts and I am not able to list the time ranges for multiple hosts. Can anyone please help me here.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 16:06:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multi-field-grouping/m-p/241753#M71915</guid>
      <dc:creator>hindla</dc:creator>
      <dc:date>2016-01-22T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: multi field grouping</title>
      <link>https://community.splunk.com/t5/Splunk-Search/multi-field-grouping/m-p/241754#M71916</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; index=* host=hostname sourcetype=perf*  "*string pattern*"  | rex "GET.*\s(?&amp;lt;resptime&amp;gt;\d+)"   | rangemap field=resptime Lessthan1Sec=0-1000 One_to_ThreeSec=1001-3000 higher_than_three=3001-10000 default="greater_Than_10k" | eval host=host.":".range | timechart count by host
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Jan 2016 18:40:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/multi-field-grouping/m-p/241754#M71916</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-01-22T18:40:54Z</dc:date>
    </item>
  </channel>
</rss>

