WordPress Engine
August 24, 2022 ยท View on GitHub
WordPress Engine + JupiterOne Integration Benefits
- Visualize WordPress Engine accounts, domains, installs, sites, and user in the JupiterOne graph.
- Map WordPress Engine users to employees in your JupiterOne account.
- Monitor changes to WordPress Engine accounts, domains, installs, sites, and user using JupiterOne alerts.
How it Works
- JupiterOne periodically fetches accounts, domains, installs, sites, and user from WordPress Engine to update the graph.
- Write JupiterOne queries to review and monitor updates to the graph, or leverage existing queries.
- Configure alerts to take action when JupiterOne graph changes, or leverage existing alerts.
Requirements
- WordPress Engine supports Basic Auth. You must generate credentials from the WordPress Engine User Portal.
- You must have permission in JupiterOne to install new integrations.
Support
If you need help with this integration, please contact JupiterOne Support.
Integration Walkthrough
In WordPress Engine
- From your dashboard, go to your profile page.
- Navigate to API Access.
- Click Generate credentials button.
In JupiterOne
- From the top navigation of the J1 Search homepage, select Integrations
- Scroll to the WordPress Engine integration tile and click it.
- Click the Add Configuration button and configure the following settings:
- Enter the Account Name by which you'd like to identify this WordPress
Engine account in JupiterOne. Ingested entities will have this value stored in
tag.AccountNamewhen Tag with Account Name is checked. - Enter a Description that will further assist your team when identifying the integration instance.
- Select a Polling Interval that you feel is sufficient for your monitoring
needs. You may leave this as
DISABLEDand manually execute the integration. - Enter the WordPress API credentials generated for use by JupiterOne.
- Click Create Configuration once all values are provided.
How to Uninstall
- From the top navigation of the J1 Search homepage, select Integrations
- Scroll to the WordPress Engine integration tile and click it.
- Identify and click the integration to delete.
- Click the trash can icon.
- Click the Remove button to delete the integration.
Data Model
Entities
The following entities are created:
| Resources | Entity _type | Entity _class |
|---|---|---|
| Account | wp_engine_account | Account |
| Domain | wp_engine_domain | Domain |
| Install | wp_engine_install | Application |
| Site | wp_engine_site | Host |
| User | wp_engine_user | User |
Relationships
The following relationships are created/mapped:
Source Entity _type | Relationship _class | Target Entity _type |
|---|---|---|
wp_engine_account | HAS | wp_engine_install |
wp_engine_account | HAS | wp_engine_site |
wp_engine_install | HAS | wp_engine_domain |
wp_engine_site | HAS | wp_engine_install |
wp_engine_user | MANAGES | wp_engine_account |