<?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: unable to create centralized splunk server in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/unable-to-create-centralized-splunk-server/m-p/78899#M16165</link>
    <description>&lt;P&gt;hi jbsplunk&lt;BR /&gt;
thanks for your giving documentation but i am new in splunk i installed splun one machine forwarder i installed my remote system i enable receiver im my system but i didn't get the forworder data on my spluk server i didn't understand what is the reason to up my forwarder system in splunk server &lt;BR /&gt;
pls guide me how to up the splunk forwarder on my splunk server&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2011 06:10:59 GMT</pubDate>
    <dc:creator>digitmon</dc:creator>
    <dc:date>2011-04-20T06:10:59Z</dc:date>
    <item>
      <title>unable to create centralized splunk server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/unable-to-create-centralized-splunk-server/m-p/78897#M16163</link>
      <description>&lt;P&gt;i am using fc9 webservers my server pool 192.168.0.0/24 i crated one splunk centralized server i integrated all client servers but i cont get it my clients in splunk server 
i don't know how to create splunk client&lt;BR /&gt;
pls guide me have i need to install any splunk package in client side  &lt;/P&gt;

&lt;P&gt;i followed below steps 
i installed splunk in 192.168..2
cd /opt
sudo wget 'http://www.splunk.com/index.php/download_track?file=3.4.8/linux/splunk-3.4.8-54309-Linux-i686.tgz&amp;amp;ac=&amp;amp;wget=true&amp;amp;name=wget&amp;amp;typed=releases'
sudo tar xvfz splunk-3.4.6-51113-Linux-i686.tgz
sudo splunk/bin/splunk start&lt;/P&gt;

&lt;P&gt;sudo /opt/splunk/bin/splunk enable boot-start
sudo iptables -A INPUT -s ip.address1.to.allow -p tcp --dport 8000 -j ACCEPT
sudo iptables -A INPUT -s ip.address2.to.allow -p tcp --dport 8000 -j ACCEPT
sudo iptables -A INPUT -p tcp --dport 8000 -j DROP&lt;/P&gt;

&lt;P&gt;in mys client system 192.168.0.23
in mys client system 192.168.0.24
in mys client system 192.168.0.25&lt;/P&gt;

&lt;P&gt;i edit in mys client systems /etc/hosts&lt;/P&gt;

&lt;P&gt;ip.address.of.splunkserver           splunkserver&lt;/P&gt;

&lt;P&gt;/etc/syslog.conf&lt;/P&gt;

&lt;H1&gt;additional config for sending logs to splunk&lt;/H1&gt;

&lt;P&gt;*.info                      @splunksever&lt;/P&gt;

&lt;P&gt;i restarted network in my clints
restarted splunk service in my centralized system
/opt/splunk/bin/splunk restart its restarted sucsessfully 
i got web interface &lt;A href="http://ipaddress:8000" rel="nofollow"&gt;http://ipaddress:8000&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;i got iostat,user aditlogs information in my splunk server but i dint get my clint information
pls guide me how to intigrate my clints with splunk server&lt;/P&gt;

&lt;P&gt;thanks in addvance&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2011 18:42:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/unable-to-create-centralized-splunk-server/m-p/78897#M16163</guid>
      <dc:creator>digitmon</dc:creator>
      <dc:date>2011-04-11T18:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: unable to create centralized splunk server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/unable-to-create-centralized-splunk-server/m-p/78898#M16164</link>
      <description>&lt;P&gt;It sounds like you are trying to set up a splunk indexer, and you'd like to set up forwarders to send data to that indexer, although I am not positive about that based on your description of the issue. &lt;/P&gt;

&lt;P&gt;The first thing I noticed is that you are installing a 3.4 version of the product. I would recommend that you install the latest version of Splunk, which is 4.2. You are going to run into many problems that have been resolved since the release of that product. &lt;/P&gt;

&lt;P&gt;You can find some useful information on installing here:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Installation/InstallonLinux" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/Installation/InstallonLinux&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Information on settings up forwarding and receiving can be found here, with instructions as to how to configure each piece:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Deploy/Aboutforwardingandreceivingdata" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/Deploy/Aboutforwardingandreceivingdata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Do you see your splunk forwarder attempting to make connections to your indexer in your splunkd.log in the $SPLUNK_HOME/var/log/splunk folder? That is the first place I would look for a clue as to what is happening. You may also want to look for connection messages related to the forwarder in the same location and same file on the Indexer. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2011 22:19:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/unable-to-create-centralized-splunk-server/m-p/78898#M16164</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2011-04-11T22:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: unable to create centralized splunk server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/unable-to-create-centralized-splunk-server/m-p/78899#M16165</link>
      <description>&lt;P&gt;hi jbsplunk&lt;BR /&gt;
thanks for your giving documentation but i am new in splunk i installed splun one machine forwarder i installed my remote system i enable receiver im my system but i didn't get the forworder data on my spluk server i didn't understand what is the reason to up my forwarder system in splunk server &lt;BR /&gt;
pls guide me how to up the splunk forwarder on my splunk server&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2011 06:10:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/unable-to-create-centralized-splunk-server/m-p/78899#M16165</guid>
      <dc:creator>digitmon</dc:creator>
      <dc:date>2011-04-20T06:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: unable to create centralized splunk server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/unable-to-create-centralized-splunk-server/m-p/78900#M16166</link>
      <description>&lt;P&gt;I have edited my first answer with some additional questions with regard to what you are seeing in the logs. This may provide helpful information as to the nature of your problem.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2011 17:52:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/unable-to-create-centralized-splunk-server/m-p/78900#M16166</guid>
      <dc:creator>jbsplunk</dc:creator>
      <dc:date>2011-05-05T17:52:48Z</dc:date>
    </item>
  </channel>
</rss>

