<?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: How do I group events by field (trans ID) and count as a single event? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-group-events-by-field-trans-ID-and-count-as-a-single/m-p/128743#M34959</link>
    <description>&lt;P&gt;It is best definitely to do at Search Time ("while searching") and you can use the &lt;CODE&gt;transaction&lt;/CODE&gt; command but if the events are time-sequenced already, this will be MUCH more efficient:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | stats list(_raw) AS events BY transactionID
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 18 Jul 2015 06:15:55 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2015-07-18T06:15:55Z</dc:date>
    <item>
      <title>How do I group events by field (trans ID) and count as a single event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-group-events-by-field-trans-ID-and-count-as-a-single/m-p/128742#M34958</link>
      <description>&lt;P&gt;My apologies is this has been asked and answered.&lt;/P&gt;

&lt;P&gt;We have logs that record several error entries for a single transaction.  We have mapped the transaction ID as a field and would like to group all of the log entries for a particular transaction together to be counted as a single event.  Would this be best done as the logs are consumed by Splunk or when searching and how would I go about doing it?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2015 05:15:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-group-events-by-field-trans-ID-and-count-as-a-single/m-p/128742#M34958</guid>
      <dc:creator>sglazier</dc:creator>
      <dc:date>2015-07-18T05:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group events by field (trans ID) and count as a single event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-group-events-by-field-trans-ID-and-count-as-a-single/m-p/128743#M34959</link>
      <description>&lt;P&gt;It is best definitely to do at Search Time ("while searching") and you can use the &lt;CODE&gt;transaction&lt;/CODE&gt; command but if the events are time-sequenced already, this will be MUCH more efficient:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | stats list(_raw) AS events BY transactionID
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 18 Jul 2015 06:15:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-group-events-by-field-trans-ID-and-count-as-a-single/m-p/128743#M34959</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-18T06:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I group events by field (trans ID) and count as a single event?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-I-group-events-by-field-trans-ID-and-count-as-a-single/m-p/128744#M34960</link>
      <description>&lt;P&gt;What do you mean by "counted as a single event"?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2015 12:43:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-I-group-events-by-field-trans-ID-and-count-as-a-single/m-p/128744#M34960</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-07-18T12:43:13Z</dc:date>
    </item>
  </channel>
</rss>

