Documented options to disable xpack plugins in kibana not working as expected and cause container fail to start

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.

  1. machine learning
  2. maps
  3. 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

  1. xpack.ml.enabled: false
    FATAL Error: No validation schema has been defined for [xpack.ml]

  2. #xpack.maps.enabled: false
    FATAL Error: [config validation of [xpack.maps].enabled]: definition for this key is missing

  3. 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.

Hi @hakakuma

These are deprecated and removed in 8.X
xpack.actions.enabled: false
xpack.ml.enabled: false

Where did you see this?
xpack.maps.enabled
I can not find it. But found a post it was removed / deprecated as well as far as I understand

In 8.x You do this another way see Here

a) You Modify a Space and De-select those Items you do not want to show.
b) Assign User / Roles to that Space

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.