Join our community on Slack to see how others are using Unomaly to analyze and investigate their log data.
Discover unknown issues in your Infrastructure
Analyze an unlimited number of log sources by starting a 30-day Trial. No credit card required.
Install options
Minimum hardware requirementsAmazon Web Services
Google Cloud Platform
Microsoft Azure
Your server
Follow these instructions to quickly launch an Amazon EC2 instance with the Unomaly Amazon Machine Image (AMI)
1. In the AWS management console, launch an Amazon EC2 instance.
2. Search for and select the latest version of the Unomaly AMI.
3. Choose an m4 instance type to run that has a minimum of 2 vCPUs.
4. (Recommended) Select an m4.xlarge instance type with a Provisioned IOPS SSD (io1) volume type.
5. (Required) In the “Configure Instance Details” window specify the VPC and subnet to launch into.
6. Review and launch your instance.
7. Use a supported browser to navigate to the IP address (found in the AWS console) to open the web interface and follow the configuration wizard to set up the instance.
Find more info in the documentation.
Follow these instructions to install on Google Cloud Platform (GCP)
1. Provision a Debian 8 (Jessie) instance using the gcloud command.
gcloud compute instances create instance_name \ --image-project=debian-cloud \ --image=debian-8-jessie-v20180611 \ --boot-disk-size=200G \ --machine-type=n1-standard-4
2. Make sure the correct firewall rules are applied to the instance.
3. Log in to your provisioned instance and get the RUN file.
wget https://storage.googleapis.com/unomaly-releases/unomaly-3.6.9.run
4. Log in to the instance and execute the RUN file.
sudo sh unomaly-3.6.9.run
5. Use a supported browser to navigate to the IP address to open the web interface and finalize the install using the configuration wizard.
Find more info in the documentation.
Follow these instructions to install on Microsoft Azure instances
These instructions assume that you have a Microsoft Azure VM running on Debian 8 "Jessie".
1. Log into Azure virtual machine and run the following command to install prerequisite files.
sudo apt install locales
2. Use wget to get the installation file.
wget https://storage.googleapis.com/unomaly-releases/unomaly-3.6.9.run
3. Run the following command to start the Unomaly installation process:
sudo sh unomaly-3.6.9.run
4. Use a supported browser to navigate to the Unomaly web interface at the Public IP address and follow the configuration wizard to set up the instance.
Find more info in the documentation.
Install on a physical or virtual server
1. Download the latest ISO: unomaly-3.6.9.iso (checksum)
2. Transfer or mount the installation file to the machine or server that you want to Unomaly on.
3. Boot the ISO image and press enter to start the install.
4. Use a supported browser to navigate to the IP address to open the web interface and finalize the install using the configuration wizard.
Install on a Debian 8 (Jessie) server
1. Download the latest RUN file: unomaly-3.6.9.run (checksum)
2. Transfer the file to the server
3. Run the file:
sudo sh unomaly-3.6.9.run
4. Use a supported browser to navigate to the IP address to open the web interface and finalize the install using the configuration wizard.
Find more info in the documentation.
Unomaly is updated weekly, for the most recent release available check out our Release Notes.