Containers Filebeat
- By Canonical Kubernetes
- Monitoring
Channel | Version | Revision | Published | Runs on |
---|---|---|---|---|
latest/stable | 20 | 20 | 18 Mar 2021 | |
latest/candidate | 20 | 20 | 18 Mar 2021 | |
latest/beta | 20 | 20 | 18 Mar 2021 | |
latest/edge | 20 | 20 | 18 Mar 2021 |
juju deploy containers-filebeat
You will need Juju 2.9 to be able to run this command. Learn how to upgrade to Juju 2.9.
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
exclude_files | string
Default: [".gz$"]
A list of regular expressions to match the files that you want Filebeat to ignore. https://www.elastic.co/guide/en/beats/filebeat/5.3/configuration-filebeat-options.html#exclude-files
-
exclude_lines | string
Default: []
A list of regular expressions to match the lines that you want Filebeat to exclude. https://www.elastic.co/guide/en/beats/filebeat/5.3/configuration-filebeat-options.html#exclude-lines
-
extra_packages | string
Space separated list of extra deb packages to install.
-
fields | string
Space seperated list of key:value that the prospector will assign as field to each beat
-
harvester_buffer_size | int
Default: 16384
Defines the buffer size every harvester uses when fetching the file
-
install_keys | string
Default: D88E42B4
repository key
-
install_sources | string
Default: deb http://packages.elastic.co/beats/apt stable main
apt repository to fetch beats from
-
kafka_hosts | string
A comma separated list of kafka output hosts in addition to those from relations.
-
kafka_topic | string
Default: %{[type]}
Topic name. Format strings are allowed. https://www.elastic.co/guide/en/beats/filebeat/master/kafka-output.html#_literal_topic_literal
-
kafka_topics | string
Expert setting topics filter. https://www.elastic.co/guide/en/beats/filebeat/master/kafka-output.html#_literal_topics_literal
-
kube_logs | boolean
Add a prospector to ship logs from Kubernetes pods
-
logging_to_syslog | boolean
Default: True
Send filebeat logs to syslog https://www.elastic.co/guide/en/beats/filebeat/master/configuration-logging.html#_literal_to_syslog_literal
-
logpath | string
Default: /var/log/*.log /var/log/*/*.log
Space separated log paths to monitor. Can contain wildcards.
-
logstash_hosts | string
A comma separated list of logstash output hosts in addition to those from relations.
-
logstash_ssl_cert | string
Public SSL certificate data (base64 encoded) for connecting securely to logstash.
-
logstash_ssl_key | string
Private SSL key data (base64 encoded) for connecting security to logstash.
-
max_bytes | int
Default: 10485760
Maximum number of bytes a single log event can have. Default 10MB
-
package_status | string
Default: install
The status of service-affecting packages will be set to this value in the dpkg database. Valid values are "install" and "hold".