We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see #49219 (comment) for context
The suggestion is to change the action execution response from:
{ status: 'error', message: "error in action \"{action-id}\" sending email: {message-from-service}" }
to:
{ status: 'error', message: "error sending email" actionId: {action-id}, actionName: {just a suggestion, could be useful to have}, detail: {message-from-service} }
Not sure if adding additional "denormalization" of action info (like actionName) is really needed, but probably nice to have if it's available.
actionName
Should also look at CRUD operations, make sure those messages also don't require additional tweaking like this (don't think they will).
Is there anything in alerting that would be similar? Could be ...
The text was updated successfully, but these errors were encountered:
Pinging @elastic/kibana-stack-services (Team:Stack Services)
Sorry, something went wrong.
provide finer detail on action execution errors
91c155d
resolves elastic#52103
provide finer detail on action execution errors (#52146)
942f542
resolves #52103
provide finer detail on action execution errors (elastic#52146)
2218ca5
provide finer detail on action execution errors (#52146) (#52556)
84de8a0
pmuellr
Successfully merging a pull request may close this issue.
see #49219 (comment) for context
The suggestion is to change the action execution response from:
to:
Not sure if adding additional "denormalization" of action info (like
actionName
) is really needed, but probably nice to have if it's available.Should also look at CRUD operations, make sure those messages also don't require additional tweaking like this (don't think they will).
Is there anything in alerting that would be similar? Could be ...
The text was updated successfully, but these errors were encountered: