The agent.download.proxy_url
setting is ignored for Fleet managed agents while it works for standalone
#3560
Labels
agent.download.proxy_url
setting is ignored for Fleet managed agents while it works for standalone
#3560
Using a standalone agent if I set:
and then run:
sudo elastic-agent upgrade 8.10.1
I can see the agent attempting to download from that location unsuccessfully as expected on my local machine:
However if I do this from Fleet using the overrides API it does not work. Note that we plan to officially support doing this as described in elastic/kibana#162862
I add the override with:
I confirm the override was applied correctly in the agent policy locally:
If I then initiate an upgrade from Fleet it succeeds and the
proxy_url
setting is ignored.The text was updated successfully, but these errors were encountered: