<?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 remote syslog to separate files in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866775#M44997</link>
    <description>We are looking into setting up a separate syslog server. We have been able to push the syslogs to one server, but it is messy and unruly.&lt;BR /&gt;1. Can you set on on the host server to:&lt;BR /&gt;a) keep a copy of the syslog and...&lt;BR /&gt;b) also send it to the remote server.&lt;BR /&gt; &lt;BR /&gt;2. Instead of the syslog treating all incoming messages as local, there for creating one huge syslog that contains multiple servers. I would like to set it up so they each have there own file.&lt;BR /&gt;server1.messages&lt;BR /&gt;server2.messages&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;Is there a pkg that can do all this.&lt;BR /&gt;We would like to incorporate windows and HP later on.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Oct 2004 16:59:07 GMT</pubDate>
    <dc:creator>Ratzie</dc:creator>
    <dc:date>2004-10-21T16:59:07Z</dc:date>
    <item>
      <title>remote syslog to separate files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866775#M44997</link>
      <description>We are looking into setting up a separate syslog server. We have been able to push the syslogs to one server, but it is messy and unruly.&lt;BR /&gt;1. Can you set on on the host server to:&lt;BR /&gt;a) keep a copy of the syslog and...&lt;BR /&gt;b) also send it to the remote server.&lt;BR /&gt; &lt;BR /&gt;2. Instead of the syslog treating all incoming messages as local, there for creating one huge syslog that contains multiple servers. I would like to set it up so they each have there own file.&lt;BR /&gt;server1.messages&lt;BR /&gt;server2.messages&lt;BR /&gt;etc.&lt;BR /&gt;&lt;BR /&gt;Is there a pkg that can do all this.&lt;BR /&gt;We would like to incorporate windows and HP later on.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Oct 2004 16:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866775#M44997</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2004-10-21T16:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: remote syslog to separate files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866776#M44998</link>
      <description>Yes, 'syslog' can keep a copy locally as well as send to a remote server.  Just create two lines in '/etc/syslog.conf' on the client server, one pointing to a @server, the other pointing to a file.&lt;BR /&gt;&lt;BR /&gt;Now, as for separating on the server... not something I've done before..&lt;BR /&gt;&lt;BR /&gt;From what I have read, syslog can't do this nativly.  You could however set it to write out to a fifo (| /path/to/fifo), and set up a short perl routine to read from the fifo and split it out according to the server (open( FH, "/path/to/fifo);while (&lt;FH&gt;) { ... }).&lt;BR /&gt;&lt;BR /&gt;The 'syslog.conf' man page says what's needed for that option.&lt;BR /&gt;&lt;BR /&gt;Other than that, I've not tried to do this, so am unaware of any other syslog based products that could do this for you.&lt;/FH&gt;</description>
      <pubDate>Thu, 21 Oct 2004 19:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866776#M44998</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-10-21T19:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: remote syslog to separate files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866777#M44999</link>
      <description>what is your operating system?&lt;BR /&gt;this syslog server designed only for this purpose.&lt;BR /&gt;that case you can use syslog-ng (on linux) which can make seperated log files depends on the source host</description>
      <pubDate>Sun, 24 Oct 2004 15:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866777#M44999</guid>
      <dc:creator>Kele_1</dc:creator>
      <dc:date>2004-10-24T15:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: remote syslog to separate files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866778#M45000</link>
      <description>You are right, it will be strictly a syslog server and will be installed on RedHat ES3.0, and I have narrowed it down to the syslog-ng.&lt;BR /&gt;&lt;BR /&gt;I have not used it before and have a few questions regarding it.&lt;BR /&gt;&lt;BR /&gt;Is this all server based, meaning, does all the work being done on the syslog-ng server?&lt;BR /&gt;&lt;BR /&gt;I would like only to change the syslog.conf file on the other systems to send the syslog to the syslog-ng server.&lt;BR /&gt;This does not mean I need to install a different type of client on any other system?&lt;BR /&gt;&lt;BR /&gt;Appreciate your help&lt;BR /&gt;</description>
      <pubDate>Sun, 24 Oct 2004 16:18:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866778#M45000</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2004-10-24T16:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: remote syslog to separate files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866779#M45001</link>
      <description>hali,&lt;BR /&gt;&lt;BR /&gt;you only need to change the syslog.conf file on other systems. On syslog-ng site you have to change your standard syslog to syslog-ng. It has a different and more flexible syslog-ng.conf file. &lt;BR /&gt;in that file you can define destinations, filters and sources. depends on sources (network, hostname, ip etc) you can select destinations (ie files)&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Oct 2004 04:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866779#M45001</guid>
      <dc:creator>Gabor Kelecsenyi</dc:creator>
      <dc:date>2004-10-25T04:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: remote syslog to separate files</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866780#M45002</link>
      <description>Thanks</description>
      <pubDate>Wed, 23 Feb 2005 09:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-syslog-to-separate-files/m-p/4866780#M45002</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2005-02-23T09:04:31Z</dc:date>
    </item>
  </channel>
</rss>

