k3s/cluster/addons/fluentd-elasticsearch
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
..
es-image Merge pull request #36857 from Shrugs/fix/elasticsearch-template-mapping 2016-11-29 07:33:07 -08:00
fluentd-es-image Bump fluentd-es image version 2016-11-22 12:03:46 +01:00
kibana-image Fixed startup script bug in kibana image 2016-11-09 16:35:34 +01:00
es-controller.yaml Update elasticsearch and kibana usage 2016-10-17 21:04:25 +02:00
es-service.yaml Move things into a 'kube-system' namespace. 2015-07-06 15:08:23 -07:00
kibana-controller.yaml Migrates addons from using ReplicationControllers to Deployments 2016-11-09 09:17:05 -08:00
kibana-service.yaml Move things into a 'kube-system' namespace. 2015-07-06 15:08:23 -07:00