<?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: Accommodate Nightly Server Restarts in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294974#M35243</link>
    <description>&lt;P&gt;Hi klaxdal,&lt;/P&gt;

&lt;P&gt;If setting your queries with filter and comparatives in the window known (0100 and 0400), would it suffice?&lt;BR /&gt;
Please, share some queries with us.&lt;/P&gt;

&lt;P&gt;Rodrigo Ribeiro&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jul 2017 17:05:59 GMT</pubDate>
    <dc:creator>rodrigorsilva</dc:creator>
    <dc:date>2017-07-07T17:05:59Z</dc:date>
    <item>
      <title>Accommodate Nightly Server Restarts</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294973#M35242</link>
      <description>&lt;P&gt;Hi , &lt;/P&gt;

&lt;P&gt;I have a series of servers - located on the East coast and West coast which undergo scheduled restarts at 0100 and 0400 .&lt;/P&gt;

&lt;P&gt;Is it possible alert or setup the app so that I do not see these scheduled outage times reflected within the " Status History ' Dashboard ? ( Specifically the Maximum Response Time , Availability and Failures panels ) &lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 13:20:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294973#M35242</guid>
      <dc:creator>klaxdal</dc:creator>
      <dc:date>2017-07-04T13:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Accommodate Nightly Server Restarts</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294974#M35243</link>
      <description>&lt;P&gt;Hi klaxdal,&lt;/P&gt;

&lt;P&gt;If setting your queries with filter and comparatives in the window known (0100 and 0400), would it suffice?&lt;BR /&gt;
Please, share some queries with us.&lt;/P&gt;

&lt;P&gt;Rodrigo Ribeiro&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294974#M35243</guid>
      <dc:creator>rodrigorsilva</dc:creator>
      <dc:date>2017-07-07T17:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Accommodate Nightly Server Restarts</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294975#M35244</link>
      <description>&lt;P&gt;Rodrigo - not quite sure what you mean ? Can you elaborate ? &lt;/P&gt;

&lt;P&gt;klaxdal&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 17:22:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294975#M35244</guid>
      <dc:creator>klaxdal</dc:creator>
      <dc:date>2017-07-07T17:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accommodate Nightly Server Restarts</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294976#M35245</link>
      <description>&lt;P&gt;Klaxdal,&lt;/P&gt;

&lt;P&gt;Can you share your Dashboard (Query)?&lt;/P&gt;

&lt;P&gt;Rodrigo Ribeiro&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2017 18:12:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294976#M35245</guid>
      <dc:creator>rodrigorsilva</dc:creator>
      <dc:date>2017-07-07T18:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Accommodate Nightly Server Restarts</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294977#M35246</link>
      <description>&lt;P&gt;They are the 'standard' dashboards offered within the Website Monitoring app - I would like to filter all events when the servers undergo their nightly restarts 0100 - 0120 and 0400 to 0420&lt;/P&gt;

&lt;P&gt;sourcetype="web_ping" title="&lt;EM&gt;" &lt;CODE&gt;filter_inoperable&lt;/CODE&gt; | stats count as count  *&lt;/EM&gt;( lists the failures over 24 hrs)**&lt;/P&gt;

&lt;P&gt;sourcetype="web_ping" title="&lt;EM&gt;" | stats max(total_time) as response_time *&lt;/EM&gt;( lists max response time )**&lt;/P&gt;

&lt;P&gt;sourcetype="web_ping" title="&lt;EM&gt;" | fillnull value=1000 response_code | eval &lt;BR /&gt;
success=case(response_code&amp;gt;=400, 0, timed_out == "True", 0) | fillnull value=1 success | chart count as total, sum(success) as successes | eval availability=round(100&lt;/EM&gt;(successes/total),2) | fields availability  &lt;STRONG&gt;( lists availability )&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;Any help would be greatly  appreciated&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:48:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294977#M35246</guid>
      <dc:creator>klaxdal</dc:creator>
      <dc:date>2020-09-29T14:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Accommodate Nightly Server Restarts</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294978#M35247</link>
      <description>&lt;P&gt;I hope I can help you...&lt;/P&gt;

&lt;P&gt;I was thinking of something like:&lt;/P&gt;

&lt;P&gt;sourcetype="web_ping" title="" filter_inoperable&lt;BR /&gt;
| eval hour=strftime(_time , "%H")&lt;BR /&gt;
| eval minute=strftime(_time , "%M")&lt;BR /&gt;
| where (hour&amp;gt;01 AND minute&amp;gt;20)&lt;BR /&gt;
| stats count as count ( lists the failures over 24 hrs)*&lt;/P&gt;

&lt;P&gt;With some combinations and date and time tests you can "hide" this period.&lt;/P&gt;

&lt;P&gt;Rodrigo Ribeiro&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:48:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294978#M35247</guid>
      <dc:creator>rodrigorsilva</dc:creator>
      <dc:date>2020-09-29T14:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Accommodate Nightly Server Restarts</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294979#M35248</link>
      <description>&lt;P&gt;Thanks Rodrigo ! &lt;/P&gt;

&lt;P&gt;Will give it a try . Really appreciate the help .&lt;/P&gt;</description>
      <pubDate>Sat, 08 Jul 2017 15:28:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294979#M35248</guid>
      <dc:creator>klaxdal</dc:creator>
      <dc:date>2017-07-08T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Accommodate Nightly Server Restarts</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294980#M35249</link>
      <description>&lt;P&gt;Here is my approach - seemed to suit my purposes - added the following to the search strings within each panel &lt;/P&gt;

&lt;P&gt;NOT (date_hour&amp;gt;=1 date_hour&amp;lt;110) NOT (date_hour&amp;gt;=4 date_hour&amp;lt;410)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:01:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Accommodate-Nightly-Server-Restarts/m-p/294980#M35249</guid>
      <dc:creator>klaxdal</dc:creator>
      <dc:date>2020-09-29T15:01:15Z</dc:date>
    </item>
  </channel>
</rss>

