You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/templates.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Index template is similar to index configuration and has the same fields like `s
37
37
To apply templates changes, you should run `fos:elastica:reset-templates` command:
38
38
39
39
* `--index` - index template name to reset. If no index template name specified than all templates will be reset
40
-
* `--force-delete` - will delete all indexes that match index templates patterns. Aware that pattern may match various indexes.
40
+
* `--force-delete` - will delete all indexes that match index templates patterns. Aware that pattern may match various indexes. Note that in order to use this feature in Elasticsearch 8+ you *MUST* set the configuration option `action.destructive_requires_name` to `false`.
41
41
42
42
You must run the following command to sync templates configuration on ES server with YAML configurations:
0 commit comments