<?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: Sourcetypes not configured in Linux Server are shown in Splunk in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Sourcetypes-not-configured-in-Linux-Server-are-shown-in-Splunk/m-p/544737#M5367</link>
    <description>&lt;P&gt;When you are installing those apps they could have some default inputs already configured.&lt;/P&gt;&lt;P&gt;Have you vanilla Splunk_TA_nix for splunkbase or have you used your company own version, which could have some defaults? Have you used same package where you are installing this app for all servers?&lt;/P&gt;&lt;P&gt;Basically those configurations under default have come from package and you should never modify those. Those which are under local are usually modified in those individual servers. That can do directly with editor + file or used cli commands.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 07:13:44 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2021-03-22T07:13:44Z</dc:date>
    <item>
      <title>Sourcetypes not configured in Linux Server are shown in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Sourcetypes-not-configured-in-Linux-Server-are-shown-in-Splunk/m-p/544714#M5361</link>
      <description>&lt;P&gt;This is confusing me.&lt;/P&gt;&lt;P&gt;On my Linux server the universal forwarder is installed, and the following sourcetypes are specified in&amp;nbsp;inputs.conf. Nothing more is added.&lt;/P&gt;&lt;P&gt;[monitor:///var/log/httpd/access_log]&lt;BR /&gt;sourcetype=access_combined&lt;BR /&gt;index = apache&lt;/P&gt;&lt;P&gt;[monitor:///var/log/httpd/error_log]&lt;BR /&gt;sourcetype=apache:error&lt;BR /&gt;index = apache&lt;/P&gt;&lt;P&gt;When I search for this Linux server on Splunk. there are way many sourcetypes coming up. Top 10 values are as follows. It is good to see access_combined and&amp;nbsp;apache:error coming up, but why are the others coming up too? I did not specify them in&amp;nbsp;inputs.conf!&lt;/P&gt;&lt;P&gt;access_combined 69,824 74.23%&lt;BR /&gt;ps 18,353 19.511%&lt;BR /&gt;bash_history 1,999 2.125%&lt;BR /&gt;Unix:UserAccounts 936 0.995%&lt;BR /&gt;cpu 870 0.925%&lt;BR /&gt;df 580 0.617%&lt;BR /&gt;usersWithLoginPrivs 360 0.383%&lt;BR /&gt;protocol 290 0.308%&lt;BR /&gt;Unix:Update 204 0.217%&lt;BR /&gt;apache:error 188 0.2%&lt;/P&gt;&lt;P&gt;Btw, I installed Splunk App for Unix and Splunk Add-on for Unix and Linux on my Splunk.&amp;nbsp; But this shall not attribute to the additional sourcetypes coming up on Splunk, because as far as I know I have to first specify the&amp;nbsp;additional sourcetypes (e.g. [monitor:///xxxx], sourcetyp=cpu) in inputs.conf which I have not done so.&lt;/P&gt;&lt;P&gt;Could anyone advise? much appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 03:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Sourcetypes-not-configured-in-Linux-Server-are-shown-in-Splunk/m-p/544714#M5361</guid>
      <dc:creator>Splunk_Ryan</dc:creator>
      <dc:date>2021-03-22T03:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetypes not configured in Linux Server are shown in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Sourcetypes-not-configured-in-Linux-Server-are-shown-in-Splunk/m-p/544716#M5362</link>
      <description>&lt;P&gt;I just discovered something interesting. There are multiple&amp;nbsp;inputs.conf files in the Linux Servers.&lt;/P&gt;&lt;P&gt;In one Linux server, there are:&lt;BR /&gt;/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/apps/introspection_generator_addon/default/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/apps/splunk_httpinput/default/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/apps/Splunk_TA_nix/default/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/apps/Splunk_TA_nix/local/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/system/default/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/system/local/inputs.conf&lt;/P&gt;&lt;P&gt;In the other one Linux server, there are:&lt;BR /&gt;/opt/splunkforwarder/etc/apps/search/local/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/apps/splunk_httpinput/default/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/apps/introspection_generator_addon/default/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/system/local/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/system/default/inputs.conf&lt;/P&gt;&lt;P&gt;How come the following two files exist in some servers, but not in other servers?&lt;BR /&gt;/opt/splunkforwarder/etc/apps/Splunk_TA_nix/default/inputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/apps/Splunk_TA_nix/local/inputs.conf&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 04:05:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Sourcetypes-not-configured-in-Linux-Server-are-shown-in-Splunk/m-p/544716#M5362</guid>
      <dc:creator>Splunk_Ryan</dc:creator>
      <dc:date>2021-03-22T04:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetypes not configured in Linux Server are shown in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Sourcetypes-not-configured-in-Linux-Server-are-shown-in-Splunk/m-p/544737#M5367</link>
      <description>&lt;P&gt;When you are installing those apps they could have some default inputs already configured.&lt;/P&gt;&lt;P&gt;Have you vanilla Splunk_TA_nix for splunkbase or have you used your company own version, which could have some defaults? Have you used same package where you are installing this app for all servers?&lt;/P&gt;&lt;P&gt;Basically those configurations under default have come from package and you should never modify those. Those which are under local are usually modified in those individual servers. That can do directly with editor + file or used cli commands.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 07:13:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Sourcetypes-not-configured-in-Linux-Server-are-shown-in-Splunk/m-p/544737#M5367</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2021-03-22T07:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sourcetypes not configured in Linux Server are shown in Splunk</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Sourcetypes-not-configured-in-Linux-Server-are-shown-in-Splunk/m-p/544743#M5369</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410" target="_self"&gt;&lt;SPAN class="login-bold"&gt;soutamo,&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="login-bold"&gt;&amp;nbsp; Thanks to let me realize the default inputs coming with those apps.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;So I just installed / copied this directory&amp;nbsp;&lt;SPAN&gt;/opt/splunkforwarder/etc/apps/Splunk_TA_nix/ to those Linux clients and now every client is sending logs to Splunk instance.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 08:17:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Sourcetypes-not-configured-in-Linux-Server-are-shown-in-Splunk/m-p/544743#M5369</guid>
      <dc:creator>Splunk_Ryan</dc:creator>
      <dc:date>2021-03-22T08:17:47Z</dc:date>
    </item>
  </channel>
</rss>

