From efdfaf3bdccf399bb8c603da203955b4ab5d2fe5 Mon Sep 17 00:00:00 2001 From: Tiago Vila Verde Date: Thu, 19 Sep 2024 13:04:30 +0200 Subject: [PATCH 1/2] ensuring definitions are managed --- .../server/lib/entity_analytics/entity_store/definition.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x-pack/plugins/security_solution/server/lib/entity_analytics/entity_store/definition.ts b/x-pack/plugins/security_solution/server/lib/entity_analytics/entity_store/definition.ts index 32859b9841e7f7..14fc378922c675 100644 --- a/x-pack/plugins/security_solution/server/lib/entity_analytics/entity_store/definition.ts +++ b/x-pack/plugins/security_solution/server/lib/entity_analytics/entity_store/definition.ts @@ -30,6 +30,7 @@ export const HOST_ENTITY_DEFINITION: EntityDefinition = entityDefinitionSchema.p interval: '1m', }, version: '1.0.0', + managed: true, }); export const USER_ENTITY_DEFINITION: EntityDefinition = entityDefinitionSchema.parse({ @@ -53,4 +54,5 @@ export const USER_ENTITY_DEFINITION: EntityDefinition = entityDefinitionSchema.p interval: '1m', }, version: '1.0.0', + managed: true, }); From 90232a0bd60e0ddce3aed4389df027a842209b0a Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:00:37 +0000 Subject: [PATCH 2/2] [CI] Auto-commit changed files from 'yarn openapi:bundle' --- ...ity_solution_timeline_api_2023_10_31.bundled.schema.yaml | 6 +++--- ...ity_solution_timeline_api_2023_10_31.bundled.schema.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_timeline_api_2023_10_31.bundled.schema.yaml b/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_timeline_api_2023_10_31.bundled.schema.yaml index 36b20f661d3f0c..5d55fac18c4021 100644 --- a/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_timeline_api_2023_10_31.bundled.schema.yaml +++ b/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_timeline_api_2023_10_31.bundled.schema.yaml @@ -131,7 +131,7 @@ paths: type: string required: - note - description: 'The note to add or update, along with additional metadata.' + description: The note to add or update, along with additional metadata. required: true responses: '200': @@ -185,7 +185,7 @@ paths: required: - eventId - timelineId - description: 'The pinned event to add or update, along with additional metadata.' + description: The pinned event to add or update, along with additional metadata. required: true responses: '200': @@ -321,7 +321,7 @@ paths: - timelineId - version - timeline - description: 'The Timeline updates, along with the Timeline ID and version.' + description: The Timeline updates, along with the Timeline ID and version. required: true responses: '200': diff --git a/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_timeline_api_2023_10_31.bundled.schema.yaml b/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_timeline_api_2023_10_31.bundled.schema.yaml index 5c676bec03ef5f..d8536c1703ed72 100644 --- a/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_timeline_api_2023_10_31.bundled.schema.yaml +++ b/x-pack/plugins/security_solution/docs/openapi/serverless/security_solution_timeline_api_2023_10_31.bundled.schema.yaml @@ -131,7 +131,7 @@ paths: type: string required: - note - description: 'The note to add or update, along with additional metadata.' + description: The note to add or update, along with additional metadata. required: true responses: '200': @@ -185,7 +185,7 @@ paths: required: - eventId - timelineId - description: 'The pinned event to add or update, along with additional metadata.' + description: The pinned event to add or update, along with additional metadata. required: true responses: '200': @@ -321,7 +321,7 @@ paths: - timelineId - version - timeline - description: 'The Timeline updates, along with the Timeline ID and version.' + description: The Timeline updates, along with the Timeline ID and version. required: true responses: '200':