Kibana plugin software, licensing and expiration

I downloaded the latest ROR for 7.8.1 today. I removed the old plugins and installed the new builds. It seems to be working okay for the most part.

I see now we have a problem with LDAP users when they try to log out. I receive the following error and I am not allowed to log out:

{“statusCode”:400,“error”:“Bad Request”,“message”:“[undefined] forbidden, with { due_to={ 0="OPERATION_NOT_ALLOWED" } } :: {"path":"/_readonlyrest/admin/audit/event","query":{},"body":"{\"audit_event_type\":\"logout\",\"audit_event_origin\":\"N/A\"}","statusCode":403,"response":"{\"error\":{\"root_cause\":[{\"reason\":\"forbidden\",\"due_to\":[\"OPERATION_NOT_ALLOWED\"]}],\"reason\":\"forbidden\",\"due_to\":[\"OPERATION_NOT_ALLOWED\"],\"status\":403}}"}”}

The LDAP users have access to just their indices:

- name: "Employee indices"
  ldap_auth:
    name: "ldap1"
    groups: ["ldap_employees"]
  indices: [".kibana*","employees*"]
  kibana_access: rw
  kibana_index: ".kibana_employees"
  kibana_hide_apps: ["readonlyrest_kbn", "timelion", "ml", "infra:home", "apm", "uptime", "siem", "monitoring", "kibana:management"]

Any idea how to fix this ?