<?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: IS there any script how we can check SPlunk agent is inactive in user server. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316865#M161435</link>
    <description>&lt;P&gt;If the agent (UF) goes down then this will tell you it has stopped.  That is what "missing" means.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2017 12:57:00 GMT</pubDate>
    <dc:creator>lycollicott</dc:creator>
    <dc:date>2017-07-18T12:57:00Z</dc:date>
    <item>
      <title>IS there any script how we can check SPlunk agent is inactive in user server.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316857#M161427</link>
      <description>&lt;P&gt;IS there any script or  how we can check SPlunk agent is inactive in user server.&lt;BR /&gt;
I received email or notification If SPlunk agent is not running on user servers.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sahil&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 13:05:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316857#M161427</guid>
      <dc:creator>sahils</dc:creator>
      <dc:date>2017-04-10T13:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: IS there any script how we can check SPlunk agent is inactive in user server.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316858#M161428</link>
      <description>&lt;P&gt;You can check if splunk is active by running &lt;CODE&gt;splunk status&lt;/CODE&gt; on the CLI.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 13:21:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316858#M161428</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-04-10T13:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: IS there any script how we can check SPlunk agent is inactive in user server.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316859#M161429</link>
      <description>&lt;P&gt;You can use Deployment server to manage agents(fowrwarders) which usually phoning home to deployemnet server&lt;BR /&gt;
to know agent status you can use following search and configure alert for specific host&lt;/P&gt;

&lt;P&gt;index=_internal (&lt;EM&gt;phonehome&lt;/EM&gt; component=DC*) OR (component=DC:HandshakeReplyHandler) host=hostname&lt;BR /&gt;
 | sort _time&lt;BR /&gt;
 | table _time host log_level message&lt;/P&gt;

&lt;P&gt;it is from &lt;A href="https://answers.splunk.com/answers/208607/how-to-determine-if-forwarder-is-phoning-home-to-d.html" target="_blank"&gt;https://answers.splunk.com/answers/208607/how-to-determine-if-forwarder-is-phoning-home-to-d.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:35:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316859#M161429</guid>
      <dc:creator>andrey2007</dc:creator>
      <dc:date>2020-09-29T13:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: IS there any script how we can check SPlunk agent is inactive in user server.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316860#M161430</link>
      <description>&lt;P&gt;You could write a script, but why don't you use the Monitoring Console?  If you configured your Splunk to send emails then it can email you when a forwarder is missing, too. &lt;/P&gt;

&lt;P&gt;Look at the bottom of this screen shot.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2734i412445C1A263273E/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;You can get started with the Monitoring Console here: &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.3/DMC/DMCoverview"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.3/DMC/DMCoverview&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 13:40:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316860#M161430</guid>
      <dc:creator>lycollicott</dc:creator>
      <dc:date>2017-04-10T13:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: IS there any script how we can check SPlunk agent is inactive in user server.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316861#M161431</link>
      <description>&lt;P&gt;Thanks Andrey We are checking status in Deployment Server But If agent goes  down We are not aware in which server or which application  is impacted  Is there any script , query or How we notify automatically tell us in Which server agent is down.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Sahil&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 16:05:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316861#M161431</guid>
      <dc:creator>sahils</dc:creator>
      <dc:date>2017-06-21T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: IS there any script how we can check SPlunk agent is inactive in user server.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316862#M161432</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;We are checking status in Deployment Server But If agent goes down We are not aware in which server or which application is impacted Is there any script , query or How we notify automatically tell us in Which server agent is down.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sahil&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 16:06:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316862#M161432</guid>
      <dc:creator>sahils</dc:creator>
      <dc:date>2017-06-21T16:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: IS there any script how we can check SPlunk agent is inactive in user server.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316863#M161433</link>
      <description>&lt;P&gt;Any update?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Sahil&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 15:18:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316863#M161433</guid>
      <dc:creator>sahils</dc:creator>
      <dc:date>2017-06-22T15:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: IS there any script how we can check SPlunk agent is inactive in user server.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316864#M161434</link>
      <description>&lt;P&gt;Do you maintain an up to date list of all the servers in your environment?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2017 17:48:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316864#M161434</guid>
      <dc:creator>lycollicott</dc:creator>
      <dc:date>2017-07-06T17:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: IS there any script how we can check SPlunk agent is inactive in user server.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316865#M161435</link>
      <description>&lt;P&gt;If the agent (UF) goes down then this will tell you it has stopped.  That is what "missing" means.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 12:57:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/IS-there-any-script-how-we-can-check-SPlunk-agent-is-inactive-in/m-p/316865#M161435</guid>
      <dc:creator>lycollicott</dc:creator>
      <dc:date>2017-07-18T12:57:00Z</dc:date>
    </item>
  </channel>
</rss>

