The SIEM app is now a part of the Elastic Security solution.
Click
here to view SIEM documentation for previous releases.
Get current connector
editGet current connector
editRetrieves the connector currently used in the Elastic Security UI.
For more information on connectors, see Actions API (for pushing cases to external systems).
Request URL
editGET <kibana host>:<port>/api/cases/configure
Example request
editGET api/cases/configure
Response code
edit-
200
- Indicates a successful call.
Example response
edit{ "connector_id": "61787f53-4eee-4741-8df6-8fe84fa616f7", "closure_type": "close-by-user", "connector_name": "ServiceNow", "created_at": "2020-03-30T13:31:38.083Z", "created_by": { "email": "[email protected]", "full_name": "Mr Admin", "username": "admin" }, "updated_at": null, "updated_by": null, "version": "WzE3NywxXQ==" }