Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cases] Create an API that external service can use to synchronize the case with their data #216124

Open
cnasikas opened this issue Mar 27, 2025 · 2 comments
Labels
Feature:Cases Cases feature Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)

Comments

@cnasikas
Copy link
Member

cnasikas commented Mar 27, 2025

To support bidirectional syncing between cases and external services, they would need to call Kibana to update the case. Users may be unable to configure the payload the external service sends to Kibana. Therefore, to avoid breaking the integration, to allow each service to have its payload, and to allow users to configure how they want to map their fields, we will introduce a dedicated public API for synchronization. Specifically:

POST /api/cases/connectors/<connector_type>/_sync

Kibana will map the payload to the case fields and update the case.

@cnasikas cnasikas added Feature:Cases Cases feature Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) labels Mar 27, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops-cases (Feature:Cases)

@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Cases Cases feature Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams)
Projects
None yet
Development

No branches or pull requests

2 participants