diff --git a/blog-collector/2024-11-26.md b/blog-collector/2024-11-26.md new file mode 100644 index 0000000000..5c057db5e5 --- /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, 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 [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 + ```