WordPress Engine
Visualize WordPress accounts, domains, installs, sites, and users, map WordPress users to employees, and monitor changes through queries and alerts.
- Installation guide
- WordPress Engine data model
Installation
For this integration, you will need to acquire API Credentials from WP Engine. This can be done by accessing your WP Engine profile page under API Access.
If you have not already done so, you may need to enable Account API Access within Wordpress to generate your API credentials. See their documentation for more information.
Configuration in JupiterOne
To install the WP Engine integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select WP Engine. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the WP Engine 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 WP Engine API Credentials.
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 |
---|---|---|
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:
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 |