Comment on page
➕
Adding Connection
cat > myInstance.json <<EOF
{
"host": "host_name",
"port": postgres_port,
"user": "datasentinel",
"password": "myPassword",
"tags": "application=application_name,environment=application_type,datacenter=datacenter"
}
EOF
Replace MyConnectionName with a meaningful connection name in your environment.
Example with the agent CLI
datasentinel add connection myConnectionName -f myInstance.json
A script is present in the datasentinel subdirectory as an example named connection_example.sh
The tags are customizable, allowing you to define your own tags.
They are extremely useful in the user interface for filtering, grouping data, and defining role-based access.
Refer to Agentless Documentation
Last modified 2mo ago