-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Elastic Agent] Work todo for communication with new Fleet Server #23205
Comments
Pinging @elastic/ingest-management (Team:Ingest Management) |
@blakerouse I think the agent should know how to talk both to Kibana and Fleet Server if we want to provide the best migration path possible, there is two options here:
|
@nchaulet I think we can do that without Agent having to worry about which it is talking to. If we do the following we can remove the need to adjust Agent:
|
Pinging @elastic/agent (Team:Agent) |
Hi @EricDavisX Cloud you please provide Acceptance criteria for same to validate the ticket. Thanks |
@ph @blakerouse I will pass the request on to you! If you wish to cite AC we can test against along with notes on which parts are already covered in Unit or e2e tests that would be nice. |
@blakerouse I know we have discussed this together, wdyt if @michel-laterman take it over? |
Overview
Elastic Agent communication to the new elastic/fleet-server does require some changes to the Fleet gateway code. This is a minimal change that should allow Elastic Agent to communicate with either Kibana or a Fleet Server if done correctly.
Items to do
Why
Reduce the TLS load and cloud already support HTTP2, this should be simple addition and it should degrade easily.
The text was updated successfully, but these errors were encountered: