* upgrade for security fixes - in_cluster was removed as it is smartly determined now
Signed-off-by: Shane Starcher <shanestarcher@gmail.com>
* Update Chart.yaml
Signed-off-by: Shane Starcher <shanestarcher@gmail.com>
* add note for older versions of filebeat
Signed-off-by: Shane Starcher <shanestarcher@gmail.com>
Allow init container to load ES template using credentials provisioned
in the Filebeat config secret.
Signed-off-by: Clint Moyer <cmoyer@healthgrades.com>
* Allow to add more secrets
Allow to add an then mount secrets
For example certficates
Signed-off-by: Pawel Kalemba <pawel.kalemba@corp.ovh.com>
* Lint code ,add space as requested
Signed-off-by: Pawel Kalemba <pawel.kalemba@corp.ovh.com>
* Move beat-exporter containerPort into context block
Fixes#12768 where beat-exporter containerPort remains in
daemonset template when beat-exporter service is disabled.
Signed-off-by: Clint Moyer <contact@clintmoyer.com>
* Bump filebeat to version 1.5.2
Signed-off-by: Clint Moyer <contact@clintmoyer.com>
* fix filebeat exporter container port
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* bump chart version
Signed-off-by: Mathieu Herbert <mherbert@talend.com>
* Add optional support for configuring Prometheus scrape via Prometheus-Operator ServiceMonitor
Signed-off-by: thomasriley <twriley@outlook.com>
* Bump Chart version
Signed-off-by: thomasriley <twriley@outlook.com>
* Fix linting error
Signed-off-by: thomasriley <twriley@outlook.com>
* Make the namespace value optional and remove the unnecessary telemetryPath & interval options
Signed-off-by: thomasriley <twriley@outlook.com>
* Re-add interval and metrics path options but make them optional
Signed-off-by: thomasriley <twriley@outlook.com>
* Creation of a PodSecurityPolicy for Filebeat
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Add new variables to the filebeat README
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Reference correct chart in Filebeat README
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Fixed README to with correct field name for podSecurityPolicy.enabled
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* raised filebeat version to 6.4.0
Signed-off-by: André Bauer <monotek23@gmail.com>
* raised chart version
Signed-off-by: André Bauer <monotek23@gmail.com>
* Allow for specification of imagePullSecrets
Allow for the Filebeat chart users to specify imagePullSecrets
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Allow for Filebeat chart users to specify command and args
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Use a list of env vars to allow secret and configmap usage
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Use a list of env vars to allow secret and configmap usage
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Correct `.Values.args`
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Align ending if statement
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* Bump Filebeat chart to 1.0.0
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
This will allow for the addition of user specified initContainers prior to
the running of Filebeat
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
* The policy in the template needs to consistent with the default values.yaml to avoid confusion.
Signed-off-by: zhaowei7146 <zhaowei7146@fiberhome.com>
* The policy in the template needs to consistent with the default values.yaml to avoid confusion.
Signed-off-by: zhaowei7146 <zhaowei7146@fiberhome.com>
* Filebeat fixes
- remove opinionated tolerations
- use oss image
- bump image version to 6.3.0
- include `/var/log/messages` and `/var/log/syslog`
- fix indent in .Values.config
- bump chart version
- bump appVersion
* requested changes
* requested changes
- bump chart minor version
- bump filebeat image version to 6.3.1
* Requested changes
- update default `.Values.tolerations` to ensure filebeat pod is scheduled on every node (including masters)
* feat(filebeat): Add support for beat plugins
* Bump stable/filebeat to 0.2.1
* Add code comment in values.yaml about the new plugins config
* Update Chart.yaml
* [stable/filebeat] Remove trailing whitespace
* [stable/filebeat] Add checksum annotations to Daemonset
* [stable/filebeat] Add NODE_NAME environment variable
* [stable/filebeat] Allow env vars to be configurable
* [stable/filebeat] Support exposing http metrics
* [stable/filebeat] Support additional volumes
* [stable/filebeat] Bump chart version
* [stable/filebeat] Add a Chart home to pass linting test