Skip to content

Commit 8cb091e

Browse files
[DOCS] Tidied up asciidoc for migration page
1 parent 4126ae2 commit 8cb091e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/migration/migrate_1_0.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ your application to Elasticsearch 1.0.
3535
* The `cluster.routing.allocation` settings (`disable_allocation`,
3636
`disable_new_allocation` and `disable_replica_location`) have been
3737
<<modules-cluster,replaced by the single setting>>:
38-
38+
+
3939
[source,yaml]
4040
---------------
4141
cluster.routing.allocation.enable: all|primaries|new_primaries|none
@@ -128,7 +128,7 @@ rules:
128128

129129
* The response format always has the index name, then the section, then the
130130
element name, for instance:
131-
131+
+
132132
[source,json]
133133
---------------
134134
{
@@ -282,7 +282,7 @@ use `1970` as the default.
282282

283283
* An index name (or pattern) is now required for destructive operations like
284284
deleting indices:
285-
285+
+
286286
[source,sh]
287287
---------------
288288
# v0.90 - delete all indices:
@@ -314,7 +314,7 @@ by disabling wildcard expansion on destructive actions.
314314

315315
* Settings, like `index.analysis.analyzer.default` are now returned as proper
316316
nested JSON objects, which makes them easier to work with programatically:
317-
317+
+
318318
[source,json]
319319
---------------
320320
{

0 commit comments

Comments
 (0)