fix: kubernetes configuration

This commit is contained in:
RouxAntoine 2022-04-28 14:22:43 +02:00
parent f1f597f0df
commit 1f9bd80ffe
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
2 changed files with 20 additions and 21 deletions

View File

@ -1,7 +1,7 @@
filebeat.config:
modules:
path: ${path.config}/modules.d/*.yml
reload.enabled: false
#filebeat.config:
# modules:
# path: ${path.config}/modules.d/*.yml
# reload.enabled: false
filebeat.autodiscover:
providers:

View File

@ -1,35 +1,34 @@
filebeat.config:
modules:
path: ${path.config}/modules.d/*.yml
reload.enabled: false
#filebeat.config:
# modules:
# path: ${path.config}/modules.d/*.yml
# reload.enabled: false
filebeat.autodiscover:
providers:
- type: kubernetes
node: '${NODE_NAME}'
hints.enabled: true
#templates:
# - config:
# - type: container
# paths:
# - /var/log/containers/*-${data.kubernetes.container.id}.log
# kubernetes pod annotation example
#annotations:
# co.elastic.logs.json-logging/json.keys_under_root: "true"
# co.elastic.logs.json-logging/json.add_error_key: "true"
# co.elastic.logs.json-logging/json.message_key: "message"
#
# annotations:
# co.elastic.logs.json-logging/json.keys_under_root: "true"
# co.elastic.logs.json-logging/json.add_error_key: "true"
# co.elastic.logs.json-logging/json.message_key: "message"
hints.default_config:
type: container
paths:
- /var/log/containers/*${data.kubernetes.container.id}.log
- /var/log/containers/*-${data.kubernetes.container.id}.log
processors:
- add_cloud_metadata: ~
- add_locale:
format: offset
- add_docker_metadata:
host: "unix:///var/run/docker.sock"
- add_kubernetes_metadata:
- add_host_metadata: ~
- decode_json_fields:
fields: ["message"]
target: "json"
overwrite_keys: true
setup:
kibana:
@ -51,7 +50,7 @@ output.elasticsearch:
ssl:
verification_mode: none
indices:
- index: "filebeat-%{[agent.version]}-%{[container.name]:common}-%{+yyyy.MM.dd}"
- index: "filebeat-%{[agent.version]}-%{[kubernetes.container.name]:common}-%{+yyyy.MM.dd}"
#logging.json: true