<?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: search to show me all my splunk enterprise devices in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/search-to-show-me-all-my-splunk-enterprise-devices/m-p/497482#M194808</link>
    <description>&lt;P&gt;Hi net1993,&lt;/P&gt;

&lt;P&gt;if all of your Splunk Enterprise instances are configured using best practices then they forward their &lt;CODE&gt;_internal&lt;/CODE&gt; logs to your indexer. This means you can search the &lt;CODE&gt;index=_internal&lt;/CODE&gt; for these instances like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd fwdType=full
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2020 08:01:13 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2020-01-29T08:01:13Z</dc:date>
    <item>
      <title>search to show me all my splunk enterprise devices</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-to-show-me-all-my-splunk-enterprise-devices/m-p/497480#M194806</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
Is there a search in splunk which I can run from search head which will show me all splunk enterprise devices?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 07:42:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-to-show-me-all-my-splunk-enterprise-devices/m-p/497480#M194806</guid>
      <dc:creator>net1993</dc:creator>
      <dc:date>2020-01-29T07:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: search to show me all my splunk enterprise devices</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-to-show-me-all-my-splunk-enterprise-devices/m-p/497481#M194807</link>
      <description>&lt;P&gt;Hi @net1993,&lt;BR /&gt;
what do you mean with "splunk enterprise devices"?&lt;BR /&gt;
if you mean Splunk Enterprise components (Search Heads, Indexers, Heavy Forwarders Universal Forwarders, and the other roles, you can configure and use Monitor Console [Settings -- Monitor Console].&lt;/P&gt;

&lt;P&gt;You can also have an idea with a simple search &lt;CODE&gt;index=_internal | stats count BY host&lt;/CODE&gt; because in this way you have the internal logs of all Splunk components, but you cannot separate Universal Forwarders from the others.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 07:57:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-to-show-me-all-my-splunk-enterprise-devices/m-p/497481#M194807</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-01-29T07:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: search to show me all my splunk enterprise devices</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-to-show-me-all-my-splunk-enterprise-devices/m-p/497482#M194808</link>
      <description>&lt;P&gt;Hi net1993,&lt;/P&gt;

&lt;P&gt;if all of your Splunk Enterprise instances are configured using best practices then they forward their &lt;CODE&gt;_internal&lt;/CODE&gt; logs to your indexer. This means you can search the &lt;CODE&gt;index=_internal&lt;/CODE&gt; for these instances like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd fwdType=full
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 08:01:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-to-show-me-all-my-splunk-enterprise-devices/m-p/497482#M194808</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2020-01-29T08:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: search to show me all my splunk enterprise devices</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-to-show-me-all-my-splunk-enterprise-devices/m-p/497483#M194809</link>
      <description>&lt;P&gt;If you're referring to Splunk Enterprise instances as well as Forwarders, you might want to take a look into the &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.1/DMC/DMCoverview"&gt;Monitoring Console&lt;/A&gt; as it offers all of that. If you want those dashbaords combined, just steal that SPL and put it in your own dashboard as many of those searches are simply searching through the _internal index of Splunk.&lt;/P&gt;

&lt;P&gt;Skalli&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 08:13:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-to-show-me-all-my-splunk-enterprise-devices/m-p/497483#M194809</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2020-01-29T08:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: search to show me all my splunk enterprise devices</title>
      <link>https://community.splunk.com/t5/Splunk-Search/search-to-show-me-all-my-splunk-enterprise-devices/m-p/497484#M194810</link>
      <description>&lt;P&gt;Oh, I was too slow &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 08:14:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/search-to-show-me-all-my-splunk-enterprise-devices/m-p/497484#M194810</guid>
      <dc:creator>skalliger</dc:creator>
      <dc:date>2020-01-29T08:14:01Z</dc:date>
    </item>
  </channel>
</rss>

