Rsyslog

Channel Revision Published Runs on
latest/stable 19 28 Apr 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/candidate 19 22 Apr 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
latest/edge 20 23 Nov 2022
Ubuntu 20.04 Ubuntu 18.04 Ubuntu 16.04
juju deploy rsyslog
Show information

Platform:

Ubuntu
20.04 18.04 16.04
  • forward_host | string

    A host to forward all logs to.

  • forward_options | string

    Options to add to the forward config, currently only used by RELP

  • forward_port | string

    Default: 514

    The port on the forward_host to send logs to.

  • forward_protocol | string

    Default: tcp

    Transport protocol to use with the forward_host available options: udp, relp, tcp

  • forward_selector | string

    Default: *.*

    Syslog style selector to specify which logs to forward. For example '*.crit' or 'auth.*'

  • messages_rotate | int

    Default: 4

    Number of days to rotate /var/log/messages and other associated files

  • nagios_context | string

    Default: juju

    Used by the nrpe-external-master subordinate charm. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-rsyslog-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.

  • nagios_servicegroups | string

    A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup

  • nova_logs | boolean

    Have an individual log file for each compute node as well as an aggregated log that contains nova logs from all nodes

  • protocol | string

    Default: udp

    Transport protocol to use available options: udp, relp, tcp

  • syslog_rotate | int

    Default: 7

    Number of days to rotate /var/log/syslog file