The SIEM app is now a part of the Elastic Security solution.
Click
here to view the current documentation.
IMPORTANT: No additional bug fixes or documentation updates will be released for this version.
IMPORTANT: No additional bug fixes or documentation updates will be released for this version.
Get current connector
editGet current connector
editRetrieves the connector currently used in the SIEM 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": "admin@hms.gov.uk", "full_name": "Mr Admin", "username": "admin" }, "updated_at": null, "updated_by": null, "version": "WzE3NywxXQ==" }