i wanted to test document level security with evaluation mode = filter-level.
So i followed the documentation Document-level security - OpenSearch documentation and add following line to my opensearch.yml:
plugins.security.dls.mode: filter-level
After node restart i get following error:
java.lang.IllegalArgumentException: unknown setting [plugins.security.dls.mode] did you mean any of [plugins.security.disabled, plugins.security.audit.type, plugins.security.ssl_only, plugins.security.cert.oid]?
and why do you want to set the setting explicitly? as the documentation states it will always pick the proper mode based on whether your DLS contains a TLQ or not.