-
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
Document the Fleet and Elastic Agent architecture #127
Comments
We should also explain Fleet management. I took this from something that @mostlyjason wrote, so there are more details here than we should expose externally. Putting the info here so we don't lose track. There are two types of agent management in Fleet: Infrastructure For additional context, the agent also has some capability restrictions like the input allowlist that allows operators to restrict what can run on their platform. It can only be set on the filesystem and cannot be managed by Fleet. These are essential to implement restrictions for the Elastic Cloud use case because we can restrict access to the filesystem to prevent changes. Agent policy |
While looking over enablement content from @mostlyjason, I suggested to add these points about Fleet which might be pertinent here too:
|
@ollyhowell I'm working on a topic about Fleet Management to glue the sections of the reorganized Fleet/Agent Guide together. I think it makes sense for me to talk about the two types of management (infrastructure and policy) in the section that I'm working on right now, so I don't think you need to cover it in the overview. Next week, take a look at what I've written, and you can decide. |
Looking at the 7.16 docs, there are some pretty glaring inaccuracies on the overview page right now (for example, integrations are no longer part of Fleet): https://www.elastic.co/guide/en/fleet/master/fleet-overview.html I’m tempted to do a quick PR to fix the inaccuracies and repetition, but I don't want to duplicate effort. @ollyhowell WDYT? Should I spruce up the existing overview now? I'm not sure how much you plan to touch it with the content you're writing. EDITED: I've created an issue here that describes problems with the overview: elastic/observability-docs#1269 |
Closing because this issue is quite old and the details are probably stale. If this work is still required, please open a new issue. |
Need to add a topic with a diagram that shows:
how all the components of the Fleet architecture work together (Fleet, Fleet Server, Elastic Agent, Integration packages, Kibana, Elasticsearch, etc)
how data flows through the system and is processed.
security and comms (see [DOCS]: Add security and comms info to Ingest Manager doc observability-docs#127) - the info will be in the FAQ for 7.10, but should be more visible when we go GA.
The text was updated successfully, but these errors were encountered: