The document mentions Ubuntu 24.04 and Logsign Unified SecOps Platform
Installation.
Before installing Logsign Unified SecOps Platform , Ubuntu 24.04 will be installed on the physical or virtual server.
The following ISO file is required to install Ubuntu 24.04:
Download the ISO from;
Click here to download Ubuntu 24.04 ISO
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 24.04
1- To begin the installation, boot the system from a CD-ROM or USB drive. When the installation environment opens, a screen displaying the startup options will appear. From here, select 'Try or Install Ubuntu Server' to proceed with the installation process.
2- English language with the enter button.
3- Installation steps are continued as follows.
Installation of Logsign on Ubuntu 24.04
Important Note: There should be no restrictions on internet access to pull Logsign packages.
4- Run these procedures accordingly.
If your vm instance is managed by an external network service like google compute engine;
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/24.04/install_without_iso_online/update.sh
reboot now
If your instance is not managed by an external network service like hetzner or private virtual environment like proxmox or vmware.
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/24.04/install_without_iso_online/update.sh reconfigure_network
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.