Skip to content

Commit 2188013

Browse files
authored
[Security Solution] Disable O11y features in Security Serverless project (elastic#203990)
## Summary Fixes - elastic#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)|
1 parent 43205c7 commit 2188013

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/serverless.security.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ xpack.observabilityAIAssistant.enabled: false
1010
xpack.search.notebooks.enabled: false
1111
xpack.searchPlayground.enabled: false
1212
xpack.searchInferenceEndpoints.enabled: false
13+
xpack.inventory.enabled: false
1314

1415
## Fine-tune the security solution feature privileges. Also, refer to `serverless.yml` for the project-agnostic overrides.
1516
xpack.features.overrides:

0 commit comments

Comments
 (0)