<?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: Problem with deployment apps in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125935#M4810</link>
    <description>&lt;P&gt;I'm currently checking using netstat -at and I m listening at the port 9997.&lt;BR /&gt;
As local address I have my indexer:9997 and my indexer:8089, as foreign address I have the ip of the forwarder, but this only for one of the 4 forwarders, could this means anything ?&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2015 08:51:52 GMT</pubDate>
    <dc:creator>Federica_92</dc:creator>
    <dc:date>2015-07-20T08:51:52Z</dc:date>
    <item>
      <title>Problem with deployment apps</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125925#M4800</link>
      <description>&lt;P&gt;Hi everyone, I have set a deployment apps with 3 clients, when I edit a file inside one of the app, it is correctly being changed in the local app inside the client.&lt;BR /&gt;
In the client I have already installed a forwarder that should send the data to the deployment apps, the output.conf should be fine, I copy it a version:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [tcpout] 
defaultGroup = default-autolb-group 

 [tcpout:default-autolb-group] 
server = indexer1

[tcpout-server://indexer1:9997] 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I m also listening the port 9997, but the data are not coming through and furthermore on the forwarding manager, under "phone home" there is a red triangle with an exclamation mark in the middle. what it means? &lt;BR /&gt;
In the log file I didn't find anything useful, I can ping the client from the deployment apps and before to use the deployment app, the clients were sending the data.&lt;BR /&gt;
Let me know, thank you. &lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 10:30:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125925#M4800</guid>
      <dc:creator>Federica_92</dc:creator>
      <dc:date>2015-07-16T10:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with deployment apps</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125926#M4801</link>
      <description>&lt;P&gt;You have a syntax problem. It should be&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;server = indexer1:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, you don't need this line at all - it is optional and does nothing for you.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout-server://indexer1:9997] 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Jul 2015 15:58:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125926#M4801</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-07-16T15:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with deployment apps</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125927#M4802</link>
      <description>&lt;P&gt;I removed the last line, what's the meaning of it? And I already write the port after the indexer ._. Basically it is not phoning home ( I know, that sounds funny).&lt;BR /&gt;
When I check on the splunkd.log, it say "splunk@indexer1:8089" invalid target and/or port&lt;BR /&gt;
and connection with host=indexer1 failed &lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 16:01:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125927#M4802</guid>
      <dc:creator>Federica_92</dc:creator>
      <dc:date>2015-07-16T16:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with deployment apps</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125928#M4803</link>
      <description>&lt;P&gt;Port 8089 is normally assigned to splunkd - if it is, you can't use it for forwarding. What port do you write "after the indexer?"&lt;/P&gt;

&lt;P&gt;At this point, it would be helpful to see (1) the current text of &lt;CODE&gt;outputs.conf&lt;/CODE&gt; and (b) the complete error message from splunkd.log. I assume that you are talking about the splunkd.log on the forwarder.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2015 23:19:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125928#M4803</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-07-16T23:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with deployment apps</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125929#M4804</link>
      <description>&lt;P&gt;This is a copy and paste of the file: &lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = default-autolb-group&lt;/P&gt;

&lt;P&gt;[tcpout:default-autolb-group]&lt;BR /&gt;
server = 10.38.76.82:9997&lt;/P&gt;

&lt;P&gt;[tcpout-server://10.38.76.82:9997]&lt;/P&gt;

&lt;P&gt;thank you, for your help : ) &lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 08:17:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125929#M4804</guid>
      <dc:creator>Federica_92</dc:creator>
      <dc:date>2015-07-17T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with deployment apps</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125930#M4805</link>
      <description>&lt;P&gt;This outputs.conf file looks fine. Are you still getting the error? What is the full text of the error message in splunkd.log? What version of Splunk are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 08:44:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125930#M4805</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-07-17T08:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with deployment apps</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125931#M4806</link>
      <description>&lt;P&gt;the latest version of splunk. The message say : TcpOtputProc : UniversalForwarder not configured. Please configure outputs.conf&lt;BR /&gt;
 And all my clients are not "phoning home"&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 09:12:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125931#M4806</guid>
      <dc:creator>Federica_92</dc:creator>
      <dc:date>2015-07-17T09:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with deployment apps</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125932#M4807</link>
      <description>&lt;P&gt;Did you set the deployment option to restart splunkd on the forwarder after installing the app?&lt;/P&gt;

&lt;P&gt;I assume you are running Splunk 6.2.3?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2015 00:11:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125932#M4807</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-07-18T00:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with deployment apps</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125933#M4808</link>
      <description>&lt;P&gt;For the phone-home: every one of the clients needs to have a deploymentclient.conf file that points to the deployment server. This has to be done manually the first time - there is no way to deploy the initial deploymentclient.conf file via the deployment server! &lt;/P&gt;

&lt;P&gt;Your deploymentclient.conf file should point to the deployment server like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[deployment-client]

[target-broker:deploymentServer]
targetUri=YourDeplServer.YourCo.com:8089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note that deploymentclient.conf points to the splunkd process (usually on port 8089) - NOT the forwarding/receiving port! If this file is correct, then that should solve the "phone home" problem. And once the clients phone home, they should be updated with the appropriate apps / configuration files.&lt;/P&gt;

&lt;P&gt;Your outputs.conf file seems fine. Your server does have to include the port, like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;server = 10.38.76.82:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Note that in outputs.conf, you must specify the port where the indexer(s) is listening. &lt;/P&gt;

&lt;P&gt;Finally, have you configured the indexer(s) to listen on port 9997?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Jul 2015 00:21:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125933#M4808</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2015-07-18T00:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with deployment apps</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125934#M4809</link>
      <description>&lt;P&gt;Yes, I used &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk set deploy-poll indexer1:8089
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to point the indexer to the forwarder, also if I use ./splunk show deploy-poll, is working fine. &lt;BR /&gt;
in the output.conf I'm using only the 9997 port, that is open and it is listening, I have also checked using telnet.&lt;/P&gt;

&lt;P&gt;Any other ideas?&lt;BR /&gt;
Maybe I can add that 2 clients are windows and 2 clients are linux? does this change anything?&lt;/P&gt;

&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 08:25:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125934#M4809</guid>
      <dc:creator>Federica_92</dc:creator>
      <dc:date>2015-07-20T08:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with deployment apps</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125935#M4810</link>
      <description>&lt;P&gt;I'm currently checking using netstat -at and I m listening at the port 9997.&lt;BR /&gt;
As local address I have my indexer:9997 and my indexer:8089, as foreign address I have the ip of the forwarder, but this only for one of the 4 forwarders, could this means anything ?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 08:51:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Problem-with-deployment-apps/m-p/125935#M4810</guid>
      <dc:creator>Federica_92</dc:creator>
      <dc:date>2015-07-20T08:51:52Z</dc:date>
    </item>
  </channel>
</rss>

