<?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 Cannot See Universal Forwarder from Splunk Enterprise in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-See-Universal-Forwarder-from-Splunk-Enterprise/m-p/307601#M57935</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have installed splunk enterprise in a windows environment. I have installed Universal Forwarder on a separate machine. Before running the ./splunk add forward_server command (to add the indexer), I ran ipconfig from the windows box where splunk enterprise is. Using that IPv4 address (lets call it xxx.xx.xxx.xxx). I then successfully pinged that address from where I installed the forwarder (a linux machine). Then, using the default forwarder port (9997), I ran the command as:&lt;/P&gt;

&lt;P&gt;./splunk add forward-server xxx.xx.xxx.xxx:9997&lt;/P&gt;

&lt;P&gt;which ran successfully. I then restarted forwarder like:&lt;/P&gt;

&lt;P&gt;./splunk restart&lt;/P&gt;

&lt;P&gt;and the forwarder successfully restarted. I verified that the outputs.config file in the splunk_home/etc/system/local had the correct settings:&lt;/P&gt;

&lt;P&gt;defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
server = xxx.xx.xxx.xxx:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://xxx.xx.xxx.xxx:9997]&lt;/P&gt;

&lt;P&gt;I then logged into the splunk enterprise web interface, and selected "Add Data" link, and then the "forward" link. At the top is says "Select Forwarders", but beneath that there is a red triangle that says "There are currently no forwarders configured as deployment clients to this instance".&lt;/P&gt;

&lt;P&gt;Am I doing something wrong? If so, how do I diagnose and correct? Grateful for any response!&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2017 16:55:04 GMT</pubDate>
    <dc:creator>tclotworthy</dc:creator>
    <dc:date>2017-03-31T16:55:04Z</dc:date>
    <item>
      <title>Cannot See Universal Forwarder from Splunk Enterprise</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-See-Universal-Forwarder-from-Splunk-Enterprise/m-p/307601#M57935</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I have installed splunk enterprise in a windows environment. I have installed Universal Forwarder on a separate machine. Before running the ./splunk add forward_server command (to add the indexer), I ran ipconfig from the windows box where splunk enterprise is. Using that IPv4 address (lets call it xxx.xx.xxx.xxx). I then successfully pinged that address from where I installed the forwarder (a linux machine). Then, using the default forwarder port (9997), I ran the command as:&lt;/P&gt;

&lt;P&gt;./splunk add forward-server xxx.xx.xxx.xxx:9997&lt;/P&gt;

&lt;P&gt;which ran successfully. I then restarted forwarder like:&lt;/P&gt;

&lt;P&gt;./splunk restart&lt;/P&gt;

&lt;P&gt;and the forwarder successfully restarted. I verified that the outputs.config file in the splunk_home/etc/system/local had the correct settings:&lt;/P&gt;

&lt;P&gt;defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
server = xxx.xx.xxx.xxx:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://xxx.xx.xxx.xxx:9997]&lt;/P&gt;

&lt;P&gt;I then logged into the splunk enterprise web interface, and selected "Add Data" link, and then the "forward" link. At the top is says "Select Forwarders", but beneath that there is a red triangle that says "There are currently no forwarders configured as deployment clients to this instance".&lt;/P&gt;

&lt;P&gt;Am I doing something wrong? If so, how do I diagnose and correct? Grateful for any response!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 16:55:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-See-Universal-Forwarder-from-Splunk-Enterprise/m-p/307601#M57935</guid>
      <dc:creator>tclotworthy</dc:creator>
      <dc:date>2017-03-31T16:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot See Universal Forwarder from Splunk Enterprise</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-See-Universal-Forwarder-from-Splunk-Enterprise/m-p/307602#M57936</link>
      <description>&lt;P&gt;In Splunk Enterprise GUI, go to Settings-&amp;gt;Forwarding and Receiving and click Configure Receiving.  Verify your forwarder is listed there.  If it isn't, click the New button to tell Splunk to listen on the right port.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 17:32:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-See-Universal-Forwarder-from-Splunk-Enterprise/m-p/307602#M57936</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-03-31T17:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot See Universal Forwarder from Splunk Enterprise</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-See-Universal-Forwarder-from-Splunk-Enterprise/m-p/307603#M57937</link>
      <description>&lt;P&gt;There are couple of point here&lt;BR /&gt;
1. enable listening on the indexer: Settings -&amp;gt; Forwarding and Receiving -&amp;gt; Configure Receiving -&amp;gt; new -&amp;gt; add port 9997&lt;BR /&gt;
2. now, check if data is coming from forwarder by searching:     &lt;CODE&gt;index = _internal host=&amp;lt;yourForwarder&amp;gt; | head&lt;/CODE&gt;&lt;BR /&gt;
3. if the data is there, you are good to proceed to add the forwarder as a Deployment Client (if you wish to) if not, check this doc for further troubleshooting: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/Troubleshooting/Cantfinddata"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/Troubleshooting/Cantfinddata&lt;/A&gt;&lt;BR /&gt;
4. to add the forwarder as a deployment client, use the following commmand on the forwarder&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk set deploy-poll &amp;lt;IP_address/hostname&amp;gt;:&amp;lt;management_port&amp;gt;
splunk restart
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;more details here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.2/Updating/Configuredeploymentclients"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.2/Updating/Configuredeploymentclients&lt;/A&gt;&lt;BR /&gt;
5. now navgaite to settings -&amp;gt; Forwarder Management and see your forwarder&lt;BR /&gt;
Hope it helps&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 17:49:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-See-Universal-Forwarder-from-Splunk-Enterprise/m-p/307603#M57937</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-03-31T17:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot See Universal Forwarder from Splunk Enterprise</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cannot-See-Universal-Forwarder-from-Splunk-Enterprise/m-p/307604#M57938</link>
      <description>&lt;P&gt;thanks for reply adonio. I have successfully set up my universal forwarder as a deployment client by following your directions. &lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 12:51:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cannot-See-Universal-Forwarder-from-Splunk-Enterprise/m-p/307604#M57938</guid>
      <dc:creator>tclotworthy</dc:creator>
      <dc:date>2017-04-03T12:51:35Z</dc:date>
    </item>
  </channel>
</rss>

