For some reason adding this to my configuration causes the elastic search instance connected to kibana to crash without fail
- name: Test
ldap_authentication:
name: "ldap1"
cache_ttl_in_sec: 60
ldap_authorization:
name: "ldap1"
groups: ["MyGroup"]
cache_ttl_in_sec: 60
indices: ["prefix*"]
kibana_access: ro
kibana_hide_apps: ["readonlyrest_kbn", "timelion", "kibana:dev_tools", "kibana:management"]
Commenting out the ldap_autorization blocks allows for the config to be saved, however having them in cuases the node to crash and requires a restart before I can try again in Kibana