<?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: Forwarders configuration in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331463#M61395</link>
    <description>&lt;P&gt;If I search for index=internal the only host present is the  spkunk server, so I think clients aren't sending data.&lt;BR /&gt;
But In Forwarder management, in "Clients" tab, I can see the client (Jboss Server) that "Phoned Home" a few seconds ago and in "Apps" tab I can see the apps deployed, so where the bug is?&lt;/P&gt;</description>
    <pubDate>Sat, 17 Jun 2017 21:11:16 GMT</pubDate>
    <dc:creator>andreac81</dc:creator>
    <dc:date>2017-06-17T21:11:16Z</dc:date>
    <item>
      <title>Forwarders configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331459#M61391</link>
      <description>&lt;P&gt;Hi to all, I configured a forwarder as  following&lt;/P&gt;

&lt;P&gt;In Splunk Server:&lt;BR /&gt;
- in /opt/splunk/etc/deployment-apps I copyed the forwarder apps (fwd_common, fwd_jboss,..)&lt;BR /&gt;
- in /opt/splunk/etc/deployment-apps/fwd_common/default/outputs.conf I inserted&lt;/P&gt;

&lt;P&gt;[tcpout]&lt;BR /&gt;
defaultGroup = ovdgroup&lt;/P&gt;

&lt;P&gt;[tcpout:ovdgroup]&lt;BR /&gt;
server = splunkserverIP:9997&lt;BR /&gt;
autoLB = true&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;in /opt/splunk/splunk/etc/system/local/serverclass.conf I inserted&lt;/P&gt;

&lt;P&gt;[serverClass:FWD_JBOSS]&lt;BR /&gt;
whitelist.0 = monitoredserverhostname&lt;/P&gt;

&lt;P&gt;[serverClass:FWD_COMMON]&lt;BR /&gt;
whitelist.0 = monitoredserverhostname&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I set the inputs.conf files in order to analyze log files. &lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;In Forwarder management, in "Clients" tab,  I can see the client (Jboss Server) that "Phoned Home" a few seconds ago and in "Apps" tab I can see the apps deployed.&lt;/P&gt;

&lt;P&gt;The indexes that should be populated by jboss log files are empty.&lt;/P&gt;

&lt;P&gt;Wich checks can I perform in order to understand why indexes are empty?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Andrea&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:21:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331459#M61391</guid>
      <dc:creator>andreac81</dc:creator>
      <dc:date>2020-09-29T14:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarders configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331460#M61392</link>
      <description>&lt;P&gt;hello there,&lt;BR /&gt;
try this article:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.1/Troubleshooting/Cantfinddata"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.1/Troubleshooting/Cantfinddata&lt;/A&gt;&lt;BR /&gt;
also, did you set your app to restart splunkd? enable restart configuration, might be needed when adding inputs.&lt;BR /&gt;
good way to check is to search index =_intrenal host=yourhost&lt;BR /&gt;
if theres data, it means the inputs did not apply&lt;BR /&gt;
if there is not, check also outputs&lt;BR /&gt;
hope it helps&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 12:46:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331460#M61392</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-06-09T12:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarders configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331461#M61393</link>
      <description>&lt;P&gt;I tried following search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index =_internal clientip=10.95.1.119
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;All results are like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;16/06/17 10.21.08,858   
10.95.1.119 - - [16/Jun/2017:10:21:08.858 -0400] "POST /services/broker/phonehome/connection_10.95.1.119_8089_10.95.1.119_hostname HTTP/1.1" 200 1126 - - - 1ms
host = splunk-server.novalocal source = /opt/splunk/splunk/var/log/splunk/splunkd_access.log sourcetype = splunkd_access
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I think the only activity is the "phonehome/connection" but not log file forward.&lt;BR /&gt;
Have I failed to install forwarder? I've read &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.1/Troubleshooting/Cantfinddata+"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.1/Troubleshooting/Cantfinddata&lt;/A&gt; but it's seems to be ok.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 14:26:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331461#M61393</guid>
      <dc:creator>andreac81</dc:creator>
      <dc:date>2017-06-16T14:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarders configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331462#M61394</link>
      <description>&lt;P&gt;does you host sends data to splunk?&lt;BR /&gt;
index=_internal host=yourUniqueHost&lt;BR /&gt;
can you look at the host file structure?&lt;BR /&gt;
go to splunkforwarder/etc/apps/ and make sure you see the apps you are trying to deploy&lt;BR /&gt;
hope it helps&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 14:59:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331462#M61394</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-06-16T14:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarders configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331463#M61395</link>
      <description>&lt;P&gt;If I search for index=internal the only host present is the  spkunk server, so I think clients aren't sending data.&lt;BR /&gt;
But In Forwarder management, in "Clients" tab, I can see the client (Jboss Server) that "Phoned Home" a few seconds ago and in "Apps" tab I can see the apps deployed, so where the bug is?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2017 21:11:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331463#M61395</guid>
      <dc:creator>andreac81</dc:creator>
      <dc:date>2017-06-17T21:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Forwarders configuration</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331464#M61396</link>
      <description>&lt;P&gt;look here:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.1/Updating/Useserverclass.conf"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.1/Updating/Useserverclass.conf&lt;/A&gt;&lt;BR /&gt;
your severclass.conf is off.&lt;BR /&gt;
will recommend to start with the GUI by creating a serverclass, adding clients and adding apps&lt;BR /&gt;
then go to back-end and look at the serverclass.conf that splunk created.&lt;BR /&gt;
the logic can be sometimes a little confusing&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jun 2017 20:25:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forwarders-configuration/m-p/331464#M61396</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-06-18T20:25:40Z</dc:date>
    </item>
  </channel>
</rss>

