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
circle-info

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.

playFree Trialchevron-right

Please refer to the provided instructions for enabling the license key

key-skeletonLicensechevron-right
circle-exclamation

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.

https://github.com/datasentinel/datasentinel_toolkit/blob/master/docker/docker-compose.yml

Last updated