From 2188013e1a62c10ef7ba7d26d24e019b5a59ba1d Mon Sep 17 00:00:00 2001 From: Jatin Kathuria Date: Thu, 12 Dec 2024 13:53:21 +0100 Subject: [PATCH] [Security Solution] Disable O11y features in Security Serverless project (#203990) ## Summary Fixes - https://github.com/elastic/kibana/issues/202532 `Observability` feature `Inventory` should not appear in `Security` serverless project |Before|After| |--|--| |![image](https://github.com/user-attachments/assets/90c35b55-d217-4afe-a7f4-78324c4e62c4)|![image](https://github.com/user-attachments/assets/9c659fa8-1e23-4696-b4ee-27d9c61ffafc)| --- config/serverless.security.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/serverless.security.yml b/config/serverless.security.yml index b9190df608540..47a67c293565a 100644 --- a/config/serverless.security.yml +++ b/config/serverless.security.yml @@ -10,6 +10,7 @@ xpack.observabilityAIAssistant.enabled: false xpack.search.notebooks.enabled: false xpack.searchPlayground.enabled: false xpack.searchInferenceEndpoints.enabled: false +xpack.inventory.enabled: false ## Fine-tune the security solution feature privileges. Also, refer to `serverless.yml` for the project-agnostic overrides. xpack.features.overrides: