Wrong example file in the plugin

The sg_frontend_multi_tenancy.yml given as an example in /usr/share/elasticsearch/plugins/search-guard-flx/sgconfig/sg_frontend_multi_tenancy.yml is wrong.

It’s:

default:
  enabled: true
  index: .kibana
  server_user: kibanaserver

But it should be:

enabled: true
index: .kibana
server_user: kibanaserver

Hi @fbacchella

Could you please describe in more detail why it is wrong?

All the 3 entries are top-level, not children of default.

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

Thank you for the report. Fixed at Corrected file structure (!558) · Merge requests · search-guard / Search Guard Suite Enterprise · GitLab