Browse Source

[Doc] Update security limit for search with DLS/FLS (#74725)

Shard level request cache is now generally supported after #70191
This PR updates the security limitation to state the effect.
Yang Wang 4 years ago
parent
commit
265f7833cc
1 changed files with 4 additions and 1 deletions
  1. 4 1
      x-pack/docs/en/security/limitations.asciidoc

+ 4 - 1
x-pack/docs/en/security/limitations.asciidoc

@@ -50,7 +50,10 @@ When a user's role enables document or <<field-level-security,field level securi
 * The user cannot perform write operations:
 ** The update API isn't supported.
 ** Update requests included in bulk requests aren't supported.
-* The request cache is disabled for search requests.
+* The request cache is disabled for search requests if either of the following are true:
+** The role query that defines document level security is <<templating-role-query,templated>>
+using a <<script-stored-scripts,stored script>>.
+** The target indices are a mix of local and remote indices.
 
 When a user's role enables <<document-level-security,document level security>> for a data stream or index: