We've gotten a few requests from users of Elastic Agent to add support for proxy URLs in the output. Apparently, a user tried adding the proxy_url setting in the YAML output settings in Fleet settings but it did not work.
This could have the same behavior as proxy_url in Filebeat. This could initially be done in the YAML configuration because this is an advanced setting. We could add UI support later.
Elastic Agent should also be able to communicate with Fleet Server through a proxy. This allows Fleet Server to run in a central location, while Elastic Agent is running on the edge behind a proxy.
As an Elastic Agent user, I want the ability to:
Non-goals (deferred to later):
- Set a proxy for Fleet Server to communicate with Elasticsearch
We've gotten a few requests from users of Elastic Agent to add support for proxy URLs in the output. Apparently, a user tried adding the
proxy_urlsetting in the YAML output settings in Fleet settings but it did not work.This could have the same behavior as
proxy_urlin Filebeat. This could initially be done in the YAML configuration because this is an advanced setting. We could add UI support later.Elastic Agent should also be able to communicate with Fleet Server through a proxy. This allows Fleet Server to run in a central location, while Elastic Agent is running on the edge behind a proxy.
As an Elastic Agent user, I want the ability to:
Non-goals (deferred to later):