mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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|
|--|--|
||
This commit is contained in:
parent
43205c712c
commit
2188013e1a
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue