2c6d0b0cd2
To deny access to a fields users can name exceptions to field permissions with the following syntax: "fields": { "grant": [list of field names patterns], "except": [list of patterns that are forbidden] } See doc for the rules for this. This commit also reverts elastic/elasticsearch#2720 closes elastic/elasticsearch#2681 Original commit: elastic/x-pack-elasticsearch@d6537028ec |
||
---|---|---|
.. | ||
bin/x-pack | ||
config/x-pack | ||
src | ||
README.asciidoc | ||
TESTING.asciidoc | ||
test-signatures.txt |
README.asciidoc
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.