<?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: App deploys from the Deployment Server, but why is the deployment client not sending any data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/App-deploys-from-the-Deployment-Server-but-why-is-the-deployment/m-p/249886#M48073</link>
    <description>&lt;P&gt;Well, I feel really silly now. In line 5 of my outputs.conf I have:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpoutput:group]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And it should have been:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:group]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Sigh. Sorry for the time I wasted!&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2016 14:27:22 GMT</pubDate>
    <dc:creator>puffycow</dc:creator>
    <dc:date>2016-05-19T14:27:22Z</dc:date>
    <item>
      <title>App deploys from the Deployment Server, but why is the deployment client not sending any data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/App-deploys-from-the-Deployment-Server-but-why-is-the-deployment/m-p/249882#M48069</link>
      <description>&lt;P&gt;So I am experiencing an oddity with Splunk and I am hoping it is just something I am overlooking.&lt;/P&gt;

&lt;P&gt;I have an indexer that also acts as a deployment server (Linux) and I am using a test client (Windows). On the deployment server, I create two apps, Splunk_TA_windows and sendtoindexer. I created the inputs.conf in the local folder of the Splunk_TA_windows app:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Application]
disabled = 0
index = wineventlog

[WinEventLog://Security]
disabled = 0
index = wineventlog

[WinEventLog://System]
disabled = 0
index = wineventlog
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And the outputs.conf in the local folder of the sendtoindexer app:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
disabled = false
defaultGroup = default-autolb-group

[tcpoutput:default-autolb-group]
server = hostname:9997

[tcpout-server://hostname:9997]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On Forwarder Management, I set the whitelists/blacklists so that the test machine is targeted to get both of these apps. When looking at the Server Class page, at the bottom under Clients, I see my test server and that under Deployed Apps I see 2, so that's good, but in the middle of that page under Apps, it shows both of my apps, and under the Clients column it shows 0 deployed for both.&lt;/P&gt;

&lt;P&gt;Anyways, when checking the SplunkUniversalForwarder/etc/apps folder on the client machine I see both apps are deployed as expected. However, when I perform a search checking for either the hostname of the client or the index I set in the inputs.conf file, I do not get any results.&lt;/P&gt;

&lt;P&gt;Any help would be appreciated. Let me know if anything I said didn't make sense or if more information would be useful.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:42:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/App-deploys-from-the-Deployment-Server-but-why-is-the-deployment/m-p/249882#M48069</guid>
      <dc:creator>puffycow</dc:creator>
      <dc:date>2020-09-29T09:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: App deploys from the Deployment Server, but why is the deployment client not sending any data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/App-deploys-from-the-Deployment-Server-but-why-is-the-deployment/m-p/249883#M48070</link>
      <description>&lt;P&gt;make sure of the following &lt;BR /&gt;
1- hostname is resolvable &lt;BR /&gt;
2- 9997 ready on the receiving side (indexer OR HF or all in on) &lt;BR /&gt;
3- make sure no firewall  between the UF and the receiver (use telnet or nc to ensure that)&lt;BR /&gt;
4- run  /opt/splunk/bin/splunk btool outputs list --debug  on HF&lt;BR /&gt;
5- run  /opt/splunk/bin/splunk btool inputs  list --debug  on receiver &lt;/P&gt;

&lt;P&gt;make sure that step 4 and 5 give you what expected.&lt;/P&gt;

&lt;P&gt;good luck&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 15:19:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/App-deploys-from-the-Deployment-Server-but-why-is-the-deployment/m-p/249883#M48070</guid>
      <dc:creator>mosman_splunk</dc:creator>
      <dc:date>2016-05-13T15:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: App deploys from the Deployment Server, but why is the deployment client not sending any data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/App-deploys-from-the-Deployment-Server-but-why-is-the-deployment/m-p/249884#M48071</link>
      <description>&lt;P&gt;Thanks for the reply! 1-3 are definitely okay, I just checked. When running the btool on the forwarder I see the output.conf info from the sendtoindexer app so that seems good. When I run the btool on the receiver I see a lot of different inputs.conf entries from a lot of different apps, but theya re all located in the /etc/apps/* folder, none from the /etc/deployment-apps/ folder. &lt;/P&gt;

&lt;P&gt;Could that be the issue? Or should my apps appear in both /apps/ and /deployment-apps/ ?&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2016 15:33:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/App-deploys-from-the-Deployment-Server-but-why-is-the-deployment/m-p/249884#M48071</guid>
      <dc:creator>puffycow</dc:creator>
      <dc:date>2016-05-13T15:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: App deploys from the Deployment Server, but why is the deployment client not sending any data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/App-deploys-from-the-Deployment-Server-but-why-is-the-deployment/m-p/249885#M48072</link>
      <description>&lt;P&gt;More info that may be pertinent... &lt;/P&gt;

&lt;P&gt;On the client, the /etc/local has no outputs.conf and I am getting:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ERROR: TcpOutputProc  - LightWeightForwarder/UniversalForwarder no configured. Please configure outputs.conf.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;... even though /etc/apps/sendtoindexer/local/outputs.conf exists.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 18:46:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/App-deploys-from-the-Deployment-Server-but-why-is-the-deployment/m-p/249885#M48072</guid>
      <dc:creator>puffycow</dc:creator>
      <dc:date>2016-05-16T18:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: App deploys from the Deployment Server, but why is the deployment client not sending any data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/App-deploys-from-the-Deployment-Server-but-why-is-the-deployment/m-p/249886#M48073</link>
      <description>&lt;P&gt;Well, I feel really silly now. In line 5 of my outputs.conf I have:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpoutput:group]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And it should have been:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:group]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Sigh. Sorry for the time I wasted!&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 14:27:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/App-deploys-from-the-Deployment-Server-but-why-is-the-deployment/m-p/249886#M48073</guid>
      <dc:creator>puffycow</dc:creator>
      <dc:date>2016-05-19T14:27:22Z</dc:date>
    </item>
  </channel>
</rss>

