Skip to content

Commit 8fe8db0

Browse files
amee-sumoJV0812jpipkin1
authored
JAVA upgrade (#5828)
* JAVA upgrade * Update blog-collector/2025-09-30-installed.md Co-authored-by: Jagadisha V <[email protected]> * Update blog-collector/2025-09-30-installed.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * updates * Update 2025-09-30-installed.md * new commit * new commit * Update docs/send-data/installed-collectors/collector-installation-reference/download-collector-from-static-url.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * update release date --------- Co-authored-by: Jagadisha V <[email protected]> Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent dba5f10 commit 8fe8db0

File tree

6 files changed

+38
-14
lines changed

6 files changed

+38
-14
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Version 19.533-5 (Installed Collector)
3+
hide_table_of_contents: true
4+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
5+
---
6+
7+
import useBaseUrl from '@docusaurus/useBaseUrl';
8+
9+
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).

docs/send-data/collection/upgrade-collectors.md

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar_label: Upgrade a Collector
55
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.
66
---
77

8+
import useBaseUrl from '@docusaurus/useBaseUrl';
9+
810
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.
911

1012
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:
3537

3638
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**.
3739
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.
43-
:::
44-
45-
![Upgrade collectors](/img/collector/upgrade-collectors-1.png)
46-
47-
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.
48+
:::
49+
<img src={useBaseUrl('/img/send-data/upgrade-collectors.png')} alt="icon" />
50+
51+
- **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.
4861

4962
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.
5063

docs/send-data/installed-collectors/collector-installation-reference/binary-package-install-a-collector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This procedure is for Collector version 19.137 and later. If you have Collecto
1313

1414
Before you begin:
1515

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
1717
* Download the binary file from either of these locations:
1818

1919
* Binary package

docs/send-data/installed-collectors/collector-installation-reference/download-collector-from-static-url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Older versions of PowerShell might fail to download the installer executable wit
4040

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

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.
4444

4545
### AU Collector
4646

docs/send-data/installed-collectors/linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ You can use the RPM or Debian package to install a Collector on a Linux 64-bit
148148

149149
### Using the binary package
150150

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).
152+
1. Check the version of Java is 17 or higher:
153153
```bash
154154
java -version
155155
```
198 KB
Loading

0 commit comments

Comments
 (0)