Skip to content

Commit

Permalink
update removing-a-node.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Jan 12, 2024
1 parent a165e05 commit d933ec8
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions removing-a-node.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,26 @@ Removing a Node

There may come a time when you need to remove a node from your distributed deployment. To do this, you'll need to remove the node's configuration from a few different components.

Salt
----
Removing from Salt
------------------

You can remove a node from salt by going to :ref:`administration` --> Grid Members.
You can remove a node from :ref:`salt` by going to :ref:`administration` --> Grid Members.

.. image:: images/60_gridmembers.png
:target: _images/60_gridmembers.png

Find the Grid Member you would like to remove, click the REVIEW button, and then click the DELETE button.

SOC
---
Removing from SOC
-----------------

To remove the node from the SOC Grid page, make sure the node is powered off and then restart SOC:
To remove the node from the SOC :ref:`grid` page, make sure the node is powered off and then restart SOC:

::

sudo so-soc-restart

Removing from Fleet
-------------------

To remove the node from :ref:`elastic-fleet`, go to the Agents tab and find the node. Then click the checkbox to the left of the node. Click the ``Actions`` button and then click ``Unenroll 1 agent``. Select the ``Remove agent immediately`` option and then click the ``Unenroll agent`` button.

0 comments on commit d933ec8

Please sign in to comment.