We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5360cc commit 6c3960fCopy full SHA for 6c3960f
docs/reference/modules/scripting/security.asciidoc
@@ -35,6 +35,7 @@ possible for a sufficiently determined malicious user to write searches that
35
overwhelm the Elasticsearch cluster and bring it down. For example:
36
37
Good:
38
+
39
* Users type text into a search box and the text is sent directly to a
40
<<query-dsl-match-query>>, <<query-dsl-match-query-phrase>>,
41
<<query-dsl-simple-query-string-query>>, or any of the <<search-suggesters>>.
@@ -44,6 +45,7 @@ the application development process.
44
45
* User actions makes documents with a fixed structure.
46
47
Bad:
48
49
* Users can write arbitrary scripts, queries, `_search` requests.
50
* User actions make documents with structure defined by users.
51
0 commit comments