<?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 can I see all forwarders deployed in the Distributed Management Console and in a search from internal metrics log? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-see-all-forwarders-deployed-in-the-Distributed/m-p/226596#M66824</link>
    <description>&lt;P&gt;Brian, &lt;/P&gt;

&lt;P&gt;I would base everything according to the &lt;CODE&gt;serverclass.conf&lt;/CODE&gt;. Meaning I would correlate what the &lt;CODE&gt;index=_internal&lt;/CODE&gt; query brings and the DMC query brings over and try to match it with &lt;CODE&gt;serverclass.conf&lt;/CODE&gt;. Unfortunately the software doesn't do it for us at the moment.&lt;/P&gt;

&lt;P&gt;One way to approach it would be to use a similar query for missing forwarders as in the DMC -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup dmc_forwarder_assets
| search status="missing" 
| rename hostname as Instance
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But, produce the lookup based on the &lt;CODE&gt;serverclass.conf&lt;/CODE&gt; data.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Sat, 12 Nov 2016 22:38:28 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2016-11-12T22:38:28Z</dc:date>
    <item>
      <title>How can I see all forwarders deployed in the Distributed Management Console and in a search from internal metrics log?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-see-all-forwarders-deployed-in-the-Distributed/m-p/226594#M66822</link>
      <description>&lt;P&gt;I am confused here. I work with a massive distributed environment and I want to see ALL of our thousands of forwarders in the Distributed Management Console (DMC), however the count doesn't seem to match the search I ran from the internal index and shows FAR more forwarders than the DMC. What am I missing here?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunkd destPort!="-"| stats sparkline count by hostname, sourceHost, host, destPort, version | dedup hostname | rename destPort as "Destination Port" | rename host as "Indexer" | rename sourceHost as "Forwarder IP" | rename version as "Splunk Forwarder Version" | rename hostname as "Forwarder Host Name" | rename sparkline as "Traffic Frequency" | sort - "Forwarder IP"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 11 Nov 2016 15:27:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-see-all-forwarders-deployed-in-the-Distributed/m-p/226594#M66822</guid>
      <dc:creator>brian1_tate</dc:creator>
      <dc:date>2016-11-11T15:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can I see all forwarders deployed in the Distributed Management Console and in a search from internal metrics log?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-see-all-forwarders-deployed-in-the-Distributed/m-p/226595#M66823</link>
      <description>&lt;P&gt;Hi Brian, &lt;/P&gt;

&lt;P&gt;The forwarders you see in the DMC include all current and historical forwarders - active, inactive, and missing (received data from this forwarder before but it is not currently existing any more). Please just filter the listed forwarders by status and see if ACTIVE forwarders match the number you come up with using the search command. &lt;/P&gt;

&lt;P&gt;Hope it helps. Thanks! &lt;BR /&gt;
Hunter&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2016 02:25:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-see-all-forwarders-deployed-in-the-Distributed/m-p/226595#M66823</guid>
      <dc:creator>hunters_splunk</dc:creator>
      <dc:date>2016-11-12T02:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can I see all forwarders deployed in the Distributed Management Console and in a search from internal metrics log?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-can-I-see-all-forwarders-deployed-in-the-Distributed/m-p/226596#M66824</link>
      <description>&lt;P&gt;Brian, &lt;/P&gt;

&lt;P&gt;I would base everything according to the &lt;CODE&gt;serverclass.conf&lt;/CODE&gt;. Meaning I would correlate what the &lt;CODE&gt;index=_internal&lt;/CODE&gt; query brings and the DMC query brings over and try to match it with &lt;CODE&gt;serverclass.conf&lt;/CODE&gt;. Unfortunately the software doesn't do it for us at the moment.&lt;/P&gt;

&lt;P&gt;One way to approach it would be to use a similar query for missing forwarders as in the DMC -&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup dmc_forwarder_assets
| search status="missing" 
| rename hostname as Instance
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But, produce the lookup based on the &lt;CODE&gt;serverclass.conf&lt;/CODE&gt; data.&lt;/P&gt;

&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Sat, 12 Nov 2016 22:38:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-can-I-see-all-forwarders-deployed-in-the-Distributed/m-p/226596#M66824</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-11-12T22:38:28Z</dc:date>
    </item>
  </channel>
</rss>

