» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Recent Edits

edit by NetSuper

Using Syslog information with SourceLabs Linux Self-Support

March 25

To get started, you can add<br> add

» complete change

Below is documentation for using "SourceLabs":http://www.sourcelabs.com Self-Support Suite for [[Linux]] and Open Source [[Java]] to gather, organize, and search Syslog messages.

You can setup syslog to connect to the relay. In this release, we only support syslog over UDP. To set this up, you need to modify your syslogd config file. Often this is in /etc/syslog.conf

To get started, you can add

*.* @relayMachineName:4657

This will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Syslog-ng:

You can also setup syslog-ng to use the relay. For the current version of the relay, you will need to use UDP logging to the relay instead of TCP. To set this up, you need to modify your syslog-ng config file. Often this is in /etc/syslog-ng.conf

To get started, you can add<br> add

<code>

destination d_relay { udp("relayMachineName ", port(4657)); };

log { source(s_sys); destination(d_relay); };

</code>

Assuming that you are using a default syslog-ng configuration where source ‘s_sys’ represents all syslog messages (modify source as necessary for your configuration),this will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Find more "information about SourceLabs Self-Support Suite for LInux and Open Source Java":http://www.sourcelabs.com

Undo this change because:
edit by NetSuper

Using Syslog information with SourceLabs Linux Self-Support

March 25

<code> <ore>

</code> </pre>

» complete change

Below is documentation for using "SourceLabs":http://www.sourcelabs.com Self-Support Suite for [[Linux]] and Open Source [[Java]] to gather, organize, and search Syslog messages.

You can setup syslog to connect to the relay. In this release, we only support syslog over UDP. To set this up, you need to modify your syslogd config file. Often this is in /etc/syslog.conf

To get started, you can add

*.* @relayMachineName:4657

This will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Syslog-ng:

You can also setup syslog-ng to use the relay. For the current version of the relay, you will need to use UDP logging to the relay instead of TCP. To set this up, you need to modify your syslog-ng config file. Often this is in /etc/syslog-ng.conf

To get started, you can add

<code> <ore>

destination d_relay { udp("relayMachineName ", port(4657)); };

log { source(s_sys); destination(d_relay); };

</code> </pre>

Assuming that you are using a default syslog-ng configuration where source ‘s_sys’ represents all syslog messages (modify source as necessary for your configuration),this will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Find more "information about SourceLabs Self-Support Suite for LInux and Open Source Java":http://www.sourcelabs.com

edit by NetSuper

Using Syslog information with SourceLabs Linux Self-Support

March 25

» complete change

Below is documentation for using "SourceLabs":http://www.sourcelabs.com Self-Support Suite for [[Linux]] and Open Source [[Java]] to gather, organize, and search Syslog messages.

You can setup syslog to connect to the relay. In this release, we only support syslog over UDP. To set this up, you need to modify your syslogd config file. Often this is in /etc/syslog.conf

To get started, you can add

*.* @relayMachineName:4657

This will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Syslog-ng:

You can also setup syslog-ng to use the relay. For the current version of the relay, you will need to use UDP logging to the relay instead of TCP. To set this up, you need to modify your syslog-ng config file. Often this is in /etc/syslog-ng.conf

To get started, you can add

<ore>

destination d_relay { udp("relayMachineName ", port(4657)); };

log { source(s_sys); destination(d_relay); };

</pre>

Assuming that you are using a default syslog-ng configuration where source ‘s_sys’ represents all syslog messages (modify source as necessary for your configuration),this will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Find more "information about SourceLabs Self-Support Suite for LInux and Open Source Java":http://www.sourcelabs.com

edit by NetSuper

Using Syslog information with SourceLabs Linux Self-Support

March 25

<ore>

destination d_relay { udp("relayMachineName ", port(4657)); };

log { source(s_sys); destination(d_relay); };

</pre>

» complete change

Below is documentation for using "SourceLabs":http://www.sourcelabs.com Self-Support Suite for [[Linux]] and Open Source [[Java]] to gather, organize, and search Syslog messages.

You can setup syslog to connect to the relay. In this release, we only support syslog over UDP. To set this up, you need to modify your syslogd config file. Often this is in /etc/syslog.conf

To get started, you can add

*.* @relayMachineName:4657

This will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Syslog-ng:

You can also setup syslog-ng to use the relay. For the current version of the relay, you will need to use UDP logging to the relay instead of TCP. To set this up, you need to modify your syslog-ng config file. Often this is in /etc/syslog-ng.conf

To get started, you can add

<ore>

destination d_relay { udp("relayMachineName ", port(4657)); };

log { source(s_sys); destination(d_relay); };

</pre>

Assuming that you are using a default syslog-ng configuration where source ‘s_sys’ represents all syslog messages (modify source as necessary for your configuration),this will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Find more "information about SourceLabs Self-Support Suite for LInux and Open Source Java":http://www.sourcelabs.com

edit by swikfan

Using Syslog information with SourceLabs Linux Self-Support

March 24

Below is documentation for using "SourceLabs":http://www.sourcelabs.com Self-Support Suite for [[Linux]] and Open Source [[Java]]...

» complete change

Below is documentation for using "SourceLabs":http://www.sourcelabs.com Self-Support Suite for [[Linux]] and Open Source [[Java]] [[Java}] to gather, organize, and search Syslog messages.

You can setup syslog to connect to the relay. In this release, we only support syslog over UDP. To set this up, you need to modify your syslogd config file. Often this is in /etc/syslog.conf

To get started, you can add

*.* @relayMachineName:4657

This will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Syslog-ng:

You can also setup syslog-ng to use the relay. For the current version of the relay, you will need to use UDP logging to the relay instead of TCP. To set this up, you need to modify your syslog-ng config file. Often this is in /etc/syslog-ng.conf

To get started, you can add

destination d_relay { udp("relayMachineName ", port(4657)); };

log { source(s_sys); destination(d_relay); };

Assuming that you are using a default syslog-ng configuration where source ‘s_sys’ represents all syslog messages (modify source as necessary for your configuration),this will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Find more "information about SourceLabs Self-Support Suite for LInux and Open Source Java":http://www.sourcelabs.com

edit by swikfan

Using Syslog information with SourceLabs Linux Self-Support

March 24

» complete change

Below is documentation for using "SourceLabs":http://www.sourcelabs.com Self-Support Suite for [[Linux]] and Open Source [[Java}] to gather, organize, and search Syslog messages.

You can setup syslog to connect to the relay. In this release, we only support syslog over UDP. To set this up, you need to modify your syslogd config file. Often this is in /etc/syslog.conf

To get started, you can add

*.* @relayMachineName:4657

This will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Syslog-ng:

You can also setup syslog-ng to use the relay. For the current version of the relay, you will need to use UDP logging to the relay instead of TCP. To set this up, you need to modify your syslog-ng config file. Often this is in /etc/syslog-ng.conf

To get started, you can add

destination d_relay { udp("relayMachineName ", port(4657)); };

log { source(s_sys); destination(d_relay); };

Assuming that you are using a default syslog-ng configuration where source ‘s_sys’ represents all syslog messages (modify source as necessary for your configuration),this will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Find more "information about SourceLabs Self-Support Suite for LInux and Open Source Java":http://www.sourcelabs.com

edit by swikfan

Using Syslog information with SourceLabs Linux Self-Support

March 24

Find more "information about SourceLabs Self-Support Suite for LInux and Open Source Java":http://www.sourcelabs.com

» complete change

Below is documentation for using "SourceLabs":http://www.sourcelabs.com Self-Support Suite for [[Linux]] and Open Source [[Java}] to gather, organize, and search Syslog messages.

You can setup syslog to connect to the relay. In this release, we only support syslog over UDP. To set this up, you need to modify your syslogd config file. Often this is in /etc/syslog.conf

To get started, you can add

*.* @relayMachineName:4657

This will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Syslog-ng:

You can also setup syslog-ng to use the relay. For the current version of the relay, you will need to use UDP logging to the relay instead of TCP. To set this up, you need to modify your syslog-ng config file. Often this is in /etc/syslog-ng.conf

To get started, you can add

destination d_relay { udp("relayMachineName ", port(4657)); };

log { source(s_sys); destination(d_relay); };

Assuming that you are using a default syslog-ng configuration where source ‘s_sys’ represents all syslog messages (modify source as necessary for your configuration),this will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Find more "information about SourceLabs Self-Support Suite for LInux and Open Source Java":http://www.sourcelabs.com

created by swikfan

Using Syslog information with SourceLabs Linux Self-Support

March 24
The page was created.
Using Syslog information with SourceLabs Linux Self-Support
Article

Below is documentation for using "SourceLabs":http://www.sourcelabs.com Self-Support Suite for [[Linux]] and Open Source ...

» complete change

Below is documentation for using "SourceLabs":http://www.sourcelabs.com Self-Support Suite for [[Linux]] and Open Source [[Java}] to gather, organize, and search Syslog messages.

You can setup syslog to connect to the relay. In this release, we only support syslog over UDP. To set this up, you need to modify your syslogd config file. Often this is in /etc/syslog.conf

To get started, you can add

*.* @relayMachineName:4657

This will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Syslog-ng:

You can also setup syslog-ng to use the relay. For the current version of the relay, you will need to use UDP logging to the relay instead of TCP. To set this up, you need to modify your syslog-ng config file. Often this is in /etc/syslog-ng.conf

To get started, you can add

destination d_relay { udp("relayMachineName ", port(4657)); };

log { source(s_sys); destination(d_relay); };

Assuming that you are using a default syslog-ng configuration where source ‘s_sys’ represents all syslog messages (modify source as necessary for your configuration),this will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Undo this change because:
edit by swikfan

syslog

March 14

[[SourceLabs]] includes the ability to capture, sort, search and correlate Syslog messages with millions of records as part...

» complete change

Syslog is a protocol for sending log messags over an [[IP]] network. It has been standardized by the IETF ("documents":http://tools.ietf.org/wg/syslog/ here)

Originally developed as part of [[Sendmail]], SysLog became the defacto standard for [[Unix]] and [[Linux]] systems.

A "syslog server" or "syslog daemon" is typically the recipient of syslog messages.

[[SourceLabs]] includes the ability to capture, sort, search and correlate Syslog messages with millions of records as part of its "Self-Support Suite for Linux and Open Source Java":http://www.sourcelabs.com

"Forums":http://www.syslog.org/forum/

"Tools":http://www.syslog.org/wiki/Main/Tools

"How-to":http://www.syslog.org/wiki/Main/HowTo

Undo this change because:
edit by swikfan

syslog

February 4

Syslog is a protocol for sending log messags over an [[IP]] network. It has been standardized by the IETF ("documents":http://tools.ietf.org/wg/syslog/...

» complete change

Syslog is a protocol for sending log messags over an [[IP]] network. It has been standardized by the IETF ("documents":http://tools.ietf.org/wg/syslog/ here) IETF.

Originally developed as part of [[Sendmail]], SysLog became the defacto standard for [[Unix]] and [[Linux]] systems.

A "syslog server" or "syslog daemon" is typically the recipient of syslog messages.

"Forums":http://www.syslog.org/forum/

"Tools":http://www.syslog.org/wiki/Main/Tools

"How-to":http://www.syslog.org/wiki/Main/HowTo

created by swikfan

syslog

February 4
The page was created.

Syslog is a protocol for sending log messags over an [[IP]] network. It has been standardized by the IETF.

Originally developed...

» complete change

Syslog is a protocol for sending log messags over an [[IP]] network. It has been standardized by the IETF.

Originally developed as part of [[Sendmail]], SysLog became the defacto standard for [[Unix]] and [[Linux]] systems.

A "syslog server" or "syslog daemon" is typically the recipient of syslog messages.

Undo this change because:
deleted by tags

syslog

August 30, 2007
The project and its contents were erased

dfgdfgd

created by 195.18.201.1

syslog

August 30, 2007
The page was created.
syslog
Project

dfgdfgd

Username:
Password:
(or Cancel)