DataStax
Visualize DataStax Astra organizations, users, roles, databases, and access, map DataStax Astra users to employees, and monitor changes through queries and alerts.
- Installation guide
- DataStax data model
Installation
For this integration, you will need to create a custom role in DataStax and a TOKEN key.
Configuration DataStax
From within the DataStax dashboard, you will fist need to create a custom role. To do so:
- Navigate to Current Organization > Organization Settings > Role Management and select Add Custom Role.
- Provide a name for the custom role and check the following roles:
View DB
Read IP Access List
Read User
Read Organization
Read Custom Role
- Enable Apply permissions to all databases in this organization
- Click Create Role and navigate to Token Management.
- Under Select Role, choose the role you just created, and press Save.
For additional information regarding DataStax user permissions, token generation, and custom roles, see DataStax's documentation.
Configuration in JupiterOne
To install the DataStax integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select DataStax. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the DataStax account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.Your DataStax Organization name and Token.
Click Create once all values are provided to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Access List | datastax_access_list | Firewall |
Access List Address | datastax_access_list_address | Configuration |
Access Role | datastax_access_role | AccessRole |
Database | datastax_database | Database |
Organization | datastax_organization | Organization |
User | datastax_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
datastax_access_list | HAS | datastax_access_list_address |
datastax_database | ASSIGNED | datastax_access_list |
datastax_organization | HAS | datastax_access_list |
datastax_organization | HAS | datastax_database |
datastax_organization | HAS | datastax_database |
datastax_organization | HAS | datastax_user |
datastax_user | ASSIGNED | datastax_access_role |