<?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: I want to ready value on specific time for last one week in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320022#M163504</link>
    <description>&lt;P&gt;date_minute&amp;lt;=45 will contain data from 9:45:00 to 9:45:59 as well &lt;BR /&gt;
So it should be date_minute&amp;lt;=44&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 17:41:38 GMT</pubDate>
    <dc:creator>mayurr98</dc:creator>
    <dc:date>2020-09-29T17:41:38Z</dc:date>
    <item>
      <title>I want to ready value on specific time for last one week</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320018#M163500</link>
      <description>&lt;P&gt;I want to read specific string between 9:15-9:45, each day for last 7 days.&lt;/P&gt;

&lt;P&gt;host=manana string | stats dc(count) &lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 02:19:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320018#M163500</guid>
      <dc:creator>manapuna</dc:creator>
      <dc:date>2018-01-19T02:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: I want to ready value on specific time for last one week</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320019#M163501</link>
      <description>&lt;P&gt;Could you please give us more detail. &lt;BR /&gt;
I do not know what you are trying to do here.&lt;/P&gt;

&lt;P&gt;Do you want do search for events that happen in a specified time-window every day for the last 7 days?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 13:35:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320019#M163501</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2018-01-19T13:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: I want to ready value on specific time for last one week</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320020#M163502</link>
      <description>&lt;P&gt;Assuming your question is about filtering for "between 9:15-9:45", I think you should be able to do that using the date_hour and date_minute fields. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;date_hour=9 AND date_minute&amp;gt;=15 AND date_minute&amp;lt;=44
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:45:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320020#M163502</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2020-09-29T17:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: I want to ready value on specific time for last one week</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320021#M163503</link>
      <description>&lt;P&gt;hey you can try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=&amp;lt;your_index&amp;gt; date_hour=9 date_minute&amp;gt;=15 date_minute&amp;lt;=44 host=manana string | timechart span=1d count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Run this &lt;CODE&gt;last seven days&lt;/CODE&gt; and  you will get dayswise count from 9:15 to 9:45. &lt;BR /&gt;
let me know if this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 14:06:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320021#M163503</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-01-19T14:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: I want to ready value on specific time for last one week</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320022#M163504</link>
      <description>&lt;P&gt;date_minute&amp;lt;=45 will contain data from 9:45:00 to 9:45:59 as well &lt;BR /&gt;
So it should be date_minute&amp;lt;=44&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:41:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320022#M163504</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2020-09-29T17:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: I want to ready value on specific time for last one week</title>
      <link>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320023#M163505</link>
      <description>&lt;P&gt;Good catch, let me adjust that in my answer.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 15:12:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/I-want-to-ready-value-on-specific-time-for-last-one-week/m-p/320023#M163505</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-01-19T15:12:02Z</dc:date>
    </item>
  </channel>
</rss>

