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
130
130
131
131
.. code-block :: console
132
132
133
- curl http://<controller-ip>:9200/_cluster/settings
133
+ curl http://<controller-ip>:9200/_cluster/settings
134
134
135
135
For now, the easiest way to fix this is to turn allocation back on:
136
136
137
- .. code-block :: console
137
+ .. code-block :: console
138
138
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"}}}}}'
140
140
141
141
Security baseline
142
142
=================
You can’t perform that action at this time.
0 commit comments