mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8a4ad899e9
commit
04facee450
@@ -2,8 +2,8 @@ apiVersion: v1
|
||||
description: A Helm chart to collect Kubernetes logs with filebeat
|
||||
icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg
|
||||
name: filebeat
|
||||
version: 1.7.0
|
||||
appVersion: 6.7.0
|
||||
version: 2.0.0
|
||||
appVersion: 7.0.1
|
||||
home: https://www.elastic.co/products/beats/filebeat
|
||||
sources:
|
||||
- https://www.elastic.co/guide/en/beats/filebeat/current/index.html
|
||||
|
||||
@@ -28,12 +28,10 @@ The following table lists the configurable parameters of the filebeat chart and
|
||||
| `image.tag` | Docker image tag | `6.7.0` |
|
||||
| `image.pullPolicy` | Docker image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Specify image pull secrets | `nil` |
|
||||
| `config.filebeat.config.prospectors.path` | Mounted `filebeat-prospectors` configmap | `${path.config}/prospectors.d/*.yml` |
|
||||
| `config.filebeat.config.prospectors.reload.enabled` | Reload prospectors configs as they change | `false` |
|
||||
| `config.filebeat.config.modules.path` | | `${path.config}/modules.d/*.yml` |
|
||||
| `config.filebeat.config.modules.reload.enabled` | Reload module configs as they change | `false` |
|
||||
| `config.processors` | | `- add_cloud_metadata` |
|
||||
| `config.filebeat.prospectors` | | see values.yaml |
|
||||
| `config.filebeat.inputs` | | see values.yaml |
|
||||
| `config.output.file.path` | | `"/usr/share/filebeat/data"` |
|
||||
| `config.output.file.filename` | | `filebeat` |
|
||||
| `config.output.file.rotate_every_kb` | | `10000` |
|
||||
|
||||
@@ -1,15 +1,10 @@
|
||||
image:
|
||||
repository: docker.elastic.co/beats/filebeat-oss
|
||||
tag: 6.7.0
|
||||
tag: 7.0.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config:
|
||||
filebeat.config:
|
||||
prospectors:
|
||||
# Mounted `filebeat-prospectors` configmap:
|
||||
path: ${path.config}/prospectors.d/*.yml
|
||||
# Reload prospectors configs as they change:
|
||||
reload.enabled: false
|
||||
modules:
|
||||
path: ${path.config}/modules.d/*.yml
|
||||
# Reload module configs as they change:
|
||||
@@ -18,7 +13,7 @@ config:
|
||||
processors:
|
||||
- add_cloud_metadata:
|
||||
|
||||
filebeat.prospectors:
|
||||
filebeat.inputs:
|
||||
- type: log
|
||||
enabled: true
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user