Browse your product documentation including release notes and installers
This document provides information for users upgrading to CB Response Linux Sensor v6.2.1 from previous versions as well as users new to CB Response. The key information specific to this release is provided in the following major sections:
The download instructions in this document does not list the current package name to download specifically.
Through trial and error, I found that the package name is "cb-linux-sensor-installer-6.2.1.10119-1"
So the download command is:
yum install --downloadonly --downloaddir= <package local download directory> <package>
Then replace <package> with cb-linux-sensor-installer-6.2.1.10119-1
@smeyerFYI: The package name is in step 5
That said, the main reason for this comment is for some RHEL systems that don't support the '--downloadonly' option. I had to use the following to get the package:
#sudo yumdownloader --destdir=~/tmp cb-linux-sensor-installer-6.2.1.10119-1.noarch.rpm
@bhansen : FYI: When using the full package name as listed in Step 5, "cb-linux-sensor-installer-6.2.1.10119-1.noarch.rpm," the download failed for me with the error:
"No package cb-linux-sensor-installer-6.2.1.10119-1.noarch.rpm available."
I found that truncating the package name to "cb-linux-sensor-installer-6.2.1.10119-1" allowed for download.
@smeyerThank you for the clarification! Good find. I tend to use wildcards after the minor version number and didn't catch that.
You mention that log rotation has been corrected in this version. However I've noticed that my logs do NOT respond properly to rotation. I have my logs set to 100MB / 2% and they are just stopping log creation at my 100MB and spinning up a new log file. This isn't how this is supposed to work. Is this configurable?