From the blog post the example gets an error in Kibana that I can't figure out.
This sample:
PUT /_cluster/settings { "transient": { "xpack.security.audit.logfile.events.ignore_filters": { "single_policy": { "users": [ "_system", "_xpack_security" ] "indices": [ ".kibana" ] } } } }
Immediately gets this error that I can't seem to fix:
Any ideas?
Thanks
