-
Notifications
You must be signed in to change notification settings - Fork 166
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
Remove limitations topic from Fleet and Agent docs #947
Conversation
A documentation preview will be available soon: |
fe6cc55
to
3bd795e
Compare
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.
Looks good.
Both of these might fit into the prereq section on this page https://www.elastic.co/guide/en/fleet/current/elastic-agent-installation.html#install-fleet-managed-agent?
- In order to use Fleet, the Elastic Agents must have a direct network connection to Kibana and Elasticsearch. It is also possible to run the Elastic Agents in standalone mode in cases where a network connection is not available or not needed.
- "Fleet is currently only available to users with the superuser role. This role is necessary to create indices, install integration assets, and update Elastic Agent policies."
Agreed. I think the requirements have changed though. Agent connects to Fleet Server now and can use a proxy server (or will be able to do so after a bug is fixed). Also I can't remember if superuser role is still required for Fleet. I'll wait for @mostlyjason to confirm. |
@dedemorton looks good. I noticed it doesn't actually remove the limitations page, just adds a redirect. Is that intentional? Also, yes a superuser role is still required. |
@mostlyjason Yes, usually we set up a redirect when possible for moved or deleted pages to avoid 404s. If you think a redirect is confusing, I can remove it. Just let me know. |
we are pulling out support for Proxy for 7.14 - does that make any impact? we aren't sure it will be fixed in 7.14.1 or 7.15. And, about the 'direct connection' statment: |
I've added this to the install topic: In order to use Fleet, the Elastic Agents must have a direct network connection to Fleet Server and Elasticsearch. Do you think it also needs to be added to the getting started topics, or are the setup instructions clear enough? My concern is that the list of prereqs is getting quite long, and new users won't know what elastic agents and fleet server are until they run through the steps. |
I think that is great - and I agree with your thinking about pre-reqs |
Thanks for adding that to the install topic. Redirect should be fine. Can we publish this now? Side note: Another option is to mention the requirement for connectivity to Fleet and ES later in the getting started instructions, like when the user is setting up the agent? |
* Remove limitations topic * Add superuser role requirement * Mention that agents must have direct connection to fleet server and es
* Remove limitations topic * Add superuser role requirement * Mention that agents must have direct connection to fleet server and es
* Remove limitations topic * Add superuser role requirement * Mention that agents must have direct connection to fleet server and es
Closes #856
Removes limitations topic. All relevant info will be moved to the appropriate section in the docs.
TODO:
Open PRs in relevant repos to fix broken linksTODO (after merging):
NOTE: I have not added scaling guidelines to this PR. They should be part of the work Nima is doing on this issue: #523