AuthC for Kibana but not for ES

I'd like to authenticate users for Kibana against AD, but not for ES (because its used for ingest).
Is this possible?
Having to set the xpack settings in elasticsearch.yml seems counter-intuitive if this is supported.

Kibana uses Elasticsearch for its security enforcement - your Kibana users have privileges to ES data.
You cannot have authentication in Kibana without enabling it in Elasticsearch.

You might be able to patch something together using anonymous access in Elasticsearch, but I wouldn't recommend it.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.