From 76857d7bbe72b6f4ed7e0b37bb0b4b4801a5c644 Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Fri, 16 Jun 2017 11:08:08 -0400 Subject: [PATCH] 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@dfac702d5937938dbeb9f01b186bd15ce6682e63 --- plugin/src/main/resources/monitoring-logstash.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugin/src/main/resources/monitoring-logstash.json b/plugin/src/main/resources/monitoring-logstash.json index d08c06988a7..f450a019461 100644 --- a/plugin/src/main/resources/monitoring-logstash.json +++ b/plugin/src/main/resources/monitoring-logstash.json @@ -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" },