Raw Syslog Forwarder

Raw Syslog Forwarders collect and forward raw logs from a Logpoint to a remote target.

../_images/LP_Config_RSF_List.png

Raw Syslog Forwarders

To sort the columns in ascending or descending order, move your cursor to the column you want to sort. You will see a down arrow; click it and select Sort Ascending or Sort Descending.

../_images/LP_Config_RSF_Sort.png

Sorting Columns

To filter the columns you want in the UI, click the MORE dropdown, click Columns, and select the columns you want.

../_images/LP_Config_RSF_Columns.png

Filtering Columns in the UI

To use Raw Syslog Forwarders, you must configure both Target and Device.

  1. Add targets

  2. Add devices

Targets

Targets are the devices where the raw syslog messages are forwarded. For example, if you want to forward the logs from your Logpoint to a remote Logpoint with IP 10.10.10.149, you have to add a target with IP 10.10.10.149 or its hostname.

Adding a Target

You can send logs to the same target via different ports too. To do so, you can add the same target IP multiple times, each time with a different port number.

  1. Go to Settings >> Configuration from the navigation bar and click Raw Syslog Forwarder.

  2. Click TARGETS.

  3. Click Add IP or HostName.

../_images/LP_Config_RSF_RemoteTarget_Add.png

Add a Remote Target

  1. Enter the Name, IP Address or HostName, and Port number for the input port of the target.

  2. Select the Protocol to send the syslog message. Choosing UDP enables IP Spoofing. IP Spoofing allows you to directly add the log collection devices in the target logpoint instead of adding them in the raw syslog forwarder, and the target logpoint still identifies the raw syslog forwarder where the logs are collected.

  3. Click Submit.

Editing a Target

  1. Go to Settings >> Configuration from the navigation bar and click Raw Syslog Forwarder.

  2. Click TARGETS.

  3. Click the target you want to edit.

  4. Update the information.

  5. Click Submit.

Deleting a Target

To delete a target, make sure that it is not in use.

  1. Go to Settings >> Configuration from the navigation bar and click Raw Syslog Forwarder.

  2. Click TARGETS.

  3. Click Delete (Delete) icon under Actions.

  4. Click Yes.

Devices

Devices collects and forwards raw syslog messages to the target Logpoint.

Adding Devices

  1. Go to Settings >> Configuration from the navigation bar and click Raw Syslog Forwarder.

  2. Click ADD.

../_images/LP_Config_RSF_Add.png

Configure Devices

  1. Double-click the devices or device groups to select them. If you select All for a device group, any device added to it in the future is automatically selected as a target.

  2. Select the Remote Target(s).

  3. Provide a regex Pattern to match before forwarding logs. Only the logs matching the specified pattern are forwarded. For example:

    • [ 0-9 ]+ forwards a log only if a digit is present in logs.

    • [ a-z A-Z 0-9 ]+ forwards a log only if it contains either a-z, A-Z, or 0-9.

    • \S+ forwards all the logs.

  4. Click Submit.

After the configuration, Raw Syslog Forwarder now collects logs from the added devices and forwards the raw logs to the chosen targets.

Editing Devices

  1. Go to Settings >> Configuration from the navigation bar and click Raw Syslog Forwarder.

  2. Click the Device of the required Raw Syslog Forwarder.

  3. Update the information.

  4. Click Submit.

Deleting Devices

  1. Go to Settings >> Configuration from the navigation bar and click Raw Syslog Forwarder.

  2. Click Delete (Delete) icon under Actions.

  3. Click Yes.

To delete multiple Raw Syslog Forwarders, select the concerned forwarders, click MORE, select Delete Selected, and click Yes.

To delete all the forwarders, click MORE, select Delete All, and click Yes.

../_images/LP_Config_RSF_List_DeleteAll.png

Deleting Raw Syslog Forwarders

Viewing Logs in Remote Target

Logs Forwarded From Localhost

To view logs from localhost, you must add the IP of the Raw Syslog Forwarder in the remote target. You must also configure its Syslog Collector.

While forwarding localhost logs, Logpoint adds additional data in the header and sends the original message in the following format:

<13> {local date time} {hostname} {original message}

Example:

Original Message

Forwarded message

2016-01-29_06:00:20.70969 Starting report_jobs.

<13> Jan 29 06:00:25 localhost 2016-01-29_06:00:20.70969 Starting report_jobs. 13 is the PRIVAL representing log audit.

Logs Forwarded from a Device

You have to add a device in target logpoint and configure its syslog collector to view the logs forwarded from that device. A remote target supports both TCP and UCP for localhost; however, it supports only UDP for other devices.


Helpful?

We are glad this guide helped.


Please don't include any personal information in your comment

Contact Support