Download Windows Agent from source artifacts.elastic.co

Hi,
I'm trying to install the Fleet Server and Windows Agent. Here is text I paste :

$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-8.11.0-windows-x86_64.zip -OutFile elastic-agent-8.11.0-windows-x86_64.zip
Expand-Archive .\elastic-agent-8.11.0-windows-x86_64.zip -DestinationPath .
cd elastic-agent-8.11.0-windows-x86_64
.\elastic-agent.exe install --url=https://myserver.org:8220 --enrollment-token=UXZZX09vd0JmMGJmd2NsTGY0QXU6WGdHTURVYk9TT1dFNk1DSkdaLUttZw==

It seems that the source location of the Windows Agent is not available. Someone can confirm please ?

Have a nice day everyone :slight_smile:

Hi @Tybe_sacha, thanks for creating this issue.
The binaries were indeed removed due to this known memory leak issue: [metricbeat] memory leak 10GB RAM usage and crash, urgent solution needed · Issue #37142 · elastic/beats · GitHub
Removing them will avoid any user to download a binary that will eventually tear down their windows host.
You will be able to download the new 8.11.2 release in the next few days.

1 Like

Hi Julien_Lind,

Thanks for your reply.

As I'm kinda new here, where can I find the infos/news about release, update etc. please ? :smiley:

Have a great day

Hi @Tybe_sacha,

New releases are announced using the release notes page of each product. Here is the fleet one - Release notes | Fleet and Elastic Agent Guide [8.11] | Elastic

Future release dates are not disclosed but be aware that 8.11.2 should be out before the end of the week.

Hi,

Okay thank you. I'll close my post whenever the release is out so :smiley:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.