We are trying kibana 8.9.0 container as a standalone server for the first time and we are trying to disable certain xpack packages using kibana.yml
We wanted to disable the below plugins and we are following elastic documentation but still they dont seem to work and fail.
- machine learning
- maps
- actions
we tried to disable them by adding below settings in kibana.yml and when we add them container fails to start with the error mentioned below
-
xpack.ml.enabled: false
FATAL Error: No validation schema has been defined for [xpack.ml] -
#xpack.maps.enabled: false
FATAL Error: [config validation of [xpack.maps].enabled]: definition for this key is missing -
xpack.actions.enabled: false
FATAL Error: [config validation of [xpack.actions].enabled]: definition for this key is missing
Are these configuration as documented in kibana documentation valid or they are no longer supported?
Kindly suggest.