Skip to content

Commit

Permalink
Correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MoteHue committed Jan 16, 2024
1 parent a1500bb commit 0859d57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/operations/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ Known issues

.. code-block:: console
curl http://<controller-ip>:9200/_cluster/settings
curl http://<controller-ip>:9200/_cluster/settings
For now, the easiest way to fix this is to turn allocation back on:

.. code-block:: console
.. code-block:: console
curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
curl -X PUT http://<controller-ip>:9200/_cluster/settings -H 'Content-Type:application/json' -d '{"transient":{"cluster":{"routing":{"allocation":{"enable":"all"}}}}}'
Security baseline
=================
Expand Down

0 comments on commit 0859d57

Please sign in to comment.