diff --git a/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json b/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json index b33416a9b087f..594373a71e188 100644 --- a/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json +++ b/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json @@ -4844,8 +4844,12 @@ "type": "array", "items": { "properties": { - "name": "keyword", - "count": "long" + "count": { + "type": "long" + }, + "name": { + "type": "keyword" + } } } } @@ -5000,8 +5004,12 @@ "type": "array", "items": { "properties": { - "name": "keyword", - "count": "long" + "count": { + "type": "long" + }, + "name": { + "type": "keyword" + } } } } @@ -5096,8 +5104,12 @@ "type": "array", "items": { "properties": { - "name": "keyword", - "count": "long" + "count": { + "type": "long" + }, + "name": { + "type": "keyword" + } } } } @@ -5192,8 +5204,12 @@ "type": "array", "items": { "properties": { - "name": "keyword", - "count": "long" + "count": { + "type": "long" + }, + "name": { + "type": "keyword" + } } } }