<?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: Timewrap with specific time range in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Timewrap-with-specific-time-range/m-p/582960#M203002</link>
    <description>&lt;P class="lia-align-left"&gt;Hi&lt;/P&gt;&lt;P class="lia-align-left"&gt;here&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/SearchTimeModifiers" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/SearchTimeModifiers&lt;/A&gt;&amp;nbsp;is how to use time modifiers on your search. You will find answer to your question there.&lt;/P&gt;&lt;P class="lia-align-left"&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 18:03:06 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2022-01-28T18:03:06Z</dc:date>
    <item>
      <title>Timewrap with specific time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timewrap-with-specific-time-range/m-p/582959#M203001</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Iam a newbie and have just started exploring the power of splunk. My below query works fine except that I need the output ONLY for a specific time period ie 2pm and 4pm with a span of 15m and not for entire day&lt;/P&gt;&lt;P&gt;index=xxxx pod=xxxx CASE(xxxxx) `logRecordType(xxxx)` logName="xxxxxx"&lt;BR /&gt;earliest=-3d@d latest=@d|timechart span=30m count|timewrap d&lt;/P&gt;&lt;P&gt;So basically my output only list me 4 rows with "2days_before","1day_before" and "latest_day".A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhaggs&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 17:56:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timewrap-with-specific-time-range/m-p/582959#M203001</guid>
      <dc:creator>bmer</dc:creator>
      <dc:date>2022-01-28T17:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Timewrap with specific time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timewrap-with-specific-time-range/m-p/582960#M203002</link>
      <description>&lt;P class="lia-align-left"&gt;Hi&lt;/P&gt;&lt;P class="lia-align-left"&gt;here&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/SearchTimeModifiers" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/SearchTimeModifiers&lt;/A&gt;&amp;nbsp;is how to use time modifiers on your search. You will find answer to your question there.&lt;/P&gt;&lt;P class="lia-align-left"&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 18:03:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timewrap-with-specific-time-range/m-p/582960#M203002</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-01-28T18:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Timewrap with specific time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timewrap-with-specific-time-range/m-p/583179#M203066</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;I did go through that and understand the use but no where am able to restrict the timewrap to a selected period say LAST 15d between 2pm and 4pm having span=15m etc. It may be possible with some tweak but as I said am in learning process and would appreciate if someone can provide the full command.I will then do a self-learn from same&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 09:13:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timewrap-with-specific-time-range/m-p/583179#M203066</guid>
      <dc:creator>bmer</dc:creator>
      <dc:date>2022-02-01T09:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Timewrap with specific time range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Timewrap-with-specific-time-range/m-p/583181#M203067</link>
      <description>&lt;P&gt;Here is an one way to do it&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=&amp;lt;YOUR INDEX&amp;gt; earliest=-15d@d
| eval hours=strftime(_time, "%H")
| where hours &amp;gt;= 14 AND hours&amp;lt;=16
| bin span=15m _time&lt;/LI-CODE&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 09:35:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Timewrap-with-specific-time-range/m-p/583181#M203067</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-02-01T09:35:04Z</dc:date>
    </item>
  </channel>
</rss>

