<?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: Search field value in interval in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519383#M146282</link>
    <description>&lt;P&gt;Your date time format seems a little different, usually there is a space between the date and the time not a colon. Do you have some sample data events you could share?&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2020 09:42:59 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2020-09-14T09:42:59Z</dc:date>
    <item>
      <title>Search field value in interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519382#M146281</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i am trying to search for field values in intervall (79,90).&lt;/P&gt;&lt;P&gt;Both versions do not work properly as i know what to expect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;v1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=XXX  earliest="08/03/2020:15:00:00" latest="08/03/2020:16:30:00" TEMP&amp;lt;90 TEMP&amp;gt;79 
| stats count as Counter  
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;v2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=XXX  earliest="08/03/2020:15:00:00" latest="08/03/2020:16:30:00" TEMP&amp;lt;90 AND TEMP&amp;gt;79 
| stats count as Counter   &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 09:29:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519382#M146281</guid>
      <dc:creator>light_of_sirius</dc:creator>
      <dc:date>2020-09-14T09:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Search field value in interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519383#M146282</link>
      <description>&lt;P&gt;Your date time format seems a little different, usually there is a space between the date and the time not a colon. Do you have some sample data events you could share?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 09:42:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519383#M146282</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-09-14T09:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Search field value in interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519384#M146283</link>
      <description>&lt;P&gt;is TEMP field ?&lt;/P&gt;&lt;P&gt;I have tried below and working fine.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal earliest="09/14/2020:11:00:00" latest="09/14/2020:13:00:00" date_hour&amp;gt;11 date_hour&amp;lt;13&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 14 Sep 2020 09:45:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519384#M146283</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-14T09:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search field value in interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519385#M146284</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;earliest and latest time format will have column in between date &amp;amp; time.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 09:46:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519385#M146284</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-09-14T09:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Search field value in interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519386#M146285</link>
      <description>&lt;P&gt;Yes I just checked _internal - still would be useful to have some sample data though&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 09:49:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519386#M146285</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2020-09-14T09:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Search field value in interval</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519392#M146288</link>
      <description>&lt;P&gt;Yeah it works fine. Turns out what i expected to expect was not what i should have expected &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Sry&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 10:44:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Search-field-value-in-interval/m-p/519392#M146288</guid>
      <dc:creator>light_of_sirius</dc:creator>
      <dc:date>2020-09-14T10:44:57Z</dc:date>
    </item>
  </channel>
</rss>

