The document mentions Ubuntu 20.04 and Logsign Unified SecOps Platform
Installation.
Before installing Logsign Unified SecOps Platform , Ubuntu 20.04 will be installed on the physical or virtual server.
The following ISO file is required to install Ubuntu 20.04:
Download the ISO from;
The downloaded file is put in to DataStore if virtualization is used, if it is to be installed on a physical server, it is burned to usb or cd.
Installation of Ubuntu 20.04
1- For Ubuntu installation, usb or cdrom is booted and continued by selecting the English language with the enter button.
2- Installation steps are continued as follows.
3- Click the Done button and the installation is completed.
Installation of Logsign on Ubuntu 20.04
Important Note: There should be no restrictions on internet access to pull Logsign packages.
4- Run this;
Cloud Installation;
sudo bash
screen -S logsign
cd /root
wget --content-disposition https://download.logsign.com/download?product=update_procedure
mkdir /opt/update_procedure
tar zxvf update_procedure.tar.gz -C /opt/update_procedure/
rm -rf update_procedure.tar.gz
bash /opt/update_procedure/20.04/install_without_iso_online/update.sh cloud
reboot now
On-Prem Installation;
sudo bash
screen -S logsign
cd /root
wget --content-disposition https://download.logsign.com/download?product=update_procedure
mkdir /opt/update_procedure
tar zxvf update_procedure.tar.gz -C /opt/update_procedure/
rm -rf update_procedure.tar.gz
bash /opt/update_procedure/20.04/install_without_iso_online/update.sh
reboot now
After this step, the installation is completed.
5- Open the web browser and go to https://LOGSIGN_IP_ADDRESS. You will be directed to the installation wizard. Enter Logsign IP address.