<?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: How to identify Splunk Instance role by internal logs? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365556#M13495</link>
    <description>&lt;P&gt;Easiest way is to setup DMC in any of the system. If not, setup in your local laptop and you can get all the queries for DMC &lt;/P&gt;</description>
    <pubDate>Fri, 05 May 2017 16:54:19 GMT</pubDate>
    <dc:creator>koshyk</dc:creator>
    <dc:date>2017-05-05T16:54:19Z</dc:date>
    <item>
      <title>How to identify Splunk Instance role by internal logs?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365555#M13494</link>
      <description>&lt;P&gt;Hi there, &lt;/P&gt;

&lt;P&gt;prologue: &lt;BR /&gt;
in my clustered environment i have a search head which is dedicated to a special user group and should serve a very simple dashboard view for system status overview (just some icons like "Indexers OK" " Search Heads Not OK" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ). It is connected to the indexer cluster which has all the internal data from every connected Splunk environment. The MC (Monitoring Console) is not configured on it. &lt;/P&gt;

&lt;P&gt;question:&lt;BR /&gt;
i assume all the necessary data is in the _* indexes like _internal. How do i identify the "system role" within this data?&lt;/P&gt;

&lt;P&gt;I can identify forwarders with "index=_internal source=*metrics.log group=tcpin_connections..." but how about other "roles"?&lt;/P&gt;

&lt;P&gt;Any ideas are very welcome.&lt;/P&gt;

&lt;P&gt;thanks, &lt;BR /&gt;
swe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:58:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365555#M13494</guid>
      <dc:creator>swe</dc:creator>
      <dc:date>2020-09-29T13:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify Splunk Instance role by internal logs?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365556#M13495</link>
      <description>&lt;P&gt;Easiest way is to setup DMC in any of the system. If not, setup in your local laptop and you can get all the queries for DMC &lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 16:54:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365556#M13495</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2017-05-05T16:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify Splunk Instance role by internal logs?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365557#M13496</link>
      <description>&lt;P&gt;enjoy&lt;BR /&gt;
| rest/services/server/info | table host server_roles&lt;BR /&gt;
btw, what do you want to be reported on when you say Indexer "OK" ?&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 16:56:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365557#M13496</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-05T16:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify Splunk Instance role by internal logs?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365558#M13497</link>
      <description>&lt;P&gt;hi, thanks. ill check that. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;

&lt;P&gt;ok would be something like last know log entry is younger than 1 minute, or so &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 17:05:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365558#M13497</guid>
      <dc:creator>swe</dc:creator>
      <dc:date>2017-05-05T17:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify Splunk Instance role by internal logs?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365559#M13498</link>
      <description>&lt;P&gt;take the hosts from the search above and create a search:&lt;BR /&gt;
index= _internal host =1 or host=2 ... or host=n | timechart span=5m count by host&lt;BR /&gt;
this will tell you how many events are indexed every 5 minutes by your splunk instances.&lt;BR /&gt;
save as an alert if count = 0&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 17:12:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365559#M13498</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-05T17:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify Splunk Instance role by internal logs?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365560#M13499</link>
      <description>&lt;P&gt;Check out the "Inherit a Splunk Enterprise Deployment" manual (&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.0/InheritedDeployment/Introduction"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.0/InheritedDeployment/Introduction&lt;/A&gt;).&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 20:44:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365560#M13499</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-05-05T20:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify Splunk Instance role by internal logs?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365561#M13500</link>
      <description>&lt;P&gt;link doesnt work for me&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 20:52:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365561#M13500</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-05-05T20:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify Splunk Instance role by internal logs?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365562#M13501</link>
      <description>&lt;P&gt;Clicking on the link doesn't work for me, either, but copy-and-paste into a new browser tab worked.  Odd.&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2017 14:06:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-identify-Splunk-Instance-role-by-internal-logs/m-p/365562#M13501</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-05-08T14:06:12Z</dc:date>
    </item>
  </channel>
</rss>

