<?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: Regroup Splunk events with almost similar _time in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437099#M76236</link>
    <description>&lt;P&gt;Yeah simple as that. Should have thought about that, haven't used Splunk in quite a while. Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 15:24:20 GMT</pubDate>
    <dc:creator>Zakary_n</dc:creator>
    <dc:date>2019-01-30T15:24:20Z</dc:date>
    <item>
      <title>Regroup Splunk events with almost similar _time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437096#M76233</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;

&lt;P&gt;Every 10 seconds, I send a bunch of events to Splunk.&lt;BR /&gt;
I need to count how many events I receive every 10 sec but I can't get the real number because of the fact that Splunk doesn't regroup them together if their time is even slightly different.&lt;/P&gt;

&lt;P&gt;Very simple example : &lt;/P&gt;

&lt;P&gt;10 : 00 : 10.052   Hello Splunk!&lt;BR /&gt;
10 : 00 : 10.052   Hello Splunk!&lt;BR /&gt;
10 : 00 : 10.054   Hello Splunk!&lt;BR /&gt;
10 : 00 : 10.054   Hello Splunk!&lt;/P&gt;

&lt;P&gt;10 : 00 : 20.052   Hello Splunk!&lt;BR /&gt;
10 : 00 : 20.052   Hello Splunk!&lt;BR /&gt;
10 : 00 : 20.055   Hello Splunk!&lt;/P&gt;

&lt;P&gt;Splunk would regroup those events into 4 groups (events at 10.052 , 10.054,  20.052,  20.055) instead of 2 groups (events at 10.50 and at 20.50 for example).&lt;/P&gt;

&lt;P&gt;For such an example, I would like to get something like : &lt;BR /&gt;
10 : 00 : 10.00 -&amp;gt; 4 Hello Splunk&lt;BR /&gt;
10 : 00 : 20.00 -&amp;gt; 3 Hello Splunk&lt;/P&gt;

&lt;P&gt;Is there a workaround to that ? &lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 14:32:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437096#M76233</guid>
      <dc:creator>Zakary_n</dc:creator>
      <dc:date>2019-01-30T14:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regroup Splunk events with almost similar _time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437097#M76234</link>
      <description>&lt;P&gt;try using timechart with span=10sec&lt;/P&gt;

&lt;P&gt;i.e. |timechart count span=10s&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 14:50:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437097#M76234</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-01-30T14:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regroup Splunk events with almost similar _time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437098#M76235</link>
      <description>&lt;P&gt;Completly forgot about timechart omg! Thank you, doing it atm&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 14:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437098#M76235</guid>
      <dc:creator>Zakary_n</dc:creator>
      <dc:date>2019-01-30T14:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regroup Splunk events with almost similar _time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437099#M76236</link>
      <description>&lt;P&gt;Yeah simple as that. Should have thought about that, haven't used Splunk in quite a while. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 15:24:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437099#M76236</guid>
      <dc:creator>Zakary_n</dc:creator>
      <dc:date>2019-01-30T15:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regroup Splunk events with almost similar _time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437100#M76237</link>
      <description>&lt;P&gt;See vishaltaneja07011993's answer.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 15:26:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437100#M76237</guid>
      <dc:creator>Zakary_n</dc:creator>
      <dc:date>2019-01-30T15:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regroup Splunk events with almost similar _time</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437101#M76238</link>
      <description>&lt;P&gt;@Zakary_n&lt;/P&gt;

&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 05:52:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Regroup-Splunk-events-with-almost-similar-time/m-p/437101#M76238</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-01-31T05:52:50Z</dc:date>
    </item>
  </channel>
</rss>

