OpenSearch/elasticsearch/x-pack
Britta Weber 2c6d0b0cd2 Add option to deny access to fields (elastic/elasticsearch#2879)
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
2016-09-13 16:38:58 +02:00
..
bin/x-pack Remove settings and system properties entanglement 2016-05-19 14:09:49 -04:00
graph/src Handle moving rest support 2016-08-15 22:41:43 -04:00
license-plugin Licensing: Parse start date in milliseconds as well 2016-09-13 09:57:29 +02:00
monitoring/src Explicitly shut down watcher after tests 2016-09-09 14:43:46 -04:00
security Add option to deny access to fields (elastic/elasticsearch#2879) 2016-09-13 16:38:58 +02:00
src security: allow the reserved realm to be disabled 2016-09-12 14:13:47 -04:00
watcher test: Remove WatcherBackwardsCompatibilityTests as it was specifically build for testing upgrade from 2.x to 5.x and to verify the scripts and template work/serialize as expected. On the master this is test is no longer relevant. 2016-09-13 09:49:53 +00:00
NOTICE.txt security: ssl by default on the transport layer 2016-04-29 12:50:07 -04:00
build.gradle [Monitoring] Use Low Level REST Client for HTTP Exporter 2016-09-05 15:16:03 -04:00