File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ your application to Elasticsearch 1.0.
35
35
* The `cluster.routing.allocation` settings (`disable_allocation`,
36
36
`disable_new_allocation` and `disable_replica_location`) have been
37
37
<<modules-cluster,replaced by the single setting>>:
38
-
38
+ +
39
39
[source,yaml]
40
40
---------------
41
41
cluster.routing.allocation.enable: all|primaries|new_primaries|none
@@ -128,7 +128,7 @@ rules:
128
128
129
129
* The response format always has the index name, then the section, then the
130
130
element name, for instance:
131
-
131
+ +
132
132
[source,json]
133
133
---------------
134
134
{
@@ -282,7 +282,7 @@ use `1970` as the default.
282
282
283
283
* An index name (or pattern) is now required for destructive operations like
284
284
deleting indices:
285
-
285
+ +
286
286
[source,sh]
287
287
---------------
288
288
# v0.90 - delete all indices:
@@ -314,7 +314,7 @@ by disabling wildcard expansion on destructive actions.
314
314
315
315
* Settings, like `index.analysis.analyzer.default` are now returned as proper
316
316
nested JSON objects, which makes them easier to work with programatically:
317
-
317
+ +
318
318
[source,json]
319
319
---------------
320
320
{
You can’t perform that action at this time.
0 commit comments