<?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 a way to know if Splunk is operating 90% of the time ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-know-if-Splunk-is-operating-90-of-the-time/m-p/422418#M74214</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;| rest splunk_server=local /services/search/distributed/peers | rename title as peerURI  | join type=outer peerURI [| rest splunk_server=local /services/server/info | eval peerURI = "localhost" | eval status = "Up"]  | eval status = if(status == "Up", status, "Unreachable") | eval OS = os_name | eval ram = round(physicalMemoryMB / 1024, 2)." GB" | fields host, server_roles, OS, numberOfCores, ram, version, status| sort status, host| rename host as Instance, server_roles as Role, numberOfCores as "Cores", ram as RAM, version as Version, status as Status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This query is working fine for me. &lt;BR /&gt;
What issues are you facing while running above query.&lt;BR /&gt;
Did you ran this in DMC ?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Oct 2018 15:02:08 GMT</pubDate>
    <dc:creator>nilbak1</dc:creator>
    <dc:date>2018-10-11T15:02:08Z</dc:date>
    <item>
      <title>Is there a way to know if Splunk is operating 90% of the time ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-know-if-Splunk-is-operating-90-of-the-time/m-p/422415#M74211</link>
      <description>&lt;P&gt;I found that Splunk Monitor System health can check health of Splunk and check if it's monitoring or not. However, i wasn't able to use it with my current license. So, is there another way to check if Splunk is monitoring most of the time and working ?  If yes please provide me with links of explanation with steps. &lt;/P&gt;

&lt;P&gt;Also, I don't understand the main purpose of Master Node Dashboard, is this a way to check if Splunk monitoring ? &lt;/P&gt;

&lt;P&gt;Thank you in advance! &lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 16:15:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-know-if-Splunk-is-operating-90-of-the-time/m-p/422415#M74211</guid>
      <dc:creator>maryamchar</dc:creator>
      <dc:date>2018-10-10T16:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to know if Splunk is operating 90% of the time ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-know-if-Splunk-is-operating-90-of-the-time/m-p/422416#M74212</link>
      <description>&lt;P&gt;Hi @maryamchar &lt;/P&gt;

&lt;P&gt;Yes, you can monitor splunk health via rest&lt;BR /&gt;
You can refer this answer for the splunk query&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/589489/how-to-get-instance-health-via-splunk-query.html#answer-590342"&gt;https://answers.splunk.com/answers/589489/how-to-get-instance-health-via-splunk-query.html#answer-590342&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;But, here again this query will work from DMC server only because from one search head you can't run rest query of other heads, cluster master, deployment server.&lt;/P&gt;

&lt;P&gt;Regarding, &lt;STRONG&gt;master node dashboard&lt;/STRONG&gt;, its basically &lt;BR /&gt;
 &lt;STRONG&gt;The Indexer Clustering: Status dashboard&lt;/STRONG&gt;  in DMC which provides information on the state of our cluster.&lt;BR /&gt;
&lt;STRONG&gt;The Indexer Clustering: Service Activity dashboard&lt;/STRONG&gt; in DMC which provides information on matters such as bucket-fixing activities and warnings and errors.&lt;/P&gt;

&lt;P&gt;So master node dashboard just provides the limited ovewview of DMC as  DMC  is a rich source of information about compelete Splunk Enterprise deployment. You can refere below document for more information.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.0/DMC/WhatcanDMCdo"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.0/DMC/WhatcanDMCdo&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this answers your question &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 09:55:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-know-if-Splunk-is-operating-90-of-the-time/m-p/422416#M74212</guid>
      <dc:creator>nilbak1</dc:creator>
      <dc:date>2018-10-11T09:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to know if Splunk is operating 90% of the time ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-know-if-Splunk-is-operating-90-of-the-time/m-p/422417#M74213</link>
      <description>&lt;P&gt;Thank you!!! &lt;BR /&gt;
The link you provided me with query didn't work for me. Is there any other easy way to check if Splunk monitoring all the time ? Again thank you! &lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 14:51:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-know-if-Splunk-is-operating-90-of-the-time/m-p/422417#M74213</guid>
      <dc:creator>maryamchar</dc:creator>
      <dc:date>2018-10-11T14:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to know if Splunk is operating 90% of the time ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-know-if-Splunk-is-operating-90-of-the-time/m-p/422418#M74214</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| rest splunk_server=local /services/search/distributed/peers | rename title as peerURI  | join type=outer peerURI [| rest splunk_server=local /services/server/info | eval peerURI = "localhost" | eval status = "Up"]  | eval status = if(status == "Up", status, "Unreachable") | eval OS = os_name | eval ram = round(physicalMemoryMB / 1024, 2)." GB" | fields host, server_roles, OS, numberOfCores, ram, version, status| sort status, host| rename host as Instance, server_roles as Role, numberOfCores as "Cores", ram as RAM, version as Version, status as Status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This query is working fine for me. &lt;BR /&gt;
What issues are you facing while running above query.&lt;BR /&gt;
Did you ran this in DMC ?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 15:02:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-know-if-Splunk-is-operating-90-of-the-time/m-p/422418#M74214</guid>
      <dc:creator>nilbak1</dc:creator>
      <dc:date>2018-10-11T15:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to know if Splunk is operating 90% of the time ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-know-if-Splunk-is-operating-90-of-the-time/m-p/422419#M74215</link>
      <description>&lt;P&gt;Yes i tried it on DMC. This is the error i'm getting &lt;BR /&gt;
REST Processor: Failed to fetch REST endpoint uri=&lt;A href="https://127.0.0.1:8089/services/search/distributed/peers?count=0"&gt;https://127.0.0.1:8089/services/search/distributed/peers?count=0&lt;/A&gt; from server &lt;A href="https://127.0.0.1:8089"&gt;https://127.0.0.1:8089&lt;/A&gt;. Check that the URI path provided exists in the REST API&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 14:41:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Is-there-a-way-to-know-if-Splunk-is-operating-90-of-the-time/m-p/422419#M74215</guid>
      <dc:creator>maryamchar</dc:creator>
      <dc:date>2018-10-16T14:41:15Z</dc:date>
    </item>
  </channel>
</rss>

