<?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: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473308#M58124</link>
    <description>&lt;P&gt;Hello, @gcusello,&lt;BR /&gt;
Yes, I have restarted it already. Although, there's still no entities connected.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Rockie&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2020 10:54:34 GMT</pubDate>
    <dc:creator>juliennerocafor</dc:creator>
    <dc:date>2020-04-16T10:54:34Z</dc:date>
    <item>
      <title>Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473302#M58118</link>
      <description>&lt;P&gt;Hello, I'm new with Splunk and still exploring how to use it. I was able to successfully create a Splunk Enterprise and Splunk Universal on two separate linux virtual machines. Now, my goal is to create monitoring metrics for cpu usage, etc. I've installed an App for Infrastructure and an add-on for infrastructure in the Splunk Enterprise VM. When adding entities, I can't install the generated linux command since I have restrictions for firewalls and kaspersky and etc. so I just followed this: &lt;A href="https://answers.splunk.com/answers/706010/in-the-splunk-app-for-infrastructure-can-you-use-e.html"&gt;https://answers.splunk.com/answers/706010/in-the-splunk-app-for-infrastructure-can-you-use-e.html&lt;/A&gt;. &lt;/P&gt;

&lt;P&gt;Instead of doing the windows version guide, I followed the one in Linux (&lt;A href="https://docs.splunk.com/Documentation/InfraApp/1.2.2/Admin/ManageAgents"&gt;https://docs.splunk.com/Documentation/InfraApp/1.2.2/Admin/ManageAgents&lt;/A&gt;. I've also added an inputs.conf and outputs.conf in my etc/apps/search/local of my splunk forwarder directory. Although when I restart my UF, there are still no entities in my Splunk Enterprise App. Can you help me with this? Thank you in advance!&lt;/P&gt;

&lt;P&gt;Inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[perfmon://CPU Load]
counters = % C1 Time;% C2 Time;% Idle Time;% Processor Time;% User Time;% Privileged Time;% Reserved Time;% Interrupt Time
instances = *
interval = 30
object = Processor
index = em_metrics
_meta = os::"Linux"

[perfmon://Physical Disk]
counters = % Disk Read Time;% Disk Write Time
instances = *
interval = 30
object = PhysicalDisk
index = em_metrics
_meta = os::"Linux"

[perfmon://Network Interface]
counters = Bytes Received/sec;Bytes Sent/sec;Packets Received/sec;Packets Sent/sec;Packets Received Errors;Packets Outbound Errors
instances = *
interval = 30
object = Network Interface
index = em_metrics
_meta = os::"Linux"

[perfmon://Available Memory]
counters = Cache Bytes;% Committed Bytes In Use;Page Reads/sec;Pages Input/sec;Pages Output/sec;Committed Bytes;Available Bytes
interval = 30
object = Memory
index = em_metrics
_meta = os::"Linux"

[perfmon://System]
counters = Processor Queue Length;Threads
instances = *
interval = 30
object = System
index = em_metrics
_meta = os::"Linux"

[perfmon://Process]
counters = % Processor Time;% User Time;% Privileged Time
instances = *
interval = 30
object = Process
index = em_metrics
_meta = os::"Linux"

[perfmon://Free Disk Space]
counters = Free Megabytes;% Free Space
instances = *
interval = 30
object = LogicalDisk
index = em_metrics
_meta = os::"Linux"

monitor:///var/log/syslog]
disabled = false
sourcetype = syslog

[monitor:///var/log/daemon.log]
disabled = false
sourcetype = syslog

[monitor:///var/log/auth.log]
disabled = false
sourcetype = syslog

[monitor:///var/log/apache/access.log]
disabled = false
sourcetype = combined_access

[monitor:///var/log/apache/error.log]
disabled = false
sourcetype = combined_access

[monitor:///opt/splunkforwarder/var/log/splunk/*.log]
disabled = false
index = _internal

[monitor:///etc/collectd/collectd.log]
disabled = false
index = _internal
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Outputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = splunk-app-infra-autolb-group

[tcpout:splunk-app-infra-autolb-group]
disabled = false
server = 192.168.56.110:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;collectd.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;#
# Config file for collectd(1).
# Please read collectd.conf(5) for a list of options.
# &lt;A href="http://collectd.org/" target="test_blank"&gt;http://collectd.org/&lt;/A&gt;
#

##############################################################################
# Global                                                                     
#
#----------------------------------------------------------------------------#
# Global settings for the daemon.                                            
#
##############################################################################

Hostname    "192.168.56.109"
#FQDNLookup   true
#BaseDir     "/var/lib/collectd"
#PIDFile     "/var/run/collectd.pid"
#PluginDir   "/usr/lib64/collectd"
#TypesDB     "/usr/share/collectd/types.db"

#----------------------------------------------------------------------------#
# When enabled, plugins are loaded automatically with the default options    #
# when an appropriate &amp;lt;Plugin ...&amp;gt; block is encountered.                     
#
# Disabled by default.                                                       
#
#----------------------------------------------------------------------------#
#AutoLoadPlugin false

#----------------------------------------------------------------------------#
# When enabled, internal statistics are collected, using "collectd" as the   #
# plugin name.                                                               
#
# Disabled by default.                                                      
#
#----------------------------------------------------------------------------#
#CollectInternalStats false

#----------------------------------------------------------------------------#
# Interval at which to query values. This may be overwritten on a per-plugin #
# base by using the 'Interval' option of the LoadPlugin block:               
#
#   &amp;lt;LoadPlugin foo&amp;gt;                                                        
#
#       Interval 60                                                          
#
#   &amp;lt;/LoadPlugin&amp;gt;                                                            
#
#----------------------------------------------------------------------------#
Interval     60

#MaxReadInterval 86400
#Timeout         2
#ReadThreads     5
#WriteThreads    5

# Limit the size of the write queue. Default is no limit. Setting up a limit is
# recommended for servers handling a high volume of traffic.
#WriteQueueLimitHigh 1000000
#WriteQueueLimitLow   800000

##############################################################################
# Logging                                                                    
#
#----------------------------------------------------------------------------#
# Plugins which provide logging functions should be loaded first, so log     #
# messages generated when loading or configuring other plugins can be        #
# accessed.                                                                 
#
##############################################################################

LoadPlugin syslog
LoadPlugin logfile
&amp;lt;LoadPlugin "write_splunk"&amp;gt;
        FlushInterval 10
&amp;lt;/LoadPlugin&amp;gt;

##############################################################################
# LoadPlugin section                                                        
#
#----------------------------------------------------------------------------#
# Lines beginning with a single `#' belong to plugins which have been built  #
# but are disabled by default.                                               
#
#                                                                            
#
# Lines beginning with `##' belong to plugins which have not been built due  #
# to missing dependencies or because they have been deactivated explicitly.  #
##############################################################################

#LoadPlugin csv
LoadPlugin cpu
LoadPlugin memory
LoadPlugin df
LoadPlugin load
LoadPlugin disk
LoadPlugin interface

##############################################################################
# Plugin configuration                                                       
#
#----------------------------------------------------------------------------#
# In this section configuration stubs for each plugin are provided. A desc-  #
# ription of those options is available in the collectd.conf(5) manual page. #
##############################################################################

&amp;lt;Plugin logfile&amp;gt;
    LogLevel info
    File "/etc/collectd/collectd.log"
    Timestamp true
    PrintSeverity true
&amp;lt;/Plugin&amp;gt;

&amp;lt;Plugin syslog&amp;gt;
    LogLevel info
&amp;lt;/Plugin&amp;gt;

&amp;lt;Plugin cpu&amp;gt;
    ReportByCpu false
    ReportByState true
    ValuesPercentage true
&amp;lt;/Plugin&amp;gt;

&amp;lt;Plugin memory&amp;gt;
    ValuesAbsolute false
    ValuesPercentage true
&amp;lt;/Plugin&amp;gt;

&amp;lt;Plugin df&amp;gt;
    FSType "ext2"
    FSType "ext3"
    FSType "ext4"
    FSType "XFS"
    FSType "rootfs"
    FSType "overlay"
    FSType "hfs"
    FSType "apfs"
    FSType "zfs"
    FSType "ufs"
    ReportByDevice true
    ValuesAbsolute false
    ValuesPercentage true
    IgnoreSelected false
&amp;lt;/Plugin&amp;gt;

&amp;lt;Plugin load&amp;gt;
    ReportRelative true
&amp;lt;/Plugin&amp;gt;

&amp;lt;Plugin disk&amp;gt;
    Disk ""
    IgnoreSelected true
    UdevNameAttr "DEVNAME"
&amp;lt;/Plugin&amp;gt;

&amp;lt;Plugin interface&amp;gt;
    IgnoreSelected true
&amp;lt;/Plugin&amp;gt;

&amp;lt;Plugin write_splunk&amp;gt;
           server "192.168.56.110"
           port "8088"
           token "SomeGUIDToken"
           ssl true
           verifyssl false
           owner:admin
&amp;lt;/Plugin&amp;gt;

#Update Hostname, &amp;lt;HEC SERVER&amp;gt; &amp;amp; &amp;lt;splunk app server&amp;gt; in collectd.conf file above. Also, you can add dimensions as &amp;lt;Dimension "key:value"&amp;gt;  to write_splunk plugin (optional)" 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Apr 2020 03:39:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473302#M58118</guid>
      <dc:creator>juliennerocafor</dc:creator>
      <dc:date>2020-04-16T03:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473303#M58119</link>
      <description>&lt;P&gt;Hi @juliennerocafort,&lt;BR /&gt;
To debug your situation, start trying this:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;At first, did you enabled your Splunk Enterprise (SE) to receive logs from Universal Forwarder (UF) on port 9997?&lt;/LI&gt;
&lt;LI&gt;then, check the connection using &lt;CODE&gt;telnet 192.168.56.110 9997&lt;/CODE&gt; that I suppose to be the address of the SE;&lt;/LI&gt;
&lt;LI&gt;then check if you're receiving the Splunk UF's internal logs: running the search &lt;CODE&gt;index=_internal host=UF_hostname&lt;/CODE&gt; ;&lt;/LI&gt;
&lt;LI&gt;then, did you installed the Add-On on the UF?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 06:36:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473303#M58119</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-04-16T06:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473304#M58120</link>
      <description>&lt;P&gt;Hello, gcusello.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Yes, I was already receiving forwarded logs from port 9997 even before I install the add-ons.&lt;/LI&gt;
&lt;LI&gt;I wasn't able to use the telnet command, although I can ping the SE from the UF.&lt;/LI&gt;
&lt;LI&gt;There were results showing on my SE search and filter when I run the command.&lt;/LI&gt;
&lt;LI&gt;I just installed the "Splunk Add-on for Infrastructure" in the SE using the 'Browse more apps' option on the homepage. Is it a different installation on the UF?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Rockie&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 07:00:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473304#M58120</guid>
      <dc:creator>juliennerocafor</dc:creator>
      <dc:date>2020-04-16T07:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473305#M58121</link>
      <description>&lt;P&gt;Hi @juliennerocafort,&lt;BR /&gt;
if the telnet command is installed on your UF, you can launch the command telnet 192.168.56.110 9997 and check if it's open the route between UF and SE.&lt;BR /&gt;
Anyway, if the search I suggested have results, it means that the connection between UF and SE is established.&lt;BR /&gt;
As described in the documentation, the Add-on must be installed both on UF and SE.&lt;BR /&gt;
You can install, the Add-on untarring it in $SPLUNK_HOME/etc/apps and restarting Splunk.&lt;BR /&gt;
Check, after untar and before restart, that in all inputs.conf's stanzas there's disabled=0.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 07:20:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473305#M58121</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-04-16T07:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473306#M58122</link>
      <description>&lt;P&gt;Hello @gcusello,&lt;/P&gt;

&lt;P&gt;I just installed the add-on on my UF, verified that the inputs.conf includes disabled=false. Although when I restart my SE, there are still no added entities. What else should I check? Should I also install the app for infrastructure in my UF?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Rockie&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 09:51:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473306#M58122</guid>
      <dc:creator>juliennerocafor</dc:creator>
      <dc:date>2020-04-16T09:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473307#M58123</link>
      <description>&lt;P&gt;Hi @juliennerocafort,&lt;BR /&gt;
No, Apps must be installed on SE, Add-Ons on UFs and sometimes on SE.&lt;BR /&gt;
Did you restarted Splunk on UF after TA's installation?&lt;BR /&gt;
Every time you modify something on a system (also UFs) by configuration files (TA installation is one of these cases), you have to restart Splunk on that system not on SE.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 10:51:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473307#M58123</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-04-16T10:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473308#M58124</link>
      <description>&lt;P&gt;Hello, @gcusello,&lt;BR /&gt;
Yes, I have restarted it already. Although, there's still no entities connected.&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Rockie&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 10:54:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473308#M58124</guid>
      <dc:creator>juliennerocafor</dc:creator>
      <dc:date>2020-04-16T10:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473309#M58125</link>
      <description>&lt;P&gt;which is the user running Splunk on UF? if it isn't root, check grants.&lt;BR /&gt;
Why did you shared collectd.conf? if you're using UF you don't need it.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 11:03:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473309#M58125</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-04-16T11:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473310#M58126</link>
      <description>&lt;P&gt;I'm using root as the user. Oh, I'll just delete it then. I'll try to re-install a new UF on my local and just add the inputs.conf and outputs.conf.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 12:04:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473310#M58126</guid>
      <dc:creator>juliennerocafor</dc:creator>
      <dc:date>2020-04-16T12:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473311#M58127</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt; ,&lt;BR /&gt;
I've just reinstalled a new forwarder and a new enterprise. &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Again, I was able to receive the logs from the UF. &lt;/LI&gt;
&lt;LI&gt;I was also able to get results with the command that you told me awhile ago: &lt;CODE&gt;ndex=_internal host=UF_hostname&lt;/CODE&gt;. &lt;/LI&gt;
&lt;LI&gt;I've installed the App for Infrastructure on SE and installed the add-on on both the SE and UF. &lt;/LI&gt;
&lt;LI&gt;I also restarted it after installation. &lt;/LI&gt;
&lt;LI&gt;After that, I've updated the inputs.conf file in my UF's /apps/search/local directory. I also put the outputs.conf file there. &lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Am I putting the conf files in the proper directory? or should they be in SE's /apps/splunk_app_infrastructure/local directory?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Rockie&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:57:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473311#M58127</guid>
      <dc:creator>juliennerocafor</dc:creator>
      <dc:date>2020-09-30T04:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473312#M58128</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/52676"&gt;@juliennerocafor&lt;/a&gt;t,&lt;BR /&gt;
the inputs.conf to modify should be the one in $SPLUNK_HOME/etc/apps/add-on/local , if you haven't it, copy here the one in $SPLUNK_HOME/etc/apps/add-on/default and modify it.&lt;/P&gt;

&lt;P&gt;About outputs.conf, for a test you can put it in $SPLUNK_HOME/etc/system/local, in production it's better to create an add-on (called e.g. TA_Forwarders) containing only two files:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;outputs.conf,&lt;/LI&gt;
&lt;LI&gt;deploymentclients.conf.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;In this way you can easily manage addressing of Deployment Server and Indexers.&lt;/P&gt;

&lt;P&gt;When, you solved the present problems, I suggest to analyze the use of Deployment Server to deploy configurations (add-on) on UFs.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:01:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473312#M58128</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-30T05:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473313#M58129</link>
      <description>&lt;P&gt;The App for Infrastructure goes on the indexers, and the Add-On for Infrastructure goes on both the indexers and the UF's.&lt;/P&gt;

&lt;P&gt;The most important command for debugging Splunk is btool. Learn it early and it will be your friend. Since Splunk combines many different config files together, btool allows you to see what Splunk is actually using for its final config. Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunkforwarder/bin/splunk btool inputs list --debug
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That will show your actual inputs configuration (on a universal forwarder on a Linux box - substitute the application location as necessary on indexers and if you're using Windows). Unfortunately the configs you posted here don't mean anything because Splunk might be getting configs from other directories which override your settings. Play with the command a bit and you'll see (also read up on Splunk config file precedence here - &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.3/Admin/Wheretofindtheconfigurationfiles"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.3/Admin/Wheretofindtheconfigurationfiles&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;You do not want to put your inputs.conf into your search app directory. It'll get very confusing very fast. You should have the add-on directory in your splunkforwarder/etc/apps directory and inside the add-on directory you'll see a default directory with an inputs.conf file. Create a local directory in the same folder that the default directory is, and copy the inputs.conf from the default into the local directory, and edit it.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 14:41:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473313#M58129</guid>
      <dc:creator>vliggio</dc:creator>
      <dc:date>2020-04-16T14:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473314#M58130</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt; ,&lt;/P&gt;

&lt;P&gt;Apologies but I'm still kinda confused on the path where I should save the inputs.conf. These are the only directories in my &lt;CODE&gt;$SPLUNK_HOME/etc/apps&lt;/CODE&gt;:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;introspection_generator_addon  learned&lt;BR /&gt;
search&lt;BR /&gt;
splunk_httpinput&lt;BR /&gt;
splunk_internal_metrics&lt;BR /&gt;
Splunk_TA_Infrastructure&lt;BR /&gt;
SplunkUniversalForwarder&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Should I just create an 'add-on' folder in my UF?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Rockie&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:58:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473314#M58130</guid>
      <dc:creator>juliennerocafor</dc:creator>
      <dc:date>2020-09-30T04:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473315#M58131</link>
      <description>&lt;P&gt;No you're speaking of Splunk_TA_Infrastructure, so this is the add-on where put the inputs.conf.&lt;BR /&gt;
In other words:&lt;BR /&gt;
copy &lt;CODE&gt;inputs.conf&lt;/CODE&gt; from &lt;CODE&gt;$SPLUNK_HOME/etc/apps/Splunk_TA_Infrastructure/default&lt;/CODE&gt; to &lt;CODE&gt;$SPLUNK_HOME/etc/apps/Splunk_TA_Infrastructure/local&lt;/CODE&gt; and modify this.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:01:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473315#M58131</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-30T05:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473316#M58132</link>
      <description>&lt;P&gt;Oh, now I get it. Although, I don't have an existing inputs.conf file in the default directory of my add-on so I just created a new one and edit it. On the other hand, there's an existing outputs.conf file in $SPLUNK_HOME/etc/system/local. When I checked it, it already outputs to the SE. &lt;/P&gt;

&lt;P&gt;When I restarted it, it still does not work.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 15:34:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473316#M58132</guid>
      <dc:creator>juliennerocafor</dc:creator>
      <dc:date>2020-04-16T15:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473317#M58133</link>
      <description>&lt;P&gt;where did you take the inputs.conf you shared at the beginning of your question?&lt;BR /&gt;
I assumed that it was from Splunk_TA_Infrastructure.&lt;/P&gt;

&lt;P&gt;I read again the Splunk App for infrastructure installation guides: &lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/InfraApp/2.0.3/Install/SystemRequirements" target="_blank"&gt;https://docs.splunk.com/Documentation/InfraApp/2.0.3/Install/SystemRequirements&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/InfraApp/2.0.3/Admin/AddData" target="_blank"&gt;https://docs.splunk.com/Documentation/InfraApp/2.0.3/Admin/AddData&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/InfraApp/2.0.3/Admin/AddDataLinux" target="_blank"&gt;https://docs.splunk.com/Documentation/InfraApp/2.0.3/Admin/AddDataLinux&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And it's different from the other apps, so you should try to follow the installation instructions.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 05:01:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473317#M58133</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-30T05:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473318#M58134</link>
      <description>&lt;P&gt;Hello @vliggio ,&lt;BR /&gt;
I've used the command that you gave me and it showed me the host that I'm actually accessing. It showed me the hostname instead of the ip. When I tried to ping it, I don't get any response at all.. So I just changed it to the host ip address since I can get a response from it. &lt;/P&gt;

&lt;P&gt;Also, I added an inputs.conf file in my local directory of the add-on. Although there's no existing input.conf file in the default directory. Is that okay?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
Rockie&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 15:58:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473318#M58134</guid>
      <dc:creator>juliennerocafor</dc:creator>
      <dc:date>2020-04-16T15:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473319#M58135</link>
      <description>&lt;P&gt;Yes. Splunk combines all the files in all app directories (following the precedence rules I linked you to). That's why btool is so important - you can put multiple inputs.conf files in multiple places and could have conflicting settings, and Splunk has specific rules to determine which one it uses. You can use btool to look at any Splunk configuration - just substitute the config file name (ie, ouputs, inputs, indexes, etc).&lt;/P&gt;

&lt;P&gt;As for this App/Add-On combo (I haven't installed this specific release), I agree with gcusello - look at the documentation. It's not like most Splunk apps which have inputs.conf. Read the following page on how to enable date inputs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="https://docs.splunk.com/Documentation/InfraApp/2.0.3/Admin/AddData" target="test_blank"&gt;https://docs.splunk.com/Documentation/InfraApp/2.0.3/Admin/AddData&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, one minor correction, the Add-On should also be installed on the indexers (in conjunction with the App) - both are needed for the App to function correctly.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 16:11:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473319#M58135</guid>
      <dc:creator>vliggio</dc:creator>
      <dc:date>2020-04-16T16:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473320#M58136</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;

&lt;P&gt;You are mixing up windows and linux data collection.&lt;/P&gt;

&lt;P&gt;"perfmon" inputs in UF is only for Windows metrics. &lt;BR /&gt;
You need to have "collectd" installed for Linux metrics. Splunk UF only forwards logs for Linux machines. What version of collectd do you have?&lt;/P&gt;

&lt;P&gt;Also, you don't need SAI add-on on UF. &lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 19:29:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473320#M58136</guid>
      <dc:creator>dagarwal_splunk</dc:creator>
      <dc:date>2020-04-16T19:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using a splunk add-on for infrastucture for a working universal forwarder and enterprise</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473321#M58137</link>
      <description>&lt;P&gt;What do you mean by "Splunk UF only forwards logs for Linux machines"? The UF on Windows certainly collects logs.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 19:33:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Using-a-splunk-add-on-for-infrastucture-for-a-working-universal/m-p/473321#M58137</guid>
      <dc:creator>vliggio</dc:creator>
      <dc:date>2020-04-16T19:33:21Z</dc:date>
    </item>
  </channel>
</rss>

