Skip to content

Instantly share code, notes, and snippets.

@Samirbous
Created October 29, 2025 16:32
Show Gist options
  • Save Samirbous/eff58c082accefcbe1f8d8f1122810ce to your computer and use it in GitHub Desktop.
Save Samirbous/eff58c082accefcbe1f8d8f1122810ce to your computer and use it in GitHub Desktop.
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-9.1.6-windows-x86_64.zip -OutFile elastic-agent-9.1.6-windows-x86_64.zip
Expand-Archive .\elastic-agent-9.1.6-windows-x86_64.zip -DestinationPath .
cd elastic-agent-9.1.6-windows-x86_64
.\elastic-agent.exe install --url=https://81d1f155a2ee46028fe8adf3893f3131.fleet.us-central1.gcp.cloud.es.io:443 --enrollment-token=ZVd1VzRKZ0IxM3p3OWlEalVZVmE6SE9OVVozU1BlaHRBUHYyVEV5X1NZUQ==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment