k3s/cluster/addons/fluentd-elasticsearch/es-image
Kubernetes Submit Queue d77610fc4d Merge pull request #36857 from Shrugs/fix/elasticsearch-template-mapping
Automatic merge from submit-queue

fix: elasticsearch template mapping to parse kubernetes.labels

**What this PR does / why we need it**:

This PR updates the field mappings for the elasticsearch template that ships with the EFK stack implementation.

Specifically, elasticsearch cannot parse the `kubernetes.labels` object because it attempts to treat it as a string and produces an error. This update treats `kubernetes.labels` as an object and all of the properties within as a string, allowing accurate indexing and allowing users in kibana to search on `kubernetes.labels.*`.

**Release note**:
```release-note
Fluentd/Elastisearch add-on: correctly parse and index kubernetes labels
```
2016-11-29 07:33:07 -08:00
..
config Update elasticsearch and kibana images 2016-10-16 16:01:38 +02:00
Dockerfile Elasticsearch data mount is chowned after container start 2016-11-21 13:33:49 +01:00
Makefile Merge pull request #34562 from Crassirostris/es-kibana-update 2016-10-17 03:04:33 -07:00
elasticsearch_logging_discovery.go Replace client with clientset in code 2016-10-23 22:00:35 +02:00
run.sh Elasticsearch data mount is chowned after container start 2016-11-21 13:33:49 +01:00
template-k8s-logstash.json fix: elasticsearch template mapping to parse kubernetes.labels 2016-10-28 16:29:34 -04:00