Starburst Galaxy

  •  Get started

  •  Working with data

  •  Data engineering

  •  Developer tools

  •  Cluster administration

  •  Security and compliance

  •  Troubleshooting

  • Galaxy status

  •  Reference

  • OpenSearch catalogs #

    You can use an OpenSearch catalog to configure access to Opensearch in the following deployments:

    Follow these steps to begin creating a catalog for OpenSearch:

    • In the navigation menu, select Data, then Catalogs.
    • Click Create catalog.
    • On the Select a data source pane, click the OpenSearch icon.

      Select a data source

    • Follow the instructions in the next sections to configure your OpenSearch connection.

    Select a cloud provider #

    The Cloud provider configuration is necessary to allow Starburst Galaxy to correctly match catalogs and clusters.

    The data source configured in a catalog, and the cluster must operate in the same cloud provider and region for performance and cost reasons.

    Select cloud provider

    Define catalog name and description #

    The Catalog name is visible in the query editor and other clients. It is used to identify the catalog when writing SQL or showing the catalog and its nested schemas and tables in client applications.

    The name is displayed in the query editor, and in the output of a SHOW CATALOGS command. It is used to fully qualify the name of any table in SQL queries following the catalogname.schemaname.tablename syntax. For example, you can run the following query in the sample cluster without first setting the catalog or schema context: SELECT * FROM tpch.sf1.nation;.

    The Description is a short, optional paragraph that provides further details about the catalog. It appears in the Starburst Galaxy user interface and can help other users determine what data can be accessed with the catalog.

    Enter catalog name and description

    Configure the connection #

    Read further to learn about each supported connection method. The following sections detail the setup for the supported cloud providers.

    • Connect directly
      The connection to the database requires a username, password authentication, and the details necessary to connect to the database server, typically hostname or IP address and port.

    • Connect via SSH tunnel
      A connection to the database can be established directly, if the Starburst Galaxy IP range/CIDR is allowed to connect.

      If the database is only accessible inside the virtual private cloud (VPC) of the cloud provider, you can use an SSH tunnel with a bastion host in the VPC.

    • Connect privately
      Starburst Galaxy supports connection through AWS and Azure private cloud providers for OpenSearch catalogs.

    OpenSearch configuration #

    To configure the connection to your OpenSearch cluster, you must provide details according to your cloud provider.

    AWS #

    Provide the following details to connect to your OpenSearch cluster with AWS:

    • OpenSearch endpoint: Find the endpoint in the portal of your OpenSearch cluster.
    • Port: The OpenSearch port is typically 443.

    Select one of the following authentication methods:

    • Password based
    • Cross account IAM role
    • AWS access key

    With Password based authentication, provide your username and password.

    With Cross account IAM role authentication, provide the endpoint region and the alias for the cross account role.

    With AWS access key authentication, provide the endpoint region, AWS access key, and the AWS secret key.

    Read External security in AWS to learn about configuring these details in the AWS console.

    Google Cloud and Microsoft Azure #

    Provide the following details to connect to your OpenSearch cluster with Google Cloud or Microsoft Azure:

    • OpenSearch endpoint: Find the endpoint in the Microsoft Azure or Google Cloud portal.
    • Port: the OpenSearch port is typically 443.
    • Username: your OpenSearch username.
    • Password: use the password for your username.

    Test the connection #

    Once you have configured the connection details, click Test connection to confirm data access is working. If the test is successful, you can save the catalog.

    If the test fails, look over your entries in the configuration fields, correct any errors, and try again. If the test continues to fail, Galaxy provides diagnostic information that you can use to fix the data source configuration in the cloud provider system.

    Connect catalog #

    Click Connect catalog, and proceed to set permissions where you can grant access to certain roles.

    Set permissions #

    Use the following steps to assign read-only access to a specified set of roles:

    1. Select the Read-only catalog switch to grant a set of roles read-only access to the catalog’s schemas, tables, and views. For catalogs that are pre-set to read-only, this switch is already set and is disabled.
    2. Next, use the drop-down menu in the Role-level permissions section to specify the roles that have read-only access.
    3. Click Save access controls.

      Set permissions for read only screenshot

    Add to cluster #

    You can add your catalog to a cluster later by editing a cluster. Click Skip to proceed to the catalogs page.

    Use the following steps to add your catalog to an existing cluster or create a new cluster in the same cloud region:

    • In the Add to cluster section, expand the menu in the Select cluster field.
    • Select one or more existing clusters from the drop down menu.
    • Click Create a new cluster to create a new cluster in the same region, and add it to the cluster selection menu.
    • Click Add to cluster to view your new catalog’s configuration.

        Add to cluster

    The Pending changes to clusters dialog appears when you try to add a catalog to a running cluster.

    • In the Pending changes to cluster dialog, click Return to catalogs to edit the catalog or create a new catalog.
    • Click Go to clusters to confirm the addition of the catalog to the running cluster.
    • On the Clusters page, click the Update icon beside the running cluster, to add the catalog.

        pending changes to cluster dialog

    SQL support #

    The catalog provides read access to data and metadata in OpenSearch. It supports the following features: