Sage
Visualize Sage employees and groups in the JupiterOne graph. Use this integration to monitor changes to Sage entities using JupiterOne alerts.
- Installation guide
- Sage data model
Installation
The JupiterOne integration with Sage utilizes a third-party called Merge. You will need access to an account that has permissions in your Sage instance. You must also have permission in JupiterOne to install new integrations.
Configuration in Sage
Merge provides comprehensive instructions for setting up an integration to Sage that can be found here. Once you have configured the Sage-Merge integration, you can proceed to your JupiterOne workspace to set up your Sage integration.
Configuration in JupiterOne
To install the Sage integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Sage. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the Sage 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 Sage 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 | sage_hr_account | Account |
Employee | sage_hr_employee | Record |
Group | sage_hr_group | Group |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
sage_hr_account | HAS | sage_hr_employee |
sage_hr_account | HAS | sage_hr_group |
sage_hr_employee | ASSIGNED | sage_hr_group |
sage_hr_employee | MANAGES | sage_hr_employee |