Skip to main content

Download a Collector from a Static URL

To download the latest version of our Installed Collector agent, use our static URL as described below. Collector versions are updated each time there is a release or patch.

not for otel collectors

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

How to download

  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 $home\Desktop\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, we recommended upgrading to the latest version of PowerShell or use an alternative utility, such as "grep," to perform the download.

Download URLs for each pod by host type

Each Sumo Logic 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 Logic 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

Choose one of the following:

CA Collector

Choose one of the following:

DE Collector

Choose one of the following:

EU Collector

Choose one of the following:

FED Collector

Choose one of the following:

IN Collector

Choose one of the following:

JP Collector

Choose one of the following:

US1 Collector

Choose one of the following:

US2 Collector

Choose one of the following:

Download older versions

To download older version collectors, append ?version=19.XXX-X to the static URLs quoted above.

For example, if you want to download version 19.461-1 of our Windows 64 bit installed collector from our AU service, you'd use the URL: https://collectors.au.sumologic.com/rest/download/win64/?version=19.461-1.

Status
Legal
Privacy Statement
Terms of Use

Copyright © 2024 by Sumo Logic, Inc.