Ensure your ClickHouse server is active and accessible from the machine running Databrain.
Accessibility is dependent on your ClickHouse user privileges and network settings. The easiest way to verify if Databrain can connect to your ClickHouse server is via the check connection tool in the UI. For detailed setup and permissions, refer to the ClickHouse documentation.
This is a custom name you decide for identification within Databrain. Choose a name that is relevant and descriptive of your ClickHouse server.
Host:
For remote servers or cloud installations, it would be the IP address, domain name, or endpoint URL of the machine where ClickHouse is running.
For cloud installations like ClickHouse Cloud, you can find this information in the respective cloud dashboard or the connection details page.
Port:
The default port for ClickHouse is 8123 for HTTP interface and 8443 for HTTPS. However, it might be different based on your setup, especially for cloud providers. Ensure you’re using the correct port based on your connection requirements and setup.
Username:
If you’ve set up authentication for ClickHouse, this would be the username you use to access ClickHouse. Default installations might not have authentication enabled, but for production environments, it’s recommended to secure your ClickHouse instance.
If you’re unsure of the username, check the ClickHouse configuration files (users.xml or config.xml) or consult with the person who set up ClickHouse.
Password:
This is the password associated with the username you provided. Again, you’d find this in the ClickHouse configuration if it’s set up or you’d need to know it if it was provided to you during setup.