Platform

For a Datasentinel deployment within Docker, use docker-compose to download, install, and initiate Datasentinel components.

Deploy Platform

wget https://raw.githubusercontent.com/datasentinel/datasentinel_toolkit/master/docker/docker-compose.yml
docker-compose up

Port 443 is exposed by default. Customization is possible as per your requirements.

To connect to the UI:

  • host: https://<<your_host>>

  • user: datasentinel

  • password: datasentinel (Change it at first connection)

Following this, you can proceed with configuring the license key. If you do not have one, you have the option to request a free 30-day trial.

🆓pageFree Trial

Please refer to the provided instructions for enabling the license key

🔑pageLicense

Metrics are stored in InfluxDB wich can be disk and memory consuming.

Be careful to size your environment accordingly depending on the number of instances to monitor and the retention days you want

The influx_data volume is employed for storing metrics, while the pg_data volume remains small. The nginx_certs volume serves as a repository for certificates used by Nginx.

Last updated