From 638d769dd4069f8bc341572388b5007f865259db Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:40:28 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/telemetry_check' --- .../schema/xpack_observability.json | 166 ++++++++++++++++++ .../schema/xpack_plugins.json | 166 ------------------ 2 files changed, 166 insertions(+), 166 deletions(-) diff --git a/x-pack/plugins/telemetry_collection_xpack/schema/xpack_observability.json b/x-pack/plugins/telemetry_collection_xpack/schema/xpack_observability.json index 4b60ca1da8d6b..c15efd254265c 100644 --- a/x-pack/plugins/telemetry_collection_xpack/schema/xpack_observability.json +++ b/x-pack/plugins/telemetry_collection_xpack/schema/xpack_observability.json @@ -1,5 +1,29 @@ { "properties": { + "infraops": { + "properties": { + "last_24_hours": { + "properties": { + "hits": { + "properties": { + "infraops_hosts": { + "type": "long" + }, + "infraops_docker": { + "type": "long" + }, + "infraops_kubernetes": { + "type": "long" + }, + "logs": { + "type": "long" + } + } + } + } + } + } + }, "investigation": { "properties": { "investigation": { @@ -132,6 +156,148 @@ } } }, + "logs_data": { + "properties": { + "data": { + "type": "array", + "items": { + "properties": { + "pattern_name": { + "type": "keyword", + "_meta": { + "description": "Logs pattern name representing the stream of logs" + } + }, + "shipper": { + "type": "keyword", + "_meta": { + "description": "Shipper if present, sending the logs" + } + }, + "doc_count": { + "type": "long", + "_meta": { + "description": "Total number of documents in the steam of logs" + } + }, + "structure_level": { + "properties": { + "0": { + "type": "long", + "_meta": { + "description": "Total docs at structure level 0" + } + }, + "1": { + "type": "long", + "_meta": { + "description": "Total docs at structure level 1" + } + }, + "2": { + "type": "long", + "_meta": { + "description": "Total docs at structure level 2" + } + }, + "3": { + "type": "long", + "_meta": { + "description": "Total docs at structure level 3" + } + }, + "4": { + "type": "long", + "_meta": { + "description": "Total docs at structure level 4" + } + }, + "5": { + "type": "long", + "_meta": { + "description": "Total docs at structure level 5" + } + }, + "6": { + "type": "long", + "_meta": { + "description": "Total docs at structure level 6" + } + } + } + }, + "failure_store_doc_count": { + "type": "long", + "_meta": { + "description": "Total number of documents in the failure store in the stream of logs" + } + }, + "index_count": { + "type": "long", + "_meta": { + "description": "Total number of indices in the stream of logs" + } + }, + "namespace_count": { + "type": "long", + "_meta": { + "description": "Total number of namespaces in the stream of logs" + } + }, + "field_count": { + "type": "long", + "_meta": { + "description": "Total number of fields in mappings of indices of the stream of logs" + } + }, + "field_existence": { + "properties": { + "DYNAMIC_KEY": { + "type": "long", + "_meta": { + "description": "Count of documents having the field represented by the key" + } + } + } + }, + "size_in_bytes": { + "type": "long", + "_meta": { + "description": "Total size in bytes of the stream of logs" + } + }, + "managed_by": { + "type": "array", + "items": { + "type": "keyword", + "_meta": { + "description": "Value captured in _meta.managed_by" + } + } + }, + "package_name": { + "type": "array", + "items": { + "type": "keyword", + "_meta": { + "description": "Value captured in _meta.package.name" + } + } + }, + "beat": { + "type": "array", + "items": { + "type": "keyword", + "_meta": { + "description": "Value captured in _meta.beat.name" + } + } + } + } + } + } + } + }, "slo": { "properties": { "slo": { 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 8fbb9fe771337..c7459b89c632b 100644 --- a/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json +++ b/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json @@ -12907,30 +12907,6 @@ } } }, - "infraops": { - "properties": { - "last_24_hours": { - "properties": { - "hits": { - "properties": { - "infraops_hosts": { - "type": "long" - }, - "infraops_docker": { - "type": "long" - }, - "infraops_kubernetes": { - "type": "long" - }, - "logs": { - "type": "long" - } - } - } - } - } - } - }, "kibana_settings": { "properties": { "xpack": { @@ -12942,148 +12918,6 @@ } } }, - "logs_data": { - "properties": { - "data": { - "type": "array", - "items": { - "properties": { - "pattern_name": { - "type": "keyword", - "_meta": { - "description": "Logs pattern name representing the stream of logs" - } - }, - "shipper": { - "type": "keyword", - "_meta": { - "description": "Shipper if present, sending the logs" - } - }, - "doc_count": { - "type": "long", - "_meta": { - "description": "Total number of documents in the steam of logs" - } - }, - "structure_level": { - "properties": { - "0": { - "type": "long", - "_meta": { - "description": "Total docs at structure level 0" - } - }, - "1": { - "type": "long", - "_meta": { - "description": "Total docs at structure level 1" - } - }, - "2": { - "type": "long", - "_meta": { - "description": "Total docs at structure level 2" - } - }, - "3": { - "type": "long", - "_meta": { - "description": "Total docs at structure level 3" - } - }, - "4": { - "type": "long", - "_meta": { - "description": "Total docs at structure level 4" - } - }, - "5": { - "type": "long", - "_meta": { - "description": "Total docs at structure level 5" - } - }, - "6": { - "type": "long", - "_meta": { - "description": "Total docs at structure level 6" - } - } - } - }, - "failure_store_doc_count": { - "type": "long", - "_meta": { - "description": "Total number of documents in the failure store in the stream of logs" - } - }, - "index_count": { - "type": "long", - "_meta": { - "description": "Total number of indices in the stream of logs" - } - }, - "namespace_count": { - "type": "long", - "_meta": { - "description": "Total number of namespaces in the stream of logs" - } - }, - "field_count": { - "type": "long", - "_meta": { - "description": "Total number of fields in mappings of indices of the stream of logs" - } - }, - "field_existence": { - "properties": { - "DYNAMIC_KEY": { - "type": "long", - "_meta": { - "description": "Count of documents having the field represented by the key" - } - } - } - }, - "size_in_bytes": { - "type": "long", - "_meta": { - "description": "Total size in bytes of the stream of logs" - } - }, - "managed_by": { - "type": "array", - "items": { - "type": "keyword", - "_meta": { - "description": "Value captured in _meta.managed_by" - } - } - }, - "package_name": { - "type": "array", - "items": { - "type": "keyword", - "_meta": { - "description": "Value captured in _meta.package.name" - } - } - }, - "beat": { - "type": "array", - "items": { - "type": "keyword", - "_meta": { - "description": "Value captured in _meta.beat.name" - } - } - } - } - } - } - } - }, "maps": { "properties": { "mapsTotalCount": {