...
Please note that the OTM has two installation components, APE and CCE. But the scope of this document is limited to the instructions of installation of CCE only on Azure cloud for now.
Installation Pre-requisites
To get the OTM deployed on the Azure cloud, a customer needs:
Server setup package
install.sh Package
CCE package
All the above tar packages can be downloaded prior to the installation process using the dropbox links provided later in this article.
Microsoft Azure Cloud Platform
Microsoft Azure (formerly Windows Azure) is a cloud computing service created by Microsoft for building, testing, deploying, and managing applications and services through a global network of Microsoft-managed datacenters. It provides software as a service (SaaS), platform as a service (PaaS) and infrastructure as a service (IaaS) and supports many different programming languages, tools and frameworks, including both Microsoft-specific and third-party software and systems.
Seceon aiSIEM, being a containerized platform is compatible with a variety of installation environments. It has been commercially deployed and is running successfully on physical servers, AWS instances and Virtual machines (VMs) on ESXi servers, KVMs etc. For Azure also, a VM has to be created and then used for the aiSIEM Installation.
Installation Process For CCE on an Azure VM
Step1: Login to your Microsoft Azure Dashboard:
...
Step 2: Create VM
Go to the list on the right side of the dashboard and select “Virtual Machines”
...
Click on the dropdown of the “Image” option and then click on “See all images”.
...
Search “rocky“Rocky-8-6” in the search box.
...
Now select rocky-8-6-x86_64-free-Gen2 Image from the list,
...
Now do df -h and you will see disk allocated by you to root.
...
Step 3: Setup the CCE Machine
Now go into the Root using the su command and then run curl command given below..
Code Block sudo su curl https://si.seceon.com:8444/repos/env/8.0.0/seceon-env-setup.txt --output ./seceon-env-setup.sh -k && bash ./seceon-env-setup.sh
...