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 compute container <key> log remote <index> enable

Protocol

The protocol accepted by the remote server.

OptionLabel
udpUDP
tcpTCP
  • Data type: string select
  • Default: udp
  • Configuration
  • Required

CLI: (cli)> config compute container <key> log remote <index> protocol

Address

The network address or the remote server.

FormatDescription
IPv4 host addressAn IPv4 host address in dotted-quad notation.
IPv6 host addressAn IPv6 host address.
Domain nameA 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 compute container <key> log 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 compute container <key> log remote <index> port