LDAP configuration causes elasticsearch to crash

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

indentation problem. The whole block should be aligned to “name”.

1 Like

Actually that was just a formatting error on my part with the website, It turns out the issue was version miss matching between nodes.

1 Like