<?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 How to find stopped service ? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-find-stopped-service/m-p/680284#M27967</link>
    <description>&lt;UL&gt;&lt;LI&gt;I have windows service called "ess". Due to network glitch the service is entering into stopped state and start state. Since the windows event is generating for delivery network glitch an event is recorded in splunk.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But the service ess is really down, and never entered into running state we need to be alerted.&lt;/P&gt;&lt;P&gt;I want to write splunk to alert only when the service ess went into stopped state but never entered into running state for 25 hosts. Same service is running on 25 hosts and all servers has network glitches.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2024 14:55:00 GMT</pubDate>
    <dc:creator>ethammis</dc:creator>
    <dc:date>2024-03-11T14:55:00Z</dc:date>
    <item>
      <title>How to find stopped service ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-find-stopped-service/m-p/680284#M27967</link>
      <description>&lt;UL&gt;&lt;LI&gt;I have windows service called "ess". Due to network glitch the service is entering into stopped state and start state. Since the windows event is generating for delivery network glitch an event is recorded in splunk.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But the service ess is really down, and never entered into running state we need to be alerted.&lt;/P&gt;&lt;P&gt;I want to write splunk to alert only when the service ess went into stopped state but never entered into running state for 25 hosts. Same service is running on 25 hosts and all servers has network glitches.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 14:55:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-find-stopped-service/m-p/680284#M27967</guid>
      <dc:creator>ethammis</dc:creator>
      <dc:date>2024-03-11T14:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk query help</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-find-stopped-service/m-p/680294#M27968</link>
      <description>&lt;P&gt;How long are you prepared to wait for the service to come up again? Are you looking to alert if all the servers don't come back up within a certain time, or if any one of them doesn't come back up? Are events generated when the service is up, and how regularly do these events occur? Can there be periods when no events are generated but the service is still to be considered up?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 14:47:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-find-stopped-service/m-p/680294#M27968</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-03-11T14:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to find stopped service ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-find-stopped-service/m-p/680307#M27969</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How long are you prepared to wait for the service to come up again?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Within 10min, if service is not coming up then need alert.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i.e. an event "The ess service entered into running state" will be logged&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are you looking to alert if all the servers don't come back up within a certain time, or if any one of them doesn't come back up?&lt;BR /&gt;&lt;STRONG&gt;Any server out of 25, if the service is not running, then need alert&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Are events generated when the service is up, and how regularly do these events occur?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As soon the service started an event will be generated, "The ess Service entered into running state"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can there be periods when no events are generated but the service is still to be considered up?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No, there will be definitely an event will be generated once the service brought up&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 16:51:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-find-stopped-service/m-p/680307#M27969</guid>
      <dc:creator>ethammis</dc:creator>
      <dc:date>2024-03-11T16:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to find stopped service ?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-find-stopped-service/m-p/680315#M27970</link>
      <description>&lt;P&gt;Try something below:&lt;/P&gt;&lt;P&gt;index=&amp;lt;indexname&amp;gt; ("ess service")&lt;BR /&gt;|transaction host startswith="The ess service entered the stopped state." endswith="The ess service entered the running state." maxspan=30m&lt;BR /&gt;|search NOT &amp;lt;field&amp;gt;="The ess service entered the running state."&lt;BR /&gt;|table host&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 17:29:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-find-stopped-service/m-p/680315#M27970</guid>
      <dc:creator>venkateshparank</dc:creator>
      <dc:date>2024-03-11T17:29:45Z</dc:date>
    </item>
  </channel>
</rss>

