IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Actions API (for pushing cases to external systems)
editActions API (for pushing cases to external systems)
editYou can push Elastic Security cases to these third-party systems:
- ServiceNow
- Jira (including Jira Service Desk)
- IBM Resilient
The Kibana Console supports only Elasticsearch APIs. You cannot interact with the Kibana APIs with the Console and must use curl
or another HTTP tool instead. For more information, refer to Console.
To push cases, you need to create a connector using the Kibana Actions API, which stores the information required to interface with the external system.
Elastic Security uses these external APIs to send cases:
- ServiceNow: Table API
- Jira: REST API v2
- IBM Resilient: Resilient REST API
To send cases to an external system and keep the Elastic Security UI updated:
- Create connector: Create the connector (Actions API).
- Set default Elastic Security UI connector or Update case configurations: If required, configure connector options (Cases API).
- Create or update an external incident: Send the case to an external system (Actions API). You must store the returned data as it is required for updating the the Elastic Security case.
- Add external details to case: Update the Elastic Security case with the associated external system data returned in step 3 (Cases API).