From d933ec857d6016fab5a15b48d30ecfb1bf2585f5 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Fri, 12 Jan 2024 07:02:20 -0500 Subject: [PATCH] update removing-a-node.rst --- removing-a-node.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/removing-a-node.rst b/removing-a-node.rst index fa0cb941..d905dbe6 100644 --- a/removing-a-node.rst +++ b/removing-a-node.rst @@ -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.