[Logs Essentials] Disable AIOPS features and capabilities (#225014)

## 📓 Summary

Given the setting introduced in [#221286 [ML] AIOps: Adds ability to
disable AIOps features in
Kibana](https://github.com/elastic/kibana/pull/221286), this adds the
expected configuration value to disable all the AIOPS features for
`logs_essentials` projects.
This commit is contained in:
Marco Antonio Ghiani 2025-06-24 12:21:20 +02:00 committed by GitHub
parent 6b5f805488
commit 4ebc54bbb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,3 +4,4 @@
xpack.infra.enabled: false
xpack.slo.enabled: false
xpack.observabilityAIAssistant.enabled: false
xpack.aiops.ui.enabled: false