elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.69k stars 8.12k forks source link

Make ResponseOps owned connectors flag user errors #180960

Open mikecote opened 4 months ago

mikecote commented 4 months ago

Blocked on: https://github.com/elastic/kibana/issues/180957

We need to go through each connector type executor and make them report user errors accordingly. We must follow the guidelines from https://github.com/elastic/kibana/issues/180957 to properly flag user type errors.

Connector Types:

Definition of Done

cc @kobelb @heespi

elasticmachine commented 4 months ago

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

cnasikas commented 4 months ago

I am unsure if possible but what do you think of adding this functionality to the sub-actions framework? All connectors that use the sub-actions framework can take it for free without us needing to do the same work for all connectors.