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
- Swimlane
The Kibana Console supports only Elasticsearch APIs. Console doesn’t allow interactions with Kibana APIs. You 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
- Swimlane: Swimlane REST API
To send cases to an external system and keep the Elastic Security UI updated:
- Create connector: Create the connector (Actions API).
- Create case: Create a case with the connector from the previous step.
- Push case: Push the case to the external system.