Skip to content

Commit

Permalink
[Security Solution] Disable O11y features in Security Serverless proj…
Browse files Browse the repository at this point in the history
…ect (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)|
  • Loading branch information
logeekal authored Dec 12, 2024
1 parent 43205c7 commit 2188013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/serverless.security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2188013

Please sign in to comment.