Hive
Visualize Hive Users, Projects and Tickets in the JupiterOne graph. Use this integration to monitor changes to Hive entities using JupiterOne alerts.
- Installation guide
- Hive data model
Installation
The JupiterOne integration with Hive utilizes a third-party called Merge. You will need access to an account that has permissions in your Hive instance. You must also have permission in JupiterOne to install new integrations.
Configuration in Hive
You only need to have an active account in Hive.
Configuration in JupiterOne
To install the Hive integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Hive. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the Hive 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.Click Create after all values are provided.
A Merge Link authentication window will be displayed. Follow the prompts to enter the Hive required authentication fields.
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 |
---|---|---|
Account | hive_account | Account |
Issue | hive_issue | Issue |
Project | hive_project | Project |
User | hive_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
hive_account | HAS | hive_project |
hive_account | HAS | hive_user |
hive_project | HAS | hive_issue |
hive_user | ASSIGNED | hive_issue |
hive_user | CREATED | hive_issue |