<?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 Forward data to Indexer cluster in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-Indexer-cluster/m-p/212452#M41774</link>
    <description>&lt;P&gt;I am in the middle of understanding an already built environment and trying to figure out how a splunk universal forward is configured. A brief about the environment , 3 search heads, 2 indexers, 1 deployment server and license master, and master node.&lt;/P&gt;

&lt;P&gt;In one of the  forwarder configuration is configured as deployment client. But i don't find the outputs.conf either in apps or in system folders. But the forwarder is sending data to the indexers. Is there a way to find out how it sends by CLI or Any other conf file?&lt;/P&gt;

&lt;P&gt;Thank you in advance. &lt;/P&gt;</description>
    <pubDate>Sat, 05 Nov 2016 14:06:25 GMT</pubDate>
    <dc:creator>nravichandran</dc:creator>
    <dc:date>2016-11-05T14:06:25Z</dc:date>
    <item>
      <title>Forward data to Indexer cluster</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-Indexer-cluster/m-p/212452#M41774</link>
      <description>&lt;P&gt;I am in the middle of understanding an already built environment and trying to figure out how a splunk universal forward is configured. A brief about the environment , 3 search heads, 2 indexers, 1 deployment server and license master, and master node.&lt;/P&gt;

&lt;P&gt;In one of the  forwarder configuration is configured as deployment client. But i don't find the outputs.conf either in apps or in system folders. But the forwarder is sending data to the indexers. Is there a way to find out how it sends by CLI or Any other conf file?&lt;/P&gt;

&lt;P&gt;Thank you in advance. &lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2016 14:06:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-Indexer-cluster/m-p/212452#M41774</guid>
      <dc:creator>nravichandran</dc:creator>
      <dc:date>2016-11-05T14:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data to Indexer cluster</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-Indexer-cluster/m-p/212453#M41775</link>
      <description>&lt;P&gt;Hi nravichandran!&lt;/P&gt;

&lt;P&gt;Try running the 'list forward-server' command from the forwarder itself when looking to confirm if, and to whom, the forwarder is sending:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunker@n00b-splkufwd-01:/opt/splunkforwarder/bin$ ./splunk list forward-server
Your session is invalid.  Please login.
Splunk username: admin
Password: 
Active forwards:
    10.10.31.216:9997
Configured but inactive forwards:
    None
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, btool is a must! Do yourself a huge favor and explore it as part of getting to know this enviro:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.0/Troubleshooting/Usebtooltotroubleshootconfigurations"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.0/Troubleshooting/Usebtooltotroubleshootconfigurations&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Splunk forwarders sending data must have an outputs.conf. You can use btool to get splunk to tell you, what configs, are coming from where: &lt;/P&gt;

&lt;P&gt;Here's an example&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunker@n00b-splkufwd-01:/opt/splunkforwarder/bin$ ./splunk btool outputs list --debug 
/opt/splunkforwarder/etc/system/default/outputs.conf                        [syslog]
/opt/splunkforwarder/etc/system/default/outputs.conf                        dropEventsOnQueueFull = -1
/opt/splunkforwarder/etc/system/default/outputs.conf                        maxEventSize = 1024
/opt/splunkforwarder/etc/system/default/outputs.conf                        priority = &amp;lt;13&amp;gt;
/opt/splunkforwarder/etc/system/default/outputs.conf                        type = udp
/opt/splunkforwarder/etc/apps/n00blab_ufw_base/local/outputs.conf           [tcpout]
/opt/splunkforwarder/etc/system/default/outputs.conf                        ackTimeoutOnShutdown = 30
/opt/splunkforwarder/etc/system/default/outputs.conf                        autoLBFrequency = 30
/opt/splunkforwarder/etc/system/default/outputs.conf                        blockOnCloning = true
/opt/splunkforwarder/etc/system/default/outputs.conf                        blockWarnThreshold = 100
/opt/splunkforwarder/etc/system/default/outputs.conf                        compressed = false
/opt/splunkforwarder/etc/system/default/outputs.conf                        connectionTimeout = 20
/opt/splunkforwarder/etc/apps/n00blab_ufw_base/local/outputs.conf           defaultGroup = n00b-splkidx-02
/opt/splunkforwarder/etc/system/default/outputs.conf                        disabled = false
/opt/splunkforwarder/etc/system/default/outputs.conf                        dropClonedEventsOnQueueFull = 5
/opt/splunkforwarder/etc/system/default/outputs.conf                        dropEventsOnQueueFull = -1
/opt/splunkforwarder/etc/system/default/outputs.conf                        forceTimebasedAutoLB = false
/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/outputs.conf forwardedindex.0.whitelist = .*
/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/outputs.conf forwardedindex.1.blacklist = _.*
/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/outputs.conf forwardedindex.2.whitelist = (_audit|_introspection|_internal|_telemetry)
/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/outputs.conf forwardedindex.filter.disable = false
/opt/splunkforwarder/etc/system/default/outputs.conf                        heartbeatFrequency = 30
/opt/splunkforwarder/etc/system/default/outputs.conf                        indexAndForward = false
/opt/splunkforwarder/etc/system/default/outputs.conf                        maxConnectionsPerIndexer = 2
/opt/splunkforwarder/etc/system/default/outputs.conf                        maxFailuresPerInterval = 2
/opt/splunkforwarder/etc/system/default/outputs.conf                        maxQueueSize = auto
/opt/splunkforwarder/etc/system/default/outputs.conf                        readTimeout = 300
/opt/splunkforwarder/etc/system/default/outputs.conf                        secsInFailureInterval = 1
/opt/splunkforwarder/etc/system/default/outputs.conf                        sendCookedData = true
/opt/splunkforwarder/etc/system/default/outputs.conf                        sslQuietShutdown = false
/opt/splunkforwarder/etc/system/default/outputs.conf                        tcpSendBufSz = 0
/opt/splunkforwarder/etc/system/default/outputs.conf                        useACK = false
/opt/splunkforwarder/etc/system/default/outputs.conf                        writeTimeout = 300
/opt/splunkforwarder/etc/apps/n00blab_ufw_base/local/outputs.conf           [tcpout-server://10.10.31.216:9997]
/opt/splunkforwarder/etc/apps/n00blab_ufw_base/local/outputs.conf           [tcpout:n00b-splkidx-02]
/opt/splunkforwarder/etc/apps/n00blab_ufw_base/local/outputs.conf           server = 10.10.31.216:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For windows CLI help see: &lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.0/Admin/AbouttheCLI"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.0/Admin/AbouttheCLI&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2016 14:45:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-Indexer-cluster/m-p/212453#M41775</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2016-11-05T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data to Indexer cluster</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-Indexer-cluster/m-p/212454#M41776</link>
      <description>&lt;P&gt;Thank you very much for a detailed reply. I was able to figure out that the outputs.conf are under /apps//local folder. I was exicited to run the btool but it does not work for me. I have a root account and run ./splunk cmd btool outpus list --debug. It does not give results nor throw any error.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2016 20:17:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-Indexer-cluster/m-p/212454#M41776</guid>
      <dc:creator>nravichandran</dc:creator>
      <dc:date>2016-11-05T20:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data to Indexer cluster</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-Indexer-cluster/m-p/212455#M41777</link>
      <description>&lt;P&gt;you need to be under /opt/splunkforwarder/bin if it is a universal forwarder.&lt;/P&gt;

&lt;P&gt;also watch the typos!&lt;/P&gt;

&lt;P&gt;./splunk cmd btool outputs list --debug&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2016 20:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-Indexer-cluster/m-p/212455#M41777</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2016-11-05T20:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data to Indexer cluster</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-Indexer-cluster/m-p/212456#M41778</link>
      <description>&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2016 20:56:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-Indexer-cluster/m-p/212456#M41778</guid>
      <dc:creator>nravichandran</dc:creator>
      <dc:date>2016-11-05T20:56:04Z</dc:date>
    </item>
  </channel>
</rss>

