From 6d8b840da9fc3201c111af0ee0b576cd0058601f Mon Sep 17 00:00:00 2001 From: Michael Dokolin Date: Tue, 7 Jan 2025 17:47:08 +0100 Subject: [PATCH] [8.x] [Core] [Telemetry] Update file references (#205603) (#205752) # Backport This will backport the following commits from `main` to `8.x`: - [[Core] [Telemetry] Update file references (#205603)](https://github.com/elastic/kibana/pull/205603) ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) Co-authored-by: Ahmad Bamieh --- x-pack/.telemetryrc.json | 8 +- .../schema/xpack_platform.json | 249 ------------------ 2 files changed, 4 insertions(+), 253 deletions(-) diff --git a/x-pack/.telemetryrc.json b/x-pack/.telemetryrc.json index cfa47ffe81da0..d380bcab90c75 100644 --- a/x-pack/.telemetryrc.json +++ b/x-pack/.telemetryrc.json @@ -2,9 +2,7 @@ { "output": "platform/plugins/private/telemetry_collection_xpack/schema/xpack_plugins.json", "root": "plugins/", - "exclude": [ - "platform/plugins/private/monitoring/server/telemetry_collection/" - ] + "exclude": [] }, { "output": "platform/plugins/private/telemetry_collection_xpack/schema/xpack_monitoring.json", @@ -14,7 +12,9 @@ { "output": "platform/plugins/private/telemetry_collection_xpack/schema/xpack_platform.json", "root": "platform/", - "exclude": [] + "exclude": [ + "platform/plugins/private/monitoring/server/telemetry_collection/" + ] }, { "output": "platform/plugins/private/telemetry_collection_xpack/schema/xpack_observability.json", diff --git a/x-pack/platform/plugins/private/telemetry_collection_xpack/schema/xpack_platform.json b/x-pack/platform/plugins/private/telemetry_collection_xpack/schema/xpack_platform.json index 4fd2a8578980c..81f8af679611a 100644 --- a/x-pack/platform/plugins/private/telemetry_collection_xpack/schema/xpack_platform.json +++ b/x-pack/platform/plugins/private/telemetry_collection_xpack/schema/xpack_platform.json @@ -5238,255 +5238,6 @@ } } }, - "monitoringTelemetry": { - "properties": { - "stats": { - "type": "array", - "items": { - "properties": { - "timestamp": { - "type": "date" - }, - "cluster_uuid": { - "type": "keyword" - }, - "cluster_name": { - "type": "keyword" - }, - "version": { - "type": "keyword" - }, - "cluster_stats": { - "properties": {} - }, - "stack_stats": { - "properties": { - "logstash": { - "properties": { - "versions": { - "type": "array", - "items": { - "properties": { - "version": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - } - }, - "count": { - "type": "long" - }, - "cluster_stats": { - "properties": { - "monitoringClusterUuid": { - "type": "keyword" - }, - "collection_types": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - } - } - }, - "queues": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - } - } - }, - "plugins": { - "type": "array", - "items": { - "properties": { - "name": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - } - }, - "pipelines": { - "properties": { - "count": { - "type": "long" - }, - "batch_size_max": { - "type": "long" - }, - "batch_size_avg": { - "type": "long" - }, - "batch_size_min": { - "type": "long" - }, - "batch_size_total": { - "type": "long" - }, - "workers_max": { - "type": "long" - }, - "workers_avg": { - "type": "long" - }, - "workers_min": { - "type": "long" - }, - "workers_total": { - "type": "long" - }, - "sources": { - "properties": { - "DYNAMIC_KEY": { - "type": "boolean" - } - } - } - } - } - } - } - } - }, - "beats": { - "properties": { - "versions": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - } - } - }, - "types": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - } - } - }, - "outputs": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - } - } - }, - "queue": { - "properties": { - "DYNAMIC_KEY": { - "type": "long" - } - } - }, - "count": { - "type": "long" - }, - "eventsPublished": { - "type": "long" - }, - "hosts": { - "type": "long" - }, - "input": { - "properties": { - "count": { - "type": "long" - }, - "names": { - "type": "array", - "items": { - "type": "keyword" - } - } - } - }, - "module": { - "properties": { - "count": { - "type": "long" - }, - "names": { - "type": "array", - "items": { - "type": "keyword" - } - } - } - }, - "architecture": { - "properties": { - "count": { - "type": "long" - }, - "architectures": { - "type": "array", - "items": { - "properties": { - "name": { - "type": "keyword" - }, - "architecture": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - } - } - } - }, - "heartbeat": { - "properties": { - "monitors": { - "type": "long" - }, - "endpoints": { - "type": "long" - }, - "DYNAMIC_KEY": { - "properties": { - "monitors": { - "type": "long" - }, - "endpoints": { - "type": "long" - } - } - } - } - }, - "functionbeat": { - "properties": { - "functions": { - "properties": { - "count": { - "type": "long" - } - } - } - } - } - } - } - } - }, - "collection": { - "type": "keyword" - }, - "collectionSource": { - "type": "keyword" - } - } - } - } - } - }, "reporting": { "properties": { "available": {