-
Notifications
You must be signed in to change notification settings - Fork 32
DataStax Astra
Aleks Volochnev edited this page May 8, 2021
·
13 revisions
IN PROGRESS
At first, you need to have an account at astra.datastax.com and a database instance.
Download SecureConnectBundle using the Connect page of your Astra instance, it's available to download on any Connect using a driver subpage. Unpack it and save the files in the folder accessible to Grafana. Notice the path, you will need them later.
Create a new application token at the https://astra.datastax.com/settings/tokens. We recommend using RO User role, in this case, Grafana will have solely read-only access. Store token details as you will need them later.
-
Host: specify the
hostvalue of theconfig.jsonfile from the SecureConnectBundle (see p.1). It will look like1234567890qwerty-eu-central-1.db.astra.datastax.com - User: CLIENT ID of the API Token
- Password: CLIENT SECRET of the API Token
-
Certificate Path:
/path/to/cert(usecertfile from SecureConnectBundle) -
Root Certificate Path:
/path/to/key(usekeyfile from SecureConnectBundle) -
RootCA Certificate Path:
/path/to/ca.crt(useca.crtfile from SecureConnectBundle)
To contact the developers, ask questions, or provide any feedback, please use Github discussions.