You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sumo Logic has been using Java 8 for its Installed Collectors until now. However, with Java 8 reaching its end of public updates in January 2019, and with newer Java versions offering significant improvements in both performance and security, we are upgrading our Installed Collectors to Java 17. This upgrade will provide enhanced functionality, better security patches, and overall improved system efficiency.
10
+
11
+
If you're running a collector with your own custom JRE, ensure the JRE version is 17 or higher. If not, upgrade to Java 17 or a more recent version. [Learn more](/docs/send-data/collection/upgrade-collectors/#upgradecollectors-to-the-latest-build).
Copy file name to clipboardExpand all lines: docs/send-data/collection/upgrade-collectors.md
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ sidebar_label: Upgrade a Collector
5
5
description: When you upgrade a Collector, the upgrade file is automatically downloaded and executed from Sumo Logic. You can also download the latest Collector version and upgrade your installed Collector using operating system commands.
6
6
---
7
7
8
+
import useBaseUrl from '@docusaurus/useBaseUrl';
9
+
8
10
Deploying an upgrade to one or more collectors can be done through Sumo Logic. When you initiate a collector upgrade, the installed collector downloads the upgrade package directly from the Sumo Logic service. We recommend you follow our [best practices](#collector-upgrade-best-practices) when you upgrade your Collectors.
9
11
10
12
You can also downgrade a collector to a previous version, as described in this topic.
@@ -35,16 +37,27 @@ To install an upgrade on one or more collectors:
35
37
36
38
1.[**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic main menu select **Data Management**, and then under **Data Collection** select **Collection**. You can also click the **Go To...** menu at the top of the screen and select **Collection**. <br/>[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Collection**.
37
39
1. Click the **Upgrade Collectors** link.
38
-
1. Determine if you'd like to install the upgrade on individual collectors or on all collectors simultaneously. Then, choose one of the following:
39
-
* Click **Update** next to the name of a collector to install the upgrade just on that specific collector. This option can be used if a policy prevents you from upgrading every collector at the same time of day, or if you cannot deploy the upgrade all at once. Any collectors you choose not to upgrade will remain available in the upgrade dialog box so you can install the upgrade at a later time.
40
-
* If you can safely upgrade all collectors, click **Update All.**
41
-
:::note
42
-
We strongly advise you to validate collector upgrades on non-production hosts before upgrading production collectors.
The upgrade process begins immediately after you click **Update** or **Update All**; the file is automatically downloaded and installed. You'll be notified when the upgrade has completed successfully.
40
+
1. Determine your collector's JRE version and then choose one of the following:
41
+
-**If your collector is already on the latest JRE version**:
42
+
43
+
For collectors running on the latest JRE version, you have two ways to proceed with the upgrade:
44
+
-**Upgrade individual collectors**. Click **Upgrade** next to the name of a collector to install the upgrade just on that specific collector. This option can be used if a policy prevents you from upgrading every collector at the same time of day, or if you cannot deploy the upgrade all at once. Any collectors you choose not to upgrade will remain available in the upgrade dialog box so you can install the upgrade at a later time.
45
+
-**Upgrade all collectors at once**. If you can safely upgrade all collectors, click **Upgrade All.**
46
+
:::note
47
+
We strongly advise you to validate collector upgrades on non-production hosts before upgrading production collectors.
-**If your collector is on the deprecated JRE version**:
52
+
53
+
This section lists all collectors currently using a deprecated JRE version. To proceed with upgrading these collectors, you must first update their JRE to the latest version. Once that is done, you'll be able to upgrade the collectors themselves.
54
+
JRE upgrade options:
55
+
-**Upgrade individual collectors**. Click **Upgrade** next to the collector's name to update its JRE to the latest version.
56
+
-**Upgrade all collectors at once**. If you can safely upgrade all collectors, click **Upgrade All.**
57
+
58
+
After the JRE is upgraded, the collectors will automatically move to the list of collectors running the latest JRE. From there, you can proceed to upgrade the collector itself.
59
+
60
+
The upgrade process begins immediately after you click **Upgrade** or **Upgrade All**; the file is automatically downloaded and installed. You'll be notified when the upgrade has completed successfully.
48
61
49
62
Collectors that are offline or that have already been upgraded aren't eligible for upgrade and won't be included in the list of available collectors in the upgrade collectors dialog box.
Copy file name to clipboardExpand all lines: docs/send-data/installed-collectors/collector-installation-reference/binary-package-install-a-collector.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This procedure is for Collector version 19.137 and later. If you have Collecto
13
13
14
14
Before you begin:
15
15
16
-
* Install the version of JRE you want to use. The binary installation process does not include JRE installation. Download the JRE here: https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.htm
16
+
* Install the version of JRE you want to use. The binary installation process does not include JRE installation. Download the JRE here: https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/what-is-corretto-17.html
17
17
* Download the binary file from either of these locations:
Copy file name to clipboardExpand all lines: docs/send-data/installed-collectors/collector-installation-reference/download-collector-from-static-url.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Older versions of PowerShell might fail to download the installer executable wit
40
40
41
41
Each Sumo Logic deployment has URLs used to download Collector software. See how to determine which endpoint to use if you are unsure.
42
42
43
-
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.
43
+
The latest release of the Sumo Logic Collector targets the Java 17 runtime. Java runtime versions less than 17 are no longer supported as the Collector runtime, and Solaris is no longer supported. When you upgrade Collectors, JRE 17 or later is required. The Sumo Collector with a bundled JRE now ships with JRE 17, so in this case no action is required.
Copy file name to clipboardExpand all lines: docs/send-data/installed-collectors/linux.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,8 +148,8 @@ You can use the RPM or Debian package to install a Collector on a Linux 64-bit
148
148
149
149
### Using the binary package
150
150
151
-
1. Install the version of JRE you want to use from the following location. (The collector requires Java 8 or higher). The binary installation process does not include JRE installation. See the [downloads list](https://docs.aws.amazon.com/corretto/latest/corretto-8-ug/downloads-list.html).
152
-
1. Check the version of Java is 8 or higher:
151
+
1. Install the version of JRE you want to use from the following location. (The collector requires Java 17 or higher). The binary installation process does not include JRE installation. See the [downloads list](https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/what-is-corretto-17.html).
0 commit comments