Configure remote log agents

Configure the remote log agent to send events to a remote authorization server for recording. For example:

Parameter names can be shortened to any unambiguous name. For example, the hi_water parameter can be shortened to hi.

Requests to log an event remotely are accepted on a best effort basis only. If the remote authorization server is not available, captured events are cached locally and relayed at a later date, if and when the server becomes available. Only one remote logging connection is established to a remote authorization server. Consider the case where multiple configuration entries are made to:

Then, the remote connection is established according to the options of the first remote configuration entry processed. Multiple remote connections can be configured to log to different remote authorization servers. Events received at the remote authorization server are placed in the event pool of that server. The events are placed in a different location from where they were originally captured on the client system. All events entering a host through the remote logging service are placed in a category constructed in the following manner:

The short name version of the host name is shown in some of the examples, however, the fully qualified host name is often required. To obtain system configuration information, we can use the gethostbyname command. To relay events remotely on host amazon, we might use this example:

Parent topic: Defining logcfg entries