From 9877464b3ac71dd0937326952a7dce494b3c5a4d Mon Sep 17 00:00:00 2001 From: clburn-elastic Date: Tue, 18 May 2021 13:32:16 +0100 Subject: [PATCH] Changing meta description to be more descriptive. --- x-pack/plugins/security_solution/server/usage/collector.ts | 2 +- .../telemetry_collection_xpack/schema/xpack_plugins.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/server/usage/collector.ts b/x-pack/plugins/security_solution/server/usage/collector.ts index b44050a03f2669..f27f6a76b0891a 100644 --- a/x-pack/plugins/security_solution/server/usage/collector.ts +++ b/x-pack/plugins/security_solution/server/usage/collector.ts @@ -218,7 +218,7 @@ export const registerCollector: RegisterCollector = ({ }, cases_count_total: { type: 'long', - _meta: { description: 'The number of total aggregate cases generated by a rule' }, + _meta: { description: 'The number of total cases generated by a rule' }, }, }, }, 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 e154b75af8da0e..f88034f70ddf4e 100644 --- a/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json +++ b/x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json @@ -4865,7 +4865,7 @@ "cases_count_total": { "type": "long", "_meta": { - "description": "The number of total aggregate cases generated by a rule" + "description": "The number of total cases generated by a rule" } } }