If you are upgrading an existing Open Collector, skip this procedure and go to Upgrade the Open Collector.
If you would like to copy/paste these commands, using PUTTY or other SSH tools will give you better results than using the VM console.
-
Install WGET if installed using Minimal ISO:
sudo yum install -y wget -
Download the Open Collector Control Script:
wget https://raw.githubusercontent.com/logrhythm/versions/master/lrctl -
Change permissions:
chmod +x lrctl -
Initialize the Open Collector and start all components.
-
The following command installs Docker - Community Edition:
sudo ./lrctl initIf you plan to use a proxy server, additional configuration is necessary. For more information, see Configure Open Collector Via Proxy for steps to take before continuing with this installation.
-
(Optional.) If you want or need Docker logging to rotate and purge logs in your deployment, follow the steps at Configure Docker Log Rotation before continuing.
-
From this point, continue to the guide that applies to your Open Collector setup:
For customers using the WebUI Web Console to manage the Open Collector: Configure the Open Collector Connection to the SIEM (WebUI)
For customers using the "legacy" syslog method: Configure the Open Collector Connection to the SIEM (Legacy-Syslog)