<?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 How to combine events which got generated in a specific span? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-combine-events-which-got-generated-in-a-specific-span/m-p/616266#M106478</link>
    <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;Im trying to combine events which are generated in a specific span of 1hr and show the count as 1 instead of the actual count. I tried with a bucket and its clubbing them the count is still not coming to 1.&lt;BR /&gt;Irrespective of how many events has been geenrated for a specific condition in a span of 1hr I want to keep it as count 1. Can someone help on how to achieve this .Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 07 Oct 2022 14:19:35 GMT</pubDate>
    <dc:creator>kranthimutyala</dc:creator>
    <dc:date>2022-10-07T14:19:35Z</dc:date>
    <item>
      <title>How to combine events which got generated in a specific span?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-combine-events-which-got-generated-in-a-specific-span/m-p/616266#M106478</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;Im trying to combine events which are generated in a specific span of 1hr and show the count as 1 instead of the actual count. I tried with a bucket and its clubbing them the count is still not coming to 1.&lt;BR /&gt;Irrespective of how many events has been geenrated for a specific condition in a span of 1hr I want to keep it as count 1. Can someone help on how to achieve this .Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 14:19:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-combine-events-which-got-generated-in-a-specific-span/m-p/616266#M106478</guid>
      <dc:creator>kranthimutyala</dc:creator>
      <dc:date>2022-10-07T14:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine events which got generated in a specific span</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-combine-events-which-got-generated-in-a-specific-span/m-p/616270#M106479</link>
      <description>&lt;P&gt;Please share the search you have tried to solve this, preferably in a code block (use the &amp;lt;/&amp;gt; formatting button)&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 06:27:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-combine-events-which-got-generated-in-a-specific-span/m-p/616270#M106479</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-10-07T06:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine events which got generated in a specific span</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-combine-events-which-got-generated-in-a-specific-span/m-p/616281#M106480</link>
      <description>&lt;P&gt;index = abc Environment = "PROD" ProcessName = "*"&amp;nbsp; LogType = "*" TaskName = "*Main*" (LogLevel=ERROR OR LogLevel=FATAL) | bucket _time span=2h |stats count by _time TaskName&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 07:44:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-combine-events-which-got-generated-in-a-specific-span/m-p/616281#M106480</guid>
      <dc:creator>kranthimutyala</dc:creator>
      <dc:date>2022-10-07T07:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine events which got generated in a specific span</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-combine-events-which-got-generated-in-a-specific-span/m-p/616299#M106482</link>
      <description>&lt;P&gt;Your stats command is counting the events in the pipeline and creating stats events - try counting these stats events with the same by clause&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index = abc Environment = "PROD" ProcessName = "*"  LogType = "*" TaskName = "*Main*" (LogLevel=ERROR OR LogLevel=FATAL) | bucket _time span=2h |stats count by _time TaskName |stats count by _time TaskName&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 07 Oct 2022 10:12:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-combine-events-which-got-generated-in-a-specific-span/m-p/616299#M106482</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-10-07T10:12:46Z</dc:date>
    </item>
  </channel>
</rss>

