Chris Gondolin Logstash Forwarder

  • By Chris Stratford
Channel Revision Published Runs on
latest/stable 6 18 Mar 2021
Ubuntu 14.04
latest/edge 6 18 Mar 2021
Ubuntu 14.04
juju deploy chris-gondolin-logstash-forwarder
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • application_name | string

    Default: logstash-forwarder

    Operating name of the charm

  • apt_repository | string

    An apt sources.list line for a repository containing the logstash-forwarder package

  • apt_repository_key | string

    GPG key for apt_repository

  • config_dir | string

    Default: /etc/logstash-forwarder

    Where to store logstash-forwarder config files

  • files | string

    A JSON-format hash, describing what paths to watch and their field type e.g. {"syslog": ["/var/log/syslog", "/var/log/*.log"], "apache": ["/var/log/apache2/*log"]}

  • package_name | string

    Default: logstash-forwarder_0.3.1.1_amd64.deb

    Filename of logstash-forwarder deb package. If this matches the name of a file in the files charm directory the package will be installed from there, otherwise it will try to install it from the repository provided by apt_repository.

  • server_port | int

    Default: 5043

    Logstash-indexer server port

  • servers | string

    Space seperated list of logstash-indexer servers

  • ssl_ca_cert | string

    Base64-encoded SSL CA certificate

  • ssl_cert | string

    Base64-encoded SSL certificate

  • ssl_key | string

    Base64-encoded SSL key

  • timeout | int

    Default: 15

    Network timeout in seconds