<?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: Event sampling with specific event gaps for multiple hosts in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Event-sampling-with-specific-event-gaps-for-multiple-hosts/m-p/354252#M174648</link>
    <description>&lt;P&gt;You can use this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | bin _time span=15m
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will round all events down to the nearest 15-minute boundary.  Now you can do your other magic.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2017 01:53:40 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-06-16T01:53:40Z</dc:date>
    <item>
      <title>Event sampling with specific event gaps for multiple hosts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-sampling-with-specific-event-gaps-for-multiple-hosts/m-p/354250#M174646</link>
      <description>&lt;P&gt;I have multiple hosts in my result table and there is no specific sampling interval for each. However it is sure that in every host there are events at every 15 minutes though there can be variable number/ time of other events in between. How do I select the 15 minutes events from every host separately since I have to take the stats of the fields for every host separately.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 09:57:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-sampling-with-specific-event-gaps-for-multiple-hosts/m-p/354250#M174646</guid>
      <dc:creator>AshimaE</dc:creator>
      <dc:date>2017-06-15T09:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Event sampling with specific event gaps for multiple hosts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-sampling-with-specific-event-gaps-for-multiple-hosts/m-p/354251#M174647</link>
      <description>&lt;P&gt;Can you share some of your SPL query and/or raw data? I am having a difficult time understanding what exactly you mean.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2017 10:19:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-sampling-with-specific-event-gaps-for-multiple-hosts/m-p/354251#M174647</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-06-15T10:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Event sampling with specific event gaps for multiple hosts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-sampling-with-specific-event-gaps-for-multiple-hosts/m-p/354252#M174648</link>
      <description>&lt;P&gt;You can use this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | bin _time span=15m
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will round all events down to the nearest 15-minute boundary.  Now you can do your other magic.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 01:53:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-sampling-with-specific-event-gaps-for-multiple-hosts/m-p/354252#M174648</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-06-16T01:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Event sampling with specific event gaps for multiple hosts</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Event-sampling-with-specific-event-gaps-for-multiple-hosts/m-p/354253#M174649</link>
      <description>&lt;P&gt;If you want to average the samples in every 15m interval&lt;BR /&gt;
    ... &lt;BR /&gt;
    | bin _time span=15m&lt;BR /&gt;
    | stats avg(Value) as Value by _time host&lt;/P&gt;

&lt;P&gt;If you want the first event out of every 15 minute interval and you know there will always be one...&lt;BR /&gt;
     ...&lt;BR /&gt;
    | bin _time as Time span=15m&lt;BR /&gt;
    | stats earliest(Value) as Value by Time host&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 03:12:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Event-sampling-with-specific-event-gaps-for-multiple-hosts/m-p/354253#M174649</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-06-16T03:12:10Z</dc:date>
    </item>
  </channel>
</rss>

