<?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: Monitor Splunk in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Monitor-Splunk/m-p/690318#M10232</link>
    <description>&lt;P&gt;I forgot to mention in terms of pre-reqs:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1. Newrelic should have some way of using API calls, you can use Splunk Tokens for API use and as a way of authentication&amp;nbsp; - see below link for info&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.1/Security/CreateAuthTokens" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.1/Security/CreateAuthTokens&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2024 10:01:40 GMT</pubDate>
    <dc:creator>deepakc</dc:creator>
    <dc:date>2024-06-11T10:01:40Z</dc:date>
    <item>
      <title>Monitor Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Monitor-Splunk/m-p/690296#M10228</link>
      <description>&lt;P&gt;I want to monitor Splunk Enterprise in a cluster environment. I monitor the Splunk infrastructure with Newrelic, and I also want to use the DMC health check item.&lt;/P&gt;&lt;P&gt;Where can I get the health check item other than by updating it? Also, please let me know if there are any other ways to monitor Splunk.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 06:30:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Monitor-Splunk/m-p/690296#M10228</guid>
      <dc:creator>taka</dc:creator>
      <dc:date>2024-06-11T06:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Monitor-Splunk/m-p/690299#M10229</link>
      <description>&lt;P&gt;You can start by having a look at the many API's endpoints available for the aspects of Splunk, and yes we mainly use the monitoring console for cluster -checks and health + others - which uses API's for checks&lt;/P&gt;&lt;P&gt;Have a look at the below API endpoints, as a starting point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Cluster Specific&amp;nbsp;&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.2/RESTREF/RESTcluster#cluster.2Fmanager.2Fhealth" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.2/RESTREF/RESTcluster#cluster.2Fmanager.2Fhealth&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;#Other API endpoints&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.2/RESTREF/RESTlist#MLOC" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.2/RESTREF/RESTlist#MLOC&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 06:41:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Monitor-Splunk/m-p/690299#M10229</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-06-11T06:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Monitor-Splunk/m-p/690310#M10230</link>
      <description>&lt;P&gt;Hello&amp;nbsp;deepakc&lt;/P&gt;&lt;P&gt;Thank you for your immediate reply!&lt;BR /&gt;Do you have any prerequisites or concerns when implementing monitoring of that API endpoint?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 08:23:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Monitor-Splunk/m-p/690310#M10230</guid>
      <dc:creator>taka</dc:creator>
      <dc:date>2024-06-11T08:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Monitor-Splunk/m-p/690311#M10231</link>
      <description>&lt;P&gt;These would come to mind first - there's plenty more, you can explore the others and use them as you as you see fit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Check the overall health&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/services/cluster/manager/health&lt;/LI-CODE&gt;&lt;P&gt;2. Check Cluster Status of the peers (Indexers&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/services/cluster/manager/peers&lt;/LI-CODE&gt;&lt;P&gt;3. Check&amp;nbsp;the indexing status&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/services/cluster/manager/indexes&lt;/LI-CODE&gt;&lt;P&gt;4. Check the Replication and Search Factor status&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/services/cluster/manager/status&lt;/LI-CODE&gt;&lt;P&gt;You can also check the CM's resources (CPU/MEM etc)&lt;BR /&gt;5. Check&amp;nbsp;Resource Utilisation on the CM&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;/services/server/status/resource-usage/hostwide&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 08:44:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Monitor-Splunk/m-p/690311#M10231</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-06-11T08:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor Splunk</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Monitor-Splunk/m-p/690318#M10232</link>
      <description>&lt;P&gt;I forgot to mention in terms of pre-reqs:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1. Newrelic should have some way of using API calls, you can use Splunk Tokens for API use and as a way of authentication&amp;nbsp; - see below link for info&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.1/Security/CreateAuthTokens" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.1/Security/CreateAuthTokens&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 10:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Monitor-Splunk/m-p/690318#M10232</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-06-11T10:01:40Z</dc:date>
    </item>
  </channel>
</rss>

