Enable kubernetes_metadata by default for ELK stack

This commit is contained in:
kayrus 2017-01-11 10:07:03 +01:00
parent ba611194f7
commit 8435d19982
2 changed files with 4 additions and 5 deletions

View File

@ -16,7 +16,7 @@
PREFIX = gcr.io/google_containers
IMAGE = fluentd-elasticsearch
TAG = 1.20
TAG = 1.21
build:
docker build --pull -t $(PREFIX)/$(IMAGE):$(TAG) .

View File

@ -279,10 +279,9 @@
tag cluster-autoscaler
</source>
# Uncomment in a case of daemon-set usage
#<filter kubernetes.**>
# type kubernetes_metadata
#</filter>
<filter kubernetes.**>
type kubernetes_metadata
</filter>
<match **>
type elasticsearch