Hi,
I need to debug the connection from keycloak to kibana. For that I would like to see all the details about the requests. But when I enable the corresponding settings in kibana.yml:
searchguard.audit.enable_request_details: true
I have following error:
FATAL ValidationError: child "searchguard" fails because ["audit" is not allowed]
How can I enable the logging of incoming request details?
Thanks