From 52e040eb659e2c6d020ebbb31dfbe5f2cd842fbe Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:58:19 +0530 Subject: [PATCH 1/3] Collector 19.516-1 Release Notes --- blog-collector/2024-11-26.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 blog-collector/2024-11-26.md diff --git a/blog-collector/2024-11-26.md b/blog-collector/2024-11-26.md new file mode 100644 index 0000000000..d47935c3a8 --- /dev/null +++ b/blog-collector/2024-11-26.md @@ -0,0 +1,25 @@ +--- +title: Version 19.516-1 +hide_table_of_contents: true +image: https://help.sumologic.com/img/sumo-square.png +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + +icon + +In this release, we've enhanced the security and stability of the Collector with added support for security patches. + +### Security Fixes + +- Upgraded `Tanuki version` to version 3.5.60 to fix the collector intermittently crashing issue. +- Upgraded collector JRE to **Amazon Corretto Version 8.432.06.1**. + +### Troubleshooting + +When upgrading this collector version, collector running as non-root user (run as mode) or on a Mac operating system cannot be upgraded through the API/Web UI. To resolve these issue, follow the respective steps below: + - **Collector running as non-root user.** An error message will be displayed indicating that the upgrade is not possible. The upgrade must be performed manually on your machine. Refer to the [Upgrade Collectors in Sumo Logic](/docs/send-data/collection/upgrade-collectors/#upgrade-collectors-using-the-command-line) to upgrade the collector manually. + - **Collector running on Mac.** The process will stop while upgrading, and the collector will need to be restarted manually on your machine. Use the below code to manually restart. + ``` + sudo ./collector start + ``` From 1c40c9be9eba527c52afdf1f8543e9d6cd6212d4 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:10:37 +0530 Subject: [PATCH 2/3] minor fixes --- blog-collector/2024-11-26.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/blog-collector/2024-11-26.md b/blog-collector/2024-11-26.md index d47935c3a8..f1707467a4 100644 --- a/blog-collector/2024-11-26.md +++ b/blog-collector/2024-11-26.md @@ -9,17 +9,17 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; icon In this release, we've enhanced the security and stability of the Collector with added support for security patches. - + ### Security Fixes - + - Upgraded `Tanuki version` to version 3.5.60 to fix the collector intermittently crashing issue. - Upgraded collector JRE to **Amazon Corretto Version 8.432.06.1**. - + ### Troubleshooting - -When upgrading this collector version, collector running as non-root user (run as mode) or on a Mac operating system cannot be upgraded through the API/Web UI. To resolve these issue, follow the respective steps below: - - **Collector running as non-root user.** An error message will be displayed indicating that the upgrade is not possible. The upgrade must be performed manually on your machine. Refer to the [Upgrade Collectors in Sumo Logic](/docs/send-data/collection/upgrade-collectors/#upgrade-collectors-using-the-command-line) to upgrade the collector manually. - - **Collector running on Mac.** The process will stop while upgrading, and the collector will need to be restarted manually on your machine. Use the below code to manually restart. + +When upgrading this collector version, the collector running as a non-root user (run as mode) or on a Mac operating system cannot be upgraded through the API/Web UI. To resolve these issue, follow the respective steps below: + - **Collector running as a non-root user.** An error message will be displayed indicating that the upgrade is not possible. The upgrade must be performed manually on your machine. Refer to the [Upgrade Collectors in Sumo Logic](/docs/send-data/collection/upgrade-collectors/#upgrade-collectors-using-the-command-line) to upgrade the collector manually. + - **Collector running on Mac.** The process will stop while upgrading, and the collector will need to be restarted manually on your machine. Use the code below to restart manually. ``` sudo ./collector start ``` From c1b1340add258cf78430d2fcd67cccb7365aabbd Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:49:25 +0530 Subject: [PATCH 3/3] Update blog-collector/2024-11-26.md Co-authored-by: John Pipkin (Sumo Logic) --- blog-collector/2024-11-26.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-collector/2024-11-26.md b/blog-collector/2024-11-26.md index f1707467a4..5c057db5e5 100644 --- a/blog-collector/2024-11-26.md +++ b/blog-collector/2024-11-26.md @@ -18,7 +18,7 @@ In this release, we've enhanced the security and stability of the Collector with ### Troubleshooting When upgrading this collector version, the collector running as a non-root user (run as mode) or on a Mac operating system cannot be upgraded through the API/Web UI. To resolve these issue, follow the respective steps below: - - **Collector running as a non-root user.** An error message will be displayed indicating that the upgrade is not possible. The upgrade must be performed manually on your machine. Refer to the [Upgrade Collectors in Sumo Logic](/docs/send-data/collection/upgrade-collectors/#upgrade-collectors-using-the-command-line) to upgrade the collector manually. + - **Collector running as a non-root user.** An error message will be displayed indicating that the upgrade is not possible. The upgrade must be performed manually on your machine. Refer to [Upgrade Collectors in Sumo Logic](/docs/send-data/collection/upgrade-collectors/#upgrade-collectors-using-the-command-line) to upgrade the collector manually. - **Collector running on Mac.** The process will stop while upgrading, and the collector will need to be restarted manually on your machine. Use the code below to restart manually. ``` sudo ./collector start