<?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: how do i configure a linux box (not server) to send syslog events to a splunk deployment on linux? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/how-do-i-configure-a-linux-box-not-server-to-send-syslog-events/m-p/65103#M22395</link>
    <description>&lt;P&gt;@mendesjo ,the information provided about what you can do to send log information is the key. The actual process of setting up syslog to send data should be trivial.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2016 20:22:33 GMT</pubDate>
    <dc:creator>rdimri_splunk</dc:creator>
    <dc:date>2016-02-26T20:22:33Z</dc:date>
    <item>
      <title>how do i configure a linux box (not server) to send syslog events to a splunk deployment on linux?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/how-do-i-configure-a-linux-box-not-server-to-send-syslog-events/m-p/65100#M22392</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;My name is Daniel, i am evaluating Splunk to be used as a part of a SOC but i haven't been able to configure linux boxes (Debian) to send their log information to my splunk server, i've already set up a port to listen to on the server side, but haven't been able to make the clients send their logs in, can you please help me?&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2012 21:06:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/how-do-i-configure-a-linux-box-not-server-to-send-syslog-events/m-p/65100#M22392</guid>
      <dc:creator>dsepulveda</dc:creator>
      <dc:date>2012-05-31T21:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: how do i configure a linux box (not server) to send syslog events to a splunk deployment on linux?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/how-do-i-configure-a-linux-box-not-server-to-send-syslog-events/m-p/65101#M22393</link>
      <description>&lt;P&gt;You have 3 methods :&lt;/P&gt;

&lt;P&gt;Use &lt;EM&gt;syslog&lt;/EM&gt;, and configure your linux boxes to send their syslog events to the indexer on the UDP port you opened. Variation : using rsyslog or syslog-ng to use TCP instead of UDP, and use another port than default 514. &lt;BR /&gt;
On the indexer : enable input on UDP or TCP on the port used&lt;BR /&gt;
Remark : on unix box, only root processes can listen to the port under 1024, &lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.2/Data/Monitornetworkports"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.2/Data/Monitornetworkports&lt;/A&gt;&lt;BR /&gt;
please read your syslog service configuration to specify the destination server/port&lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;Install an UniversalForwarder on each boxes to monitor the log files (/var/log/ folder usually) and forward to the indexer on the port splunktcp &lt;BR /&gt;
On the indexer : enable receiving in the manager.&lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.2/Deploy/Aboutforwardingandreceivingdata"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.2/Deploy/Aboutforwardingandreceivingdata&lt;/A&gt;&lt;BR /&gt;
and &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/Monitorfilesanddirectories"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/Monitorfilesanddirectories&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;P&gt;A mixed configuration is to setup a syslog server that is receiving all the syslog event, then write to disk in files, and have splunk monitor those files.&lt;/P&gt;</description>
      <pubDate>Thu, 31 May 2012 21:32:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/how-do-i-configure-a-linux-box-not-server-to-send-syslog-events/m-p/65101#M22393</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-05-31T21:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: how do i configure a linux box (not server) to send syslog events to a splunk deployment on linux?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/how-do-i-configure-a-linux-box-not-server-to-send-syslog-events/m-p/65102#M22394</link>
      <description>&lt;P&gt;Please, don't take it the wrong way, but how does that information help in &lt;STRONG&gt;setting&lt;/STRONG&gt; up a unix server TO SEND syslog data over to a splunk box?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 20:05:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/how-do-i-configure-a-linux-box-not-server-to-send-syslog-events/m-p/65102#M22394</guid>
      <dc:creator>mendesjo</dc:creator>
      <dc:date>2016-02-26T20:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: how do i configure a linux box (not server) to send syslog events to a splunk deployment on linux?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/how-do-i-configure-a-linux-box-not-server-to-send-syslog-events/m-p/65103#M22395</link>
      <description>&lt;P&gt;@mendesjo ,the information provided about what you can do to send log information is the key. The actual process of setting up syslog to send data should be trivial.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 20:22:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/how-do-i-configure-a-linux-box-not-server-to-send-syslog-events/m-p/65103#M22395</guid>
      <dc:creator>rdimri_splunk</dc:creator>
      <dc:date>2016-02-26T20:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: how do i configure a linux box (not server) to send syslog events to a splunk deployment on linux?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/how-do-i-configure-a-linux-box-not-server-to-send-syslog-events/m-p/65104#M22396</link>
      <description>&lt;P&gt;Probably.. if you know unix. But since we don't that's why he's asking.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2016 20:24:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/how-do-i-configure-a-linux-box-not-server-to-send-syslog-events/m-p/65104#M22396</guid>
      <dc:creator>mendesjo</dc:creator>
      <dc:date>2016-02-26T20:24:07Z</dc:date>
    </item>
  </channel>
</rss>

