Sonario - installation
Installation
First, you need to go to download page and then download the suitable Sonario Installation package.
If you downloaded installation package, untar it and run:
sudo ./install.sh
Installation script will:
- install Sonario as a system service.
- create (if not exist) user that runs Sonario.
- clean the installation files.
- start Sonario.
Help
To get list of installation parameters, run sudo ./install.sh --help
.
Sonario Server installation script.
Optional arguments:
--user user - linux user. If specified user does not exist it will be created. Default user is 'onteon'.
--group group - linux group. If specified group does not exist it will be created. Default group is 'onteon'.
--dont-start - don't start Control Center after the installation. By default it is false.
--dont-cleanup - it will prevent from removing installation files. By default it is false.
--dont-import - don't import Sonario saved objects such as dashboards an index patterns, after the start
of Sonario. By default it is false.
--installation-dir path - installation path. By default it is /opt.
Firewall Ports
8100/tcp - API and UI port.