Parameters for remote syslog agents

We can define the following parameters for remote syslog agents:

The default rebind_retry timeout value is 300 seconds.

server
The remote logging services are offered by the remote syslog server. The server parameter nominates the host to which the agent is bound for event recording.
server=hostname

ssl_keyfile

The name of the GSKit key database file containing the CA certificate. The logging agent uses the CA certificate to establish a secure connection with the remote syslog server over SSL.

The path of this file is relative to the config file. We do not need to manually specify a path.

If we do not configure this value, the logging agent uses clear text that is not encrypted to communicate with the remote syslog server.

ssl_label

The name of the certificate the logging agent presents to the remote syslog server to establish a secure connection.

If we do not configure this field, the agent uses the default certificate from the key database.

ssl_stashfile

The name of the GSKit stash file containing the password for the ssl-keyfile database. This field is mandatory if we specify a value for the ssl-keyfile field.

The path of this file isp relative to the config file. We do not need to manually specify a path.

ssl_protocols
A colon separated list of SSL protocols to be enabled. Valid protocols include: sslv3, tlsv10, tlsv11, and tlsv12. This entry will be ignored if the NSA suite-b SSL compliance support has been enabled.

severity
An integer in the range 0 to 7 inclusive as defined in RFC 5424, The Syslog Protocol.

facility
An integer in the range 0 to 23 inclusive as defined in RFC 5424, The Syslog Protocol.

Parent topic: Configure remote syslog agents