<?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 Skip one hour in one day search in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Skip-one-hour-in-one-day-search/m-p/199349#M187491</link>
    <description>&lt;P&gt;I wanted to search for full day except one hour from 6.30am to 7.30am. I am not able to do it. Can anyone help me in this.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Mar 2014 08:43:20 GMT</pubDate>
    <dc:creator>abhi144</dc:creator>
    <dc:date>2014-03-26T08:43:20Z</dc:date>
    <item>
      <title>Skip one hour in one day search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Skip-one-hour-in-one-day-search/m-p/199349#M187491</link>
      <description>&lt;P&gt;I wanted to search for full day except one hour from 6.30am to 7.30am. I am not able to do it. Can anyone help me in this.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2014 08:43:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Skip-one-hour-in-one-day-search/m-p/199349#M187491</guid>
      <dc:creator>abhi144</dc:creator>
      <dc:date>2014-03-26T08:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Skip one hour in one day search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Skip-one-hour-in-one-day-search/m-p/199350#M187492</link>
      <description>&lt;P&gt;There's no foolproof way of putting this as an initial filter in your search that I know of, however you could create fields and then filter on those:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;yourbasesearch&amp;gt; | eval hourandminute=strftime(_time,"%H").strftime(_time,"%M") | search NOT (hourandminute&amp;gt;=630 AND hourandminute&amp;lt;=730)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Mar 2014 08:59:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Skip-one-hour-in-one-day-search/m-p/199350#M187492</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2014-03-26T08:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Skip one hour in one day search</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Skip-one-hour-in-one-day-search/m-p/199351#M187493</link>
      <description>&lt;P&gt;Thanks Ayn.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2014 09:27:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Skip-one-hour-in-one-day-search/m-p/199351#M187493</guid>
      <dc:creator>abhi144</dc:creator>
      <dc:date>2014-03-26T09:27:30Z</dc:date>
    </item>
  </channel>
</rss>

