<?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 query for Downtime taking several days in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704282#M20790</link>
    <description>&lt;P&gt;Try using the &lt;FONT face="courier new,courier"&gt;max&lt;/FONT&gt; function instead of &lt;FONT face="courier new,courier"&gt;values&lt;/FONT&gt;.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| bin span=3h _time
| stats max(uptime) AS Uptime BY _time, component_hostname
| where Uptime=0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2024 13:18:17 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2024-11-13T13:18:17Z</dc:date>
    <item>
      <title>Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703489#M20686</link>
      <description>&lt;P&gt;Dear Splunkers,&lt;/P&gt;
&lt;P&gt;I would like to ask your support in order to adapt my search query to return results if downtime taking specific time window e.g. 3 consecutive days.&lt;BR /&gt;May search query is following:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| table _time, status, component_hostname, uptime
| sort by _time asc
| streamstats last(status) AS status by component_hostname
| sort by _time asc
| reverse
| delta uptime AS Duration
| reverse
| eval Duration=abs(round(Duration/60,4))

| search uptime=0&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Like this I was able identify components with uptime=0.&amp;nbsp;&lt;BR /&gt;Now I would like to extend my query to display result when specific component downtime=0 for several consecutive days e.g. 3 or 2 days.&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 15:19:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703489#M20686</guid>
      <dc:creator>Stives</dc:creator>
      <dc:date>2024-11-04T15:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703495#M20689</link>
      <description>&lt;P&gt;How (in non-SPL terms) do you determine what the downtime for a component is?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 14:52:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703495#M20689</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-11-04T14:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703506#M20690</link>
      <description>&lt;P&gt;Adding to &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt; 's question - remember that if you're detecting a downtime as lack of events you are unable to either detect downtime longer than your search window completely (if you're not using a list of values to compare your results to) or at least unable to detect their real length beyond your search window.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 16:19:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703506#M20690</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-11-04T16:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703581#M20698</link>
      <description>&lt;P&gt;Hi ITWhisperer,&lt;BR /&gt;downtime represents every value starting with 0,00 do matter how many decimals.&lt;BR /&gt;BR&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 08:31:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703581#M20698</guid>
      <dc:creator>Stives</dc:creator>
      <dc:date>2024-11-05T08:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703622#M20707</link>
      <description>&lt;P&gt;Value 0,00 of which field(s)?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 19:19:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703622#M20707</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-11-05T19:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703623#M20708</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I know it's bit confusing but when I run my query field Uptime has value 0,00 by _time. It does not matter how many decimals after 0.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2024 19:52:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/703623#M20708</guid>
      <dc:creator>Stives</dc:creator>
      <dc:date>2024-11-05T19:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704182#M20764</link>
      <description>&lt;P&gt;Hello, I´ve adjusted my query following:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| bin span=3h _time
| stats values(uptime) AS Uptime BY _time, component_hostname&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Like this I will get all Uptimes listed in a span of 3hours by component_hostname. See table&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="200"&gt;
&lt;P&gt;_time&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="200"&gt;
&lt;P&gt;component_hostname&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="200"&gt;
&lt;P&gt;uptime&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="200"&gt;
&lt;P&gt;2024-11-11 15:00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="200"&gt;
&lt;P&gt;router&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="200"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;0.00000&lt;BR /&gt;1.00000&lt;BR /&gt;5.00000&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;BR /&gt;You can see there are results which do include different uptimes e.g. 0..., 1.... or 5....&lt;BR /&gt;Now I would like to create an Alert so that it will display only component_hostname which had no different uptime expect of 0 for 1 day.&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2024 18:40:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704182#M20764</guid>
      <dc:creator>Stives</dc:creator>
      <dc:date>2024-11-12T18:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704184#M20765</link>
      <description>&lt;LI-CODE lang="markup"&gt;| bin span=3h _time
| stats values(uptime) AS Uptime BY _time, component_hostname
| where Uptime=0&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 12 Nov 2024 15:55:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704184#M20765</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-11-12T15:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704249#M20780</link>
      <description>&lt;P&gt;Hello ITW, thank you for reply.&lt;BR /&gt;&lt;BR /&gt;Where Uptime=0 won´t resolve it because during 1 day span some component_hostnames been uptime for few seconds e.g. 1.0000 or 5.0000. This means it can´t be counted as permanent downtime.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;My query should be looking only for component_hostnames&amp;nbsp; which had no different Uptime except of 0 in span of 1 day.&lt;/P&gt;&lt;P&gt;Stives&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 07:26:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704249#M20780</guid>
      <dc:creator>Stives</dc:creator>
      <dc:date>2024-11-13T07:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704254#M20782</link>
      <description>&lt;P&gt;Please give a detailed example of what you want showing why where uptime=0 doesn't work for you.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 08:37:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704254#M20782</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-11-13T08:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704278#M20789</link>
      <description>&lt;P&gt;Hello, see table below please. There are results for components A, B and C:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="200"&gt;&lt;P&gt;_time&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;component_hostname&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;uptime&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="200"&gt;&lt;P&gt;2024-11-11 15:00&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;Host A&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;0.00000&lt;BR /&gt;1.00000&lt;BR /&gt;5.00000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="200"&gt;&lt;P&gt;2024-11-11 15:00&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;Host B&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;0.00000&lt;BR /&gt;1.00000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="200"&gt;&lt;P&gt;2024-11-11 15:00&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;Host C&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;0.00000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I apply where uptime=0 my results will look following:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="200"&gt;&lt;P&gt;_time&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;component_hostname&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;uptime&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="200"&gt;&lt;P&gt;2024-11-11 15:00&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;Host A&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;0.00000&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="200"&gt;&lt;P&gt;2024-11-11 15:00&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;Host B&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;0.00000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="200"&gt;&lt;P&gt;2024-11-11 15:00&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;Host C&lt;/P&gt;&lt;/TD&gt;&lt;TD width="200"&gt;&lt;P&gt;0.00000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this is not what I need because component A was also showing uptime during my span 1.00000 and 5.00000. Same applies for component B as it was showing uptime 0.00000 and 1.00000. Which means that components A and B where uptime during my span and that is ok. But I´m interested only for components which during the span where showing no other value then 0 e.g. component C. Like this I know that components A and B are responding during my span but component C not responding because its always 0.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 13:07:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704278#M20789</guid>
      <dc:creator>Stives</dc:creator>
      <dc:date>2024-11-13T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704282#M20790</link>
      <description>&lt;P&gt;Try using the &lt;FONT face="courier new,courier"&gt;max&lt;/FONT&gt; function instead of &lt;FONT face="courier new,courier"&gt;values&lt;/FONT&gt;.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| bin span=3h _time
| stats max(uptime) AS Uptime BY _time, component_hostname
| where Uptime=0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 13:18:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704282#M20790</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-11-13T13:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704319#M20799</link>
      <description>&lt;P&gt;Thank you for feedback but yet again this will return uptimes regardless length (0,&amp;nbsp; 1 or more).&lt;BR /&gt;If I use where Uptime=0 it shows me uptime lengths taking 0 but it does not necessarily mean there are no 1, 2 or any different lengths while span.&amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I need my result to return those component_hostnames which had no different length except of 0 nothing else (no 1 or 2 or any different).&amp;nbsp;&lt;BR /&gt;This is how I would know component is UP or DOWN during my span.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 17:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704319#M20799</guid>
      <dc:creator>Stives</dc:creator>
      <dc:date>2024-11-13T17:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704320#M20800</link>
      <description>&lt;P&gt;Please share your full search which is not working for you&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 18:02:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704320#M20800</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-11-13T18:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704321#M20801</link>
      <description>&lt;LI-CODE lang="markup"&gt;| bin span=3h _time

| stats max(uptime) AS Uptime BY _time, component_hostname

| where Uptime=0&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 13 Nov 2024 19:54:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704321#M20801</guid>
      <dc:creator>Stives</dc:creator>
      <dc:date>2024-11-13T19:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704322#M20802</link>
      <description>&lt;P&gt;There doesn't appear (from what you have shared) to be anything that you are doing wrong&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 18:34:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704322#M20802</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-11-13T18:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704326#M20803</link>
      <description>&lt;P&gt;I agree.&amp;nbsp; The combination of &lt;FONT face="courier new,courier"&gt;stats max(uptime)&lt;/FONT&gt; and &lt;FONT face="courier new,courier"&gt;where Uptime=0&lt;/FONT&gt; should show only hosts with zero up time.&lt;/P&gt;&lt;P&gt;Is there something pertinent that is not being shared?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2024 19:18:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704326#M20803</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-11-13T19:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704949#M20874</link>
      <description>&lt;P&gt;Hello Richgalloway,&lt;BR /&gt;thank you for feedback. I´ve managed to set my time window with Uptime results. Now I got issue using my span so that I could see _time and Uptime in seconds in one row only. This I would like to achieve by setting Time picker to last 3 days and I set my span to 72 hours so that Im having one row with all the results.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| bin span=72h _time&lt;/LI-CODE&gt;
&lt;P&gt;My most oldest time should be then always 3 days backwards.&amp;nbsp;&lt;BR /&gt;But when I do this my results display also time which is outside of 3 days (see attachement). My oldest results should have end 18.11.24 in the morning but instead it also shows results for 17.11.24. In this case instead of one row I will have 2 rows which will crash my search idea as I need to have one row with the results only.&amp;nbsp;&lt;BR /&gt;Why is that can you suggest ? How exactly does span function work ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 15:09:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704949#M20874</guid>
      <dc:creator>Stives</dc:creator>
      <dc:date>2024-11-21T15:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Search query for Downtime taking several days</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704956#M20875</link>
      <description>&lt;P&gt;You could use the advanced time picker and select earliest as "@d-3d" and latest as "@d" The&amp;nbsp;@d aligns to the beginning of the current day, then the -3d goes back a further 3 days (usually 72h but across daylight saving changes, these may be slightly different. The same may go for the span, so try using 3d rather than 72h.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 14:42:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Search-query-for-Downtime-taking-several-days/m-p/704956#M20875</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-11-21T14:42:19Z</dc:date>
    </item>
  </channel>
</rss>

