-
Notifications
You must be signed in to change notification settings - Fork 169
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
[Request][Fleet] Account for removal of default agent policy #1489
Comments
@juliaElastic Can you provide instructions / configuration for using the API or I wonder if it makes sense to have a specific section or doc page about automated setups and how to configure this end-to-end without needing to touch the UI. |
@joshdover updated with instructions |
@jen-huang Regarding this comment:
Nevermind...just tested and I see it is still valid. I will remove it from the example here tho. |
Hi @jen-huang
Further we will be going through more docs if found any other discrepancy. Thanks |
@amolnater-qasource Yes, the enrollment token section is expected. |
@jen-huang But I wonder...should the configuration details (expandable section) here also show |
@dedemorton Good point, it should. |
OK, I'll open a PR today. Thanks! |
Hi Team Thanks |
Description
Account for removal of default agent policy, as implemented in 8.1 via elastic/kibana#108456.
At minimum this page:
https://www.elastic.co/guide/en/fleet/current/install-fleet-managed-elastic-agent.html
Collaboration
Contact Person: @juliaElastic
Suggested Target Release
8.1
Stakeholders
Fleet UI team
Docs to update:
Update Self managed tab:
Installation steps:
Self-managed example, Docker compose example:
--env FLEET_SERVER_POLICY_ID=fleet-server-policy
parameterOption 1. Add agent policy with the API
sys_monitoring
: enables system integration on the policymonitoring_enabled
: enables elastic agent monitoringOption 2. Create agent policies with preconfiguration
Release Notes
Highlight the change that Default policy will not be available by default, and has to be created on UI/API or preconfiguration.
Highlight the change that for Self-managed, Default Fleet Server policy will not be available by default, and has to be created on UI/API or preconfiguration.
Elastic Cloud agent policy is not changed, will continue to be provided by default.
Add a link to the new doc page created above for creating agent policies.
The text was updated successfully, but these errors were encountered: