42 Commits
Author SHA1 Message Date
Matt Farina 25b222236e [stable/filebeat] deprecating chart (#24313)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 18:25:41 +01:00
Scott Rigby 503c30691e [stable/filebeat] add repo archive notice (#24108)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:25:56 -08:00
Shane Starcher 627168c9f4 upgrade for security fixes - in_cluster was removed as it is smartly … (#17876)
* 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>
2020-01-22 18:12:49 -08:00
Clint Moyer 624adce038 Add Filebeat config volume mount to init container (#17188)
Allow init container to load ES template using credentials provisioned
in the Filebeat config secret.

Signed-off-by: Clint Moyer <cmoyer@healthgrades.com>
2019-12-01 10:35:03 -08:00
Anton Gorkovenko 74053d9b06 Update api versions to support k8s 1.16 (#17645)
Signed-off-by: Anton Gorkovenko <gostom@gmail.com>
2019-10-03 19:59:56 -07:00
Mikhail Naletov 919346eee6 Fix image tag in README (#16797)
Signed-off-by: Mikhail Naletov <okgolove@markeloff.net>
2019-09-05 08:33:12 -07:00
Peter Rifel 9b00917068 [stable/filebeat] Use labels recommended by Helm (#15696)
See https://helm.sh/docs/chart_best_practices/#standard-labels

Since the DaemonSet's selector is immutable, this is breaking change and will require a deletion and recreation, hence the major version bump.

Signed-off-by: Peter Rifel <pgrifel@gmail.com>
2019-08-17 08:34:07 -07:00
Marc Sensenich 13b04f1b30 [stable/filebeat] Use data.hostPath in Pod Security Policy (#15974)
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
2019-08-15 14:30:35 -07:00
Paweł Kalemba 488499238f [stable/filebeat] Allow to add more secrets (#15044)
* 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>
2019-06-25 09:48:36 -07:00
Théo Mathieu 04facee450 [stable/filebeat] Support filebeat 7.0.1 (#13752)
* Support filebeat 7.0.1
Signed-off-by: Theo Mathieu <tmathieu.github@fastmail.com>

* put back filebeat.config.modules
Signed-off-by: Theo Mathieu <tmathieu.github@fastmail.com>

* bump chart major version
Signed-off-by: Theo Mathieu <tmathieu.github@fastmail.com>
2019-06-24 08:43:57 -07:00
bagratte e074159732 [stable/filebeat] make host path of data volume a variable (#13185)
Signed-off-by: Bagrat Lazaryan <bagratte@live.com>
2019-04-22 09:21:58 -07:00
Taehyun Kim 899647f7e1 [stable/filebeat] set default config empty (#12202)
* add overrideConfig

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>

* checksum for overrideConfig

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>

* use default function

Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
2019-04-08 17:33:03 -07:00
Clint Moyer 41ea7e7d99 [stable/filebeat] Move beat-exporter containerPort into context block (#12769)
* 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>
2019-04-05 09:59:21 -07:00
Mickaël Canévet 5a8b3e02e1 Allow to run filebeat pods as privileged (#8889)
Signed-off-by: Mickaël Canévet <mickael.canevet@camptocamp.com>
2019-04-01 05:16:33 -07:00
Carlos Tadeu Panato Junior 2fc288f1b2 bump filebeat to 6.7.0 (#12589)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2019-03-27 09:58:48 -07:00
Ismail Alidzhikov 0f50c5ff2b [stable/filebeat] Update filebeat to 6.6.2 (#12148)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-03-13 18:44:24 -07:00
Mathieu Herbert 250ea3856d [filebeat] fix filebeat exporter container port (#11862)
* fix filebeat exporter container port

Signed-off-by: Mathieu Herbert <mherbert@talend.com>

* bump chart version

Signed-off-by: Mathieu Herbert <mherbert@talend.com>
2019-03-01 07:40:37 -08:00
Artem Pastukhov 3efc7cd260 Add prometheus annotations for filebeat metrics service (#11646)
* Add prometheus annotations for filebeat metrics service

Signed-off-by: Artem Pastukhov <artem.pastukhov@gmail.com>

* Add condition for prometheus annotationd if monitorinfg enabled

Signed-off-by: Artem Pastukhov <artem.pastukhov@gmail.com>

* Bump docker image version

Signed-off-by: Artem Pastukhov <artem.pastukhov@gmail.com>

* Bump chart version

Signed-off-by: Artem Pastukhov <artem.pastukhov@gmail.com>

* Add condition for annotation if servicemonitor not enabled

Signed-off-by: Artem Pastukhov <artem.pastukhov@gmail.com>

* Fix some logic

Signed-off-by: Artem Pastukhov <artem.pastukhov@gmail.com>

* Add much more logic to define telemetry path and port

Signed-off-by: Artem Pastukhov <artem.pastukhov@gmail.com>
2019-02-27 08:18:39 -08:00
Ismail Alidzhikov 872c10b470 [stable/filebeat] Update filebeat to 6.6.1 (#11666)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-02-26 19:49:42 -08:00
Tom Riley b0298e4f35 Add optional support for configuring Prometheus scrape ServiceMonitor (#11451)
* 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>
2019-02-18 14:54:11 -08:00
Denis e4ea88e88e Add beat-exporter Prometheus metrics (#11408)
* Add beat-exporter Prometheus metrics from https://github.com/trustpilot/beat-exporter Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>

Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>

* fix DCO and bumped new version

Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>

* Remove blank lines

Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>

* add new line before EOF

Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>

* trailing spaces and newline at the end of file

Signed-off-by: Denis Lavrushko <po4tatyt@gmail.com>
2019-02-14 13:03:38 -08:00
Carlos Tadeu Panato Junior 606d08dfb1 bump filebeat to 6.6.0 (#11007)
Signed-off-by: cpanato <ctadeu@gmail.com>
2019-01-30 10:08:34 -08:00
David J. M. Karlsen 40f7580f5b upgrade to 6.5.4 (#10348)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2019-01-02 13:31:17 -08:00
Fabrizio Fortino a6ac1a79a4 [stable/filebeat] update to version 6.5.3 (#10085)
Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
2018-12-17 15:42:49 -08:00
Marc Sensenich e5ca17fce6 [stable/filebeat] Creation of a PodSecurityPolicy for Filebeat (#9151)
* 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>
2018-12-17 11:52:09 -08:00
Sonny Van 28aa5787f1 Bump filebeat to 6.5.1, add OWNERS file (#9591)
Signed-off-by: Sonny Van <sv@gatech.edu>
2018-11-28 15:57:12 -08:00
Sonny Van 941227e545 Update filebeat chart to use 6.4.3 docker image (#9164)
Signed-off-by: Sonny Van <sv@gatech.edu>
2018-11-10 10:12:24 -08:00
David J. M. Karlsen d9a7bb6519 upgrade filebeat to 6.4.2 (#8122)
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2018-10-02 12:08:43 -07:00
André Bauer c24adbd2c1 updated filebeat to version 6.4.1 (#7851)
Signed-off-by: André Bauer <andre.bauer@kiwigrid.com>
2018-09-20 23:54:17 -07:00
André Bauer b5f228ddb7 [stable/filebeat] raised filebeat version to 6.4.0 (#7676)
* 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>
2018-09-13 14:15:23 -07:00
Marc Sensenich 323f964912 [stable/filebeat] Allow for additional operator overrides (#7527)
* 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>
2018-09-05 08:54:48 -07:00
Marc Sensenich 438644569c [stable/filebeat] Allow for additional initContainers (#7401)
This will allow for the addition of user specified initContainers prior to
the running of Filebeat

Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
2018-09-04 09:03:59 -07:00
zhaowei7146 5b8933d4f5 [stable/filebeat ] Fix policy in the template and default values not consistent (#7517)
* 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>
2018-09-04 00:30:01 -07:00
André Bauer c720eeafa0 [stable/filebeat] only add resources to daemonset if value is set & update to 6.3.2 (#6817)
* only add resources to daemonset if value is set

* raised version to 6.3.2
2018-08-29 16:24:23 -07:00
Sergey Baranov bdb1004bae filebeat index template loading (#7035) 2018-08-07 08:08:10 -07:00
Ryan Luckie c5ebdb8367 [stable/filebeat] Add support for priorityClasses (#6838)
- add support for priorityClasses
2018-07-26 12:45:15 -07:00
André Bauer 0a64d8280f [stable/filebeat] added optional annotations to daemonset (#6751)
* added optional annotations to deamonset

* added configuration to readme
2018-07-25 09:01:55 -07:00
Ryan Luckie 6b15aac2af [stable/filebeat] filebeat fixes (#6332)
* 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)
2018-07-15 09:44:55 -07:00
KUOKA Yusuke f749d01b49 feat(filebeat): Add support for beat plugins (#5698)
* 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
2018-05-25 02:25:33 -07:00
Peter Rifel ecde925870 [stable/filebeat] Allow volumes, env vars, and http metrics to be configurable (#4372)
* [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
2018-03-29 15:32:03 -07:00
Shane Starcher fa18254696 Filebeat k8s fix (#4408)
* upgrade filebeat to 6.2.3 to prevent k8s metadata infinite loop

* fix filebeat /var/log and drop seperate prospectors configuration

* fix linting
2018-03-27 14:27:03 -07:00
Shane Starcher 2a0b0815da adding filebeat chart (#4133)
* adding filebeat chart

* filebeat - remove trailing spaces

* filebeat mounting host data directory for when pods terminate

* fixing service account template

* fixing indentiation of lists

* remove trailing space
2018-03-16 17:09:26 -07:00