File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ Known issues
130130
131131 .. code-block :: console
132132
133- curl http://<controller-ip>:9200/_cluster/settings
133+ curl http://<controller-ip>:9200/_cluster/settings
134134
135135 For now, the easiest way to fix this is to turn allocation back on:
136136
137- .. code-block :: console
137+ .. code-block :: console
138138
139- curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
139+ curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
140140
141141 Security baseline
142142=================
You can’t perform that action at this time.
0 commit comments