From b1b0368c7d083895713943e01cea4b867ef00995 Mon Sep 17 00:00:00 2001 From: pgayvallet Date: Tue, 24 Dec 2024 17:22:49 +0100 Subject: [PATCH] update telemetry mapping files --- .../schema/xpack_plugins.json | 133 ------------------ 1 file changed, 133 deletions(-) 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 096337308c5c9..eda98e107c716 100644 --- a/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json +++ b/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json @@ -12553,139 +12553,6 @@ } } }, - "fleet": { - "properties": { - "agents_enabled": { - "type": "boolean" - }, - "agents": { - "properties": { - "total_enrolled": { - "type": "long", - "_meta": { - "description": "The total number of enrolled agents, in any state" - } - }, - "healthy": { - "type": "long", - "_meta": { - "description": "The total number of enrolled agents in a healthy state" - } - }, - "unhealthy": { - "type": "long", - "_meta": { - "description": "The total number of enrolled agents in an unhealthy state" - } - }, - "updating": { - "type": "long", - "_meta": { - "description": "The total number of enrolled agents in an updating state" - } - }, - "offline": { - "type": "long", - "_meta": { - "description": "The total number of enrolled agents currently offline" - } - }, - "inactive": { - "type": "long", - "_meta": { - "description": "The total number of of enrolled agents currently inactive" - } - }, - "unenrolled": { - "type": "long", - "_meta": { - "description": "The total number of agents currently unenrolled" - } - }, - "total_all_statuses": { - "type": "long", - "_meta": { - "description": "The total number of agents in any state, both enrolled and inactive" - } - } - } - }, - "fleet_server": { - "properties": { - "total_enrolled": { - "type": "long", - "_meta": { - "description": "The total number of enrolled Fleet Server agents, in any state" - } - }, - "total_all_statuses": { - "type": "long", - "_meta": { - "description": "The total number of Fleet Server agents in any state, both enrolled and inactive." - } - }, - "healthy": { - "type": "long", - "_meta": { - "description": "The total number of enrolled Fleet Server agents in a healthy state." - } - }, - "unhealthy": { - "type": "long", - "_meta": { - "description": "The total number of enrolled Fleet Server agents in an unhealthy state" - } - }, - "updating": { - "type": "long", - "_meta": { - "description": "The total number of enrolled Fleet Server agents in an updating state" - } - }, - "offline": { - "type": "long", - "_meta": { - "description": "The total number of enrolled Fleet Server agents currently offline" - } - }, - "inactive": { - "type": "long", - "_meta": { - "description": "The total number of enrolled Fleet Server agents currently inactive" - } - }, - "unenrolled": { - "type": "long", - "_meta": { - "description": "The total number of unenrolled Fleet Server agents" - } - }, - "num_host_urls": { - "type": "long", - "_meta": { - "description": "The number of Fleet Server hosts configured in Fleet settings." - } - } - } - }, - "packages": { - "type": "array", - "items": { - "properties": { - "name": { - "type": "keyword" - }, - "version": { - "type": "keyword" - }, - "enabled": { - "type": "boolean" - } - } - } - } - } - }, "infraops": { "properties": { "last_24_hours": {