Add support for Logstash' ephemeral_id (elastic/x-pack-elasticsearch#1697)

Logstash now has ephemeral id at the instance level and also at the
pipeline level, we need to add them to the logstash monitoring template.

Original commit: elastic/x-pack-elasticsearch@dfac702d59
This commit is contained in:
Pier-Hugues Pellerin 2017-06-16 11:08:08 -04:00 committed by GitHub
parent 02da8e7cd9
commit 76857d7bbe
1 changed files with 6 additions and 0 deletions

View File

@ -352,6 +352,9 @@
"http_address": {
"type": "keyword"
},
"ephemeral_id": {
"type": "keyword"
},
"version": {
"type": "keyword"
},
@ -369,6 +372,9 @@
"hash": {
"type": "keyword"
},
"ephemeral_id": {
"type": "keyword"
},
"workers": {
"type": "short"
},