Skip to content

Commit 772e1c5

Browse files
PhaedrusTheGreekrjernst
authored andcommitted
Clarify default behavior of auto_create_index (#46134)
Be specific about the default behaviour of `action.auto_create_index` when a list is given.
1 parent 1e676ab commit 772e1c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/docs/index_.asciidoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ automatically. You can modify this setting to explicitly allow or block
138138
automatic creation of indices that match specified patterns, or set it to
139139
`false` to disable automatic index creation entirely. Specify a
140140
comma-separated list of patterns you want to allow, or prefix each pattern with
141-
`+` or `-` to indicate whether it should be allowed or blocked.
141+
`+` or `-` to indicate whether it should be allowed or blocked. When a list is
142+
specified, the default behaviour is to disallow.
142143

143144
[source,js]
144145
--------------------------------------------------

0 commit comments

Comments
 (0)