Ensure your Elasticsearch server is active and accessible from the machine running Databrain.
Accessibility is dependent on your Elasticsearch user privileges and network settings. The easiest way to verify if Databrain can connect to your Elasticsearch server is via the check connection tool in the UI. For detailed setup and permissions, refer to the Elasticsearch documentation.
Provide the necessary information to connect to your Elasticsearch server:
Integration Name: [Pick a name to help you identify this source in Databrain]
Server Type: [The type of Elasticsearch server to be used]
Authentication Configuration:
Credentials: [Specify if authentication is enabled. If “Yes”, provide the authentication type and credentials below. If “No”, you can skip the following authentication details.]
Type: [The type of authentication to be used]
Authentication Details (if Credentials are enabled):
Username: [Basic auth username to access a secure Elasticsearch server]
Password: [Basic auth password to access a secure Elasticsearch server]
Locating the Configuration Details in Elasticsearch
Integration Name:
This is a custom name you decide for identification within Databrain. Choose a name that is both relevant and descriptive for your Elasticsearch source.
Server Type:
This information refers to your Elasticsearch deployment type. If you’ve set up Elasticsearch on your servers or infrastructure, it’s “Self-managed”. If you’re using Elastic’s cloud service, it’s “Elastic Cloud”. Check your Elasticsearch service or setup documentation to determine this.
Credentials:
Verify if your Elasticsearch cluster requires authentication by trying to access the cluster without any credentials. If authentication is required, you’d need to enable this option. If not, you can disable it.
Username (if Credentials enabled):
This would be the username you’ve set up for accessing your secured Elasticsearch cluster. If you’re unsure, check with the individual who configured Elasticsearch security or look into the Elasticsearch security configurations.
Password (if Credentials enabled):
This is the associated password for the above username. For security reasons, Elasticsearch doesn’t display passwords, so you’d need to know this or have it stored securely.