-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add troubleshooting for agent that can't be unenrolled #903
Conversation
A documentation preview will be available soon.
Request a new doc build by commenting
If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick PR David!
[source,"shell"] | ||
---- | ||
POST kbn:/api/fleet/agents/bulk_unenroll | ||
{ "agents": ["<agent_id1>", "<agent-id2>], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a missing double quote on "<agent-id2>"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for catching that @criamico! It's fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
* Add troubleshooting for agent that can't be uninstalled * change title * Add missing quotation mark (cherry picked from commit fe54e95)
* Add troubleshooting for agent that can't be uninstalled * change title * Add missing quotation mark (cherry picked from commit fe54e95) Co-authored-by: David Kilfoyle <[email protected]>
This update the Fleet & Agent troubleshooting docs with a workaround for when an agent can't be unenrolled in Fleet because the agent policy has been deleted.
Closes: #897
See docs preview