From cb53591f1bd91aaee3ed610faf329bcd4fcd337a Mon Sep 17 00:00:00 2001 From: Or Ouziel Date: Sun, 31 May 2026 17:32:48 +0300 Subject: [PATCH] remove duplicate extraction error log to reduce alert noise --- .../server/domain/logs_extraction/logs_extraction_client.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/solutions/security/plugins/entity_store/server/domain/logs_extraction/logs_extraction_client.ts b/x-pack/solutions/security/plugins/entity_store/server/domain/logs_extraction/logs_extraction_client.ts index 165b36151180a..103ff21a8f0ca 100644 --- a/x-pack/solutions/security/plugins/entity_store/server/domain/logs_extraction/logs_extraction_client.ts +++ b/x-pack/solutions/security/plugins/entity_store/server/domain/logs_extraction/logs_extraction_client.ts @@ -846,8 +846,6 @@ export class LogsExtractionClient { } private async handleError(error: any, type: EntityType): Promise { - this.logger.error(error); - if ( SavedObjectsErrorHelpers.isNotFoundError(error) || error instanceof EntityStoreNotRunningError