<?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: How could I look only at a defined time span in real-time-search? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-could-I-look-only-at-a-defined-time-span-in-real-time-search/m-p/559220#M158885</link>
    <description>&lt;P&gt;Hi Michel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for sharing your experiences! It's so difficult and extensive to get an overview around all commands and functions... I will test your parameters then give you feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jul 2021 06:09:08 GMT</pubDate>
    <dc:creator>Felix82</dc:creator>
    <dc:date>2021-07-13T06:09:08Z</dc:date>
    <item>
      <title>How could I look only at a defined time span in real-time-search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-could-I-look-only-at-a-defined-time-span-in-real-time-search/m-p/559091#M158829</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new in working with Splunk - I began to explore the program last monday...&lt;/P&gt;&lt;P&gt;I have the task to create a dashboard for visualizing the availibility of a machine. My working base: The machine data, additional&amp;nbsp; disorder reports by workers (implemented by tablets) and the knowledge about the working times (monday till friday, 5.30am till 10.30pm).&lt;/P&gt;&lt;P&gt;Now I want to use the daily data in timerange from 5.30am till 10.30pm because the availibility should only represents the disorder times in relation to real working time. How could I do that without a specified date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks and Greetings from Germany,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 13:39:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-could-I-look-only-at-a-defined-time-span-in-real-time-search/m-p/559091#M158829</guid>
      <dc:creator>Felix82</dc:creator>
      <dc:date>2021-07-12T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: How could I look only at a defined time span in real-time-search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-could-I-look-only-at-a-defined-time-span-in-real-time-search/m-p/559106#M158840</link>
      <description>&lt;P&gt;Hi Felix,&lt;/P&gt;&lt;P&gt;you need to extract these requirements from your date field to filter it. You can perform your search for example like index=.... earliest=-7d@d latest=now to get all your data from the last 7 days.&lt;/P&gt;&lt;P&gt;Then you can add something like this&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;| eval day=strftime(_time,"%u")&lt;BR /&gt;| search day IN (1 2 3 4 5)&lt;/P&gt;&lt;P&gt;| eval timestampStart="05:30:00"&lt;BR /&gt;| eval timestampEnd="22:30:00"&lt;BR /&gt;| eval timestampDate = strftime(_time,"%H:%M:%S")&lt;/P&gt;&lt;P&gt;| where timestampDate &amp;gt;= timestampStart AND timestampDate &amp;lt;= timestampEnd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michel&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 15:11:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-could-I-look-only-at-a-defined-time-span-in-real-time-search/m-p/559106#M158840</guid>
      <dc:creator>michel_wolf</dc:creator>
      <dc:date>2021-07-12T15:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: How could I look only at a defined time span in real-time-search?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-could-I-look-only-at-a-defined-time-span-in-real-time-search/m-p/559220#M158885</link>
      <description>&lt;P&gt;Hi Michel,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for sharing your experiences! It's so difficult and extensive to get an overview around all commands and functions... I will test your parameters then give you feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Felix&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 06:09:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-could-I-look-only-at-a-defined-time-span-in-real-time-search/m-p/559220#M158885</guid>
      <dc:creator>Felix82</dc:creator>
      <dc:date>2021-07-13T06:09:08Z</dc:date>
    </item>
  </channel>
</rss>

