Teleskope
Visualize Teleskope S3 buckets and RDS clusters with data classification and sensitivity metadata, and monitor changes through queries and alerts.
- Installation
- Data Model
- Types
Installation
You will need the following parameters from Teleskope:
- API Key — used to authenticate requests to the Teleskope Metadata API. Contact your Teleskope administrator or refer to their documentation to obtain an API key for your tenant.
- Metadata API Base URL — the base URL for your Teleskope tenant, in the
format
https://api.metadata.<your-tenant>.teleskope.ai.
Configuration in JupiterOne
To install the Teleskope integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Teleskope. Click New Instance to begin configuring your integration.
Creating an instance requires the following:
-
The Account Name used to identify the Teleskope account in JupiterOne. Ingested entities will have this value stored in
tag.AccountNamewhen theAccountNametoggle 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
DISABLEDand manually execute the integration. -
Your Teleskope API Key.
-
Your Teleskope Metadata API Base URL (e.g.
https://api.metadata.<your-tenant>.teleskope.ai).
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.
Entities
The following entities are created:
| Resources | Entity _type | Entity _class |
|---|---|---|
| Account | teleskope_account | Account |
| RDS Cluster | teleskope_rds_cluster | Database |
| S3Bucket | teleskope_s3_bucket | DataStore |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
|---|---|---|
teleskope_account | HAS | teleskope_s3_bucket |
teleskope_account | HAS | teleskope_rds_cluster |
Mapped Relationships
The following mapped relationships are created:
Source Entity _type | Relationship _class | Target Entity _type | Direction |
|---|---|---|---|
teleskope_rds_cluster | IS | aws_rds_cluster | FORWARD |
teleskope_s3_bucket | IS | aws_s3_bucket | FORWARD |
Teleskope Account
teleskope_account inherits from Account
Teleskope Rds Cluster
teleskope_rds_cluster inherits from Database
| Property | Type | Description | Specifications |
|---|---|---|---|
awsAccountId * | number | ||
awsAccountIdentifier * | string | ||
awsAccountName | string | ||
backupRetentionPeriod * | number | ||
databaseCount * | number | ||
dataElementCategories | array of strings | ||
dataElements | array of strings | ||
deletionProtection * | boolean | ||
engineType * | string | ||
engineVersion * | string | ||
iamAuthenticationEnabled * | boolean | ||
identifier * | string | ||
multiAz * | boolean | ||
openToTheWorld * | boolean | ||
personas | array of strings | ||
publiclyAccessible * | boolean | ||
readEndpoint | string | ||
region * | string | ||
tableCount * | number | ||
writeEndpoint | string |
Teleskope S3 Bucket
teleskope_s3_bucket inherits from DataStore
| Property | Type | Description | Specifications |
|---|---|---|---|
awsAccountId * | number | ||
awsAccountIdentifier * | string | ||
bucketName * | string | ||
dataElements | array of strings | ||
personas | array of strings | ||
region * | string | ||
versioning * | boolean |