Hello, I have a proxy server and I want all outbound internet traffic (required by Elastic for updates such as Fleet, Agent updates, etc.) to go through this proxy. The documentation on this is somewhat unclear.
In the Kibana YAML file, I configured:
xpack.fleet.registryProxyUrl: ****
xpack.actions.proxyUrl: ****
After this change, I noticed that one of the agents received an update — so it seems to be working.
Is there any additional method to verify this, just to make sure nothing is missing? Also, I’d like to hear your opinion on this configuration.
Thank you very much.