Log to remote servers
Log to one or more remote servers.
Server
A remote server.
Properties
Enable
Enable logging to this remote server.
- Data type: boolean
- Default:
true - Configuration
CLI: (cli)> config service syslog remote <index> enable
Protocol
The protocol accepted by the remote server.
| Option | Label |
|---|---|
udp | UDP |
tcp | TCP |
- Data type: string select
- Default:
udp - Configuration
- Required
CLI: (cli)> config service syslog remote <index> protocol
Address
The network address or the remote server.
| Format | Description |
|---|---|
| IPv4 host address | An IPv4 host address in dotted-quad notation. |
| IPv6 host address | An IPv6 host address. |
| Domain name | A domain or subdomain name containing letters, digits, hyphens (-), and periods (.). The domain name must start and end with a letter or digit. |
- Data type: string
- Configuration
- Required
CLI: (cli)> config service syslog remote <index> address
Port
The IP Port the remote server listens on.
- Data type: integer
- Default:
514 - Minimum: 1
- Maximum: 65535
- Configuration
- Required
CLI: (cli)> config service syslog remote <index> port
Minimum severity level
The minimum severity level to log.
All higher severity levels will also be logged.
| Option | Label |
|---|---|
debug | Debug |
info | Information |
notice | Notice |
warning | Warning |
error | Error |
critical | Critical |
alert | Alert |
emergency | Emergency |
- Data type: string select
- Default:
debug - Configuration
- Required
CLI: (cli)> config service syslog remote <index> level
