update shield limitations around document level security
Original commit: elastic/x-pack-elasticsearch@4afbf69ce2
This commit is contained in:
parent
3abe6e02d6
commit
7e78f09a1d
|
@ -49,6 +49,13 @@ points to, regardless of the filter that the alias might hold. Keep this behavio
|
|||
administrative privileges to filtered index aliases. Read
|
||||
https://github.com/elasticsearch/elasticsearch/issues/2318[Elasticsearch issue #2318] to learn more about this limitation.
|
||||
|
||||
WARNING: A filtered index alias will not provide document-level security for the {ref}/search-suggesters.html[suggesters apis]
|
||||
as they do not take into account the filters placed on aliases.
|
||||
|
||||
WARNING: A filtered index alias will not provide document-level security when using a
|
||||
{ref}/search-aggregations-bucket-children-aggregation.html[Children Aggregation] as the filter from the alias is not used
|
||||
when computing the aggregation results.
|
||||
|
||||
[float]
|
||||
=== Queries and Filters
|
||||
|
||||
|
|
Loading…
Reference in New Issue