<?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 does the MC handle the dmc_forwarder_assets.csv inputlookup? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395184#M95133</link>
    <description>&lt;P&gt;Yes there are lookup gens for the mc, you'll find them in the searches.&lt;/P&gt;

&lt;P&gt;See this doc:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/DMC/Configureforwardermonitoring"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/DMC/Configureforwardermonitoring&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2019 01:27:40 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2019-06-18T01:27:40Z</dc:date>
    <item>
      <title>How does the MC handle the dmc_forwarder_assets.csv inputlookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395182#M95131</link>
      <description>&lt;P&gt;Looking at &lt;CODE&gt;| inputlookup dmc_forwarder_assets.csv | stats count by status&lt;/CODE&gt; and 25K are missing and 8K are active, in our case.&lt;/P&gt;

&lt;P&gt;Is there a schedule search which adds regularly new phoned home forwarders to the lookup table? &lt;BR /&gt;
What's the proper way to handle deletions from this lookup?&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2019 15:34:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395182#M95131</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-05-30T15:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: How does the MC handle the dmc_forwarder_assets.csv inputlookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395183#M95132</link>
      <description>&lt;P&gt;When running &lt;CODE&gt;| rest splunk_server=local /services/deployment/server/clients | table hostname,ip&lt;/CODE&gt; on the deployment server I see 4.2K. Really weird. &lt;/P&gt;

&lt;P&gt;From &lt;A href="https://answers.splunk.com/answers/221859/is-there-an-easy-way-to-export-to-csv-a-list-of-al.html"&gt;Is there an easy way to export to csv a list of all my forwarder clients from my deployment server?&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 23:13:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395183#M95132</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-06-17T23:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: How does the MC handle the dmc_forwarder_assets.csv inputlookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395184#M95133</link>
      <description>&lt;P&gt;Yes there are lookup gens for the mc, you'll find them in the searches.&lt;/P&gt;

&lt;P&gt;See this doc:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/DMC/Configureforwardermonitoring"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/DMC/Configureforwardermonitoring&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 01:27:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395184#M95133</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2019-06-18T01:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: How does the MC handle the dmc_forwarder_assets.csv inputlookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395185#M95134</link>
      <description>&lt;P&gt;Hi ddrillic,&lt;/P&gt;

&lt;P&gt;take a look here &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/DMC/Configureforwardermonitoring#Rebuild_the_forwarder_asset_table"&gt;https://docs.splunk.com/Documentation/Splunk/latest/DMC/Configureforwardermonitoring#Rebuild_the_forwarder_asset_table&lt;/A&gt; . If you click &lt;CODE&gt;rebuild forwarder assets ...&lt;/CODE&gt; under &lt;CODE&gt;/en-US/app/splunk_monitoring_console/monitoringconsole_forwarder_setup&lt;/CODE&gt; it starts the macro &lt;CODE&gt;dmc_re_build_forwarder_assets(1)&lt;/CODE&gt; in the background. So you could also just run this macro manually to reset the lookup, or schedule it as saved search.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 01:44:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395185#M95134</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-06-18T01:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: How does the MC handle the dmc_forwarder_assets.csv inputlookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395186#M95135</link>
      <description>&lt;P&gt;The thing is @MuS that we are terrified of this option, because we suspect that by rebuilding the asset table, we might lose forwarders that haven't phoned home for some time, so the internal decree is not to use the rebuild option.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 13:26:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395186#M95135</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-06-18T13:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: How does the MC handle the dmc_forwarder_assets.csv inputlookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395187#M95136</link>
      <description>&lt;P&gt;From my colleague - &lt;/P&gt;

&lt;P&gt;-- The approach we are leaning towards is simply having a scheduled search removing any forwarders which have not checked in within the past 90 days.  With a scheduled search it’s automated and we don’t have to "manually" do anything.  I have already updated the searches which the 'missing forwarders' are using so those forwarders which were simply re-installed (i.e. new GUID) are not falsely reported as missing.&lt;/P&gt;

&lt;P&gt;Those are forwarders which have checked into the deployment server.  That is different from how the dmc asset table works.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 13:56:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395187#M95136</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2019-06-18T13:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: How does the MC handle the dmc_forwarder_assets.csv inputlookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395188#M95137</link>
      <description>&lt;P&gt;Did you read this part of the doc (in relation to your replies to mus)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Click Monitoring Console &amp;gt; Settings &amp;gt; Forwarder Monitoring Setup and choose from several values for data collection interval. This interval determines how often that scheduled search runs. The default value is 15 minutes.

When the scheduled search runs to rebuild the forwarder asset table it always looks back 15 minutes. This lookback time is not configurable, and it is different from the data collection interval. For example, if you set the data collection interval to 24 hours, the scheduled search will run once every 24 hours, but check only the 15 minutes before it starts running.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Jun 2019 14:54:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395188#M95137</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2019-06-18T14:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: How does the MC handle the dmc_forwarder_assets.csv inputlookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395189#M95138</link>
      <description>&lt;P&gt;If you want to manually overwrite the table with your own search, be my guest. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Otherwise see my comment on my answer.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 14:55:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395189#M95138</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2019-06-18T14:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: How does the MC handle the dmc_forwarder_assets.csv inputlookup?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395190#M95139</link>
      <description>&lt;P&gt;As @jkat54 said: if you don't like the way it works, re-write the searches &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;

&lt;P&gt;It might also be worth to actually post your solution here for others to benefit ? &lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 18:41:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-does-the-MC-handle-the-dmc-forwarder-assets-csv-inputlookup/m-p/395190#M95139</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-06-18T18:41:17Z</dc:date>
    </item>
  </channel>
</rss>

