Data Store Settings

The Data Store Settings option allows administrators to configure database connections used for storing and accessing platform data.

Supported databases include:

  • MongoDB

  • Elasticsearch

  • ClickHouse

  • PostgreSQL

  • Pinot

Access Data Store Settings

  1. From the Admin Panel, click Data Store Settings under the Configuration and Settings list.

    • The Data Store Settings page opens.

  2. Select the database type you want to configure.

Configure MongoDB

  1. Select Mongo as the database option.

  2. Provide the following details:

    • Server Type

    • Username

    • Password

    • IP/Host

    • Port

    • Database Name

    • SSL Type: Select NON-SSL or SSL

  3. Click Validate.

    • A notification message appears.

  4. Click Save to confirm the configuration.

    • A notification confirms that the Data Store configuration for MongoDB has been saved.

Configure Elasticsearch

  1. Select Elastic as the database option.

  2. Provide the following details:

    • Elasticsearch Cluster

    • Shards

    • Replicas

    • Date Formats

    • Elasticsearch Hosts

    • Elasticsearch Ports

    • Elasticsearch HTTP Ports

  3. Click Validate.

    • A notification message appears.

  4. Click Save.

    • A notification confirms that the Data Store configuration for Elasticsearch has been saved.

Configure ClickHouse

  1. Select ClickHouse as the database option.

  2. Provide the following details:

    • Username

    • Password

    • IP/Host

    • Port

    • Database Name

    • SSL Type: Select NON-SSL or SSL

    • TCP Port

  3. Click Validate.

    • A notification message appears.

  4. Click Save.

    • A notification confirms that the Data Store configuration for ClickHouse has been saved.

Configure PostgreSQL

  1. Select PostgreSQL as the database option.

  2. Provide the following details:

    • Username

    • Password

    • IP/Host (supports multiple IPs)

    • Port

    • Database Name

    • SSL Type: Select NON-SSL or SSL

    • TCP Port

  3. Click Validate.

    • A notification message appears.

  4. Click Save.

    • A notification confirms that the Data Store configuration for PostgreSQL has been saved.

Configure Pinot

  1. Select Pinot as the database option.

  2. Provide the following details:

    • Username

    • Password

    • IP/Host

    • Port

    • Database Name

    • SSL Type: Select NON-SSL or SSL

    • TCP Port

  3. Click Validate.

    • A notification message appears.

  4. Click Save.

    • A notification confirms that the Data Store configuration for Pinot has been saved.

Notes

  • When configuring MongoDB, ClickHouse, or PostgreSQL with SSL, you must also provide the Upload Key.

  • The PostgreSQL Data Store Settings support configuration with multiple IPs.

Last updated