Skip to main content

Download a Collector from a Static URL

Use our static URLs to download the most recent version of a Collector. The version of the Collector will be updated each time there is a release or patch.

note

This document provides static URLs to download our Installed Collector agent. If you're looking for our OpenTelemetry distribution, go to our OpenTelemetry Collector for more details.

  1. Open a terminal window or command prompt, depending on your host type.

  2. Invoke a web request utility such as wget or Invoke-WebRequest. For example, if you're on a Linux 64-bit host, you can wget the Collector from the command line:

    wget "https://collectors.sumologic.com/rest/download/linux/64" -O SumoCollector.sh && chmod +x SumoCollector.sh

    Or, if you're using PowerShell on a 64-bit Windows host, you can use Invoke-WebRequest:

    # configure usage of TLS

    [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12'

    # download the installer

    Invoke-WebRequest 'https://collectors.sumologic.com/rest/download/win64' -outfile '<download_path>\SumoCollector.exe'

    Replace the <download_path> with the location where you want to download the Collector. For example, C:\user\download\sumouser\SumoCollector.exe.

info

Older versions of PowerShell might fail to download the installer executable with a message "Could not create SSL/TLS secure channel." In such cases it is recommended that you upgrade to the latest version of PowerShell or use an alternative utility, such as "grep," to perform the download.

URLs for each pod by host type

Each Sumo deployment has URLs used to download Collector software. See how to determine which endpoint to use if you are unsure.

The latest release of the Sumo Collector targets the Java 8 runtime. Java 6 and Java 7 are no longer supported as the Collector runtime, and Solaris is no longer supported. When you upgrade Collectors, JRE 8 or later is required. The Sumo Collector with a bundled JRE now ships with JRE 8, so in this case no action is required.

AU Collector download URLs

Choose one of the following:

CA Collector download URLs

Choose one of the following:

DE Collector download URLs

Choose one of the following:

EU Collector download URLs

Choose one of the following:

FED Collector download URLs

Choose one of the following:

IN Collector download URLs

Choose one of the following:

JP Collector download URLs

Choose one of the following:

US1 Collector download URLs

Choose one of the following:

US2 Collector download URLs

Choose one of the following:

Legal
Privacy Statement
Terms of Use

Copyright © 2023 by Sumo Logic, Inc.