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:
parent
02da8e7cd9
commit
76857d7bbe
|
@ -352,6 +352,9 @@
|
||||||
"http_address": {
|
"http_address": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
"ephemeral_id": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
@ -369,6 +372,9 @@
|
||||||
"hash": {
|
"hash": {
|
||||||
"type": "keyword"
|
"type": "keyword"
|
||||||
},
|
},
|
||||||
|
"ephemeral_id": {
|
||||||
|
"type": "keyword"
|
||||||
|
},
|
||||||
"workers": {
|
"workers": {
|
||||||
"type": "short"
|
"type": "short"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue