<?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 Splunk pulling in the output of the InterMapper App's loadImData.py script in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25819#M802</link>
    <description>&lt;P&gt;I just installed the InterMapper App and once I load the App in Splunk and click on a device, it drills down and displays output from the /opt/splunk/etc/apps/InterMapper/bin/loadImData.py script, every 15 seconds.  Is that normal?  Is there any way to turn that off?&lt;/P&gt;

&lt;P&gt;What I see at the tail end of each 172 line entry is:&lt;/P&gt;

&lt;P&gt;sourcetype=exec   source=/opt/splunk/etc/apps/InterMapper/bin/loadImData.py &lt;/P&gt;</description>
    <pubDate>Sun, 05 Aug 2012 22:18:17 GMT</pubDate>
    <dc:creator>jlixfeld</dc:creator>
    <dc:date>2012-08-05T22:18:17Z</dc:date>
    <item>
      <title>Splunk pulling in the output of the InterMapper App's loadImData.py script</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25819#M802</link>
      <description>&lt;P&gt;I just installed the InterMapper App and once I load the App in Splunk and click on a device, it drills down and displays output from the /opt/splunk/etc/apps/InterMapper/bin/loadImData.py script, every 15 seconds.  Is that normal?  Is there any way to turn that off?&lt;/P&gt;

&lt;P&gt;What I see at the tail end of each 172 line entry is:&lt;/P&gt;

&lt;P&gt;sourcetype=exec   source=/opt/splunk/etc/apps/InterMapper/bin/loadImData.py &lt;/P&gt;</description>
      <pubDate>Sun, 05 Aug 2012 22:18:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25819#M802</guid>
      <dc:creator>jlixfeld</dc:creator>
      <dc:date>2012-08-05T22:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk pulling in the output of the InterMapper App's loadImData.py script</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25820#M803</link>
      <description>&lt;P&gt;Ok, so I did some digging and I found that there was no index set in $SPLUNK_HOME/etc/apps/InterMapper/default/inputs.conf.&lt;/P&gt;

&lt;P&gt;I added this to that inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[script://$SPLUNK_HOME/etc/apps/InterMapper/bin/cmdPortlookup.py]
index = _internal

[script://$SPLUNK_HOME/etc/apps/InterMapper/bin/loadImData.py]
index = _internal
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Is there a reason there was no index provided?  Is this going to cause any issues if I add one?  Will it survive an upgrade or should I put these changes in a different file that isn't overwritten at upgrade time?&lt;/P&gt;</description>
      <pubDate>Sun, 05 Aug 2012 22:50:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25820#M803</guid>
      <dc:creator>jlixfeld</dc:creator>
      <dc:date>2012-08-05T22:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk pulling in the output of the InterMapper App's loadImData.py script</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25821#M804</link>
      <description>&lt;P&gt;The script doesn't actually generate any data that is output into Splunk, it actually handles pulling down data from your InterMapper server and then rebuilding your dashboards every 15 seconds. You can adjust this time based on how busy or active your network is but it will affect how often the map image is updated.&lt;/P&gt;

&lt;P&gt;So, that said. Your change won't survive an update as it shouldn't be outputting anything but I've found the line responsible (debug information that shouldn't still be writing out) and will put up an update tomorrow that fixes it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; All inputs should be correctly identified as sourcetype=InterMapper and these are generated from your syslog notifications from InterMapper.&lt;/P&gt;

&lt;P&gt;Other than index _internal, you don't really want things to be put into their own indexes, indexes should be used for role based, customer based data separatation or for secure data to reside separately from the rest of your data. There is no added benefit to having many indexes for different apps as if the data levels are too low then you can end up negatively affecting performance.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2012 03:23:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25821#M804</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-08-07T03:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk pulling in the output of the InterMapper App's loadImData.py script</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25822#M805</link>
      <description>&lt;P&gt;Update is now up&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2012 12:03:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25822#M805</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-08-07T12:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk pulling in the output of the InterMapper App's loadImData.py script</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25823#M806</link>
      <description>&lt;P&gt;Amazing! Thanks for the quick turnaround!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2012 12:48:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25823#M806</guid>
      <dc:creator>jlixfeld</dc:creator>
      <dc:date>2012-08-07T12:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk pulling in the output of the InterMapper App's loadImData.py script</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25824#M807</link>
      <description>&lt;P&gt;No worries, feel free to click the tick next to this answer to mark it as accepted so users in the future know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; And please, feel free to come back with any other questions or use the contact me link on my profile if you had any other specific issues or use cases&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2012 13:38:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-pulling-in-the-output-of-the-InterMapper-App-s-loadImData/m-p/25824#M807</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-08-07T13:38:04Z</dc:date>
    </item>
  </channel>
</rss>

