You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We had a case recently where we forgot a closing {{/ctx.payload.clusters}} on a watch.
This caused the watch to fail execution and essentially silence the alert until someone checked the kibana management UI.
While we should be doing better validation of watch changes, it could also be helpful if watcher validated mustache syntax when PUTing the watch definition and returned some sort of 4xx in the event of a syntax error.
Opening this bug specifically about mustache templates in actions, but I could see this potentially applying to painless transformations if that's not being checked already.
The text was updated successfully, but these errors were encountered:
This has been open for quite a while, and we haven't made much progress on this due to focus in other areas. For now I'm going to close this as something we aren't planning on implementing. We can re-open it later if needed.
Describe the feature:
We had a case recently where we forgot a closing
{{/ctx.payload.clusters}}
on a watch.This caused the watch to fail execution and essentially silence the alert until someone checked the kibana management UI.
While we should be doing better validation of watch changes, it could also be helpful if watcher validated mustache syntax when
PUT
ing the watch definition and returned some sort of 4xx in the event of a syntax error.Opening this bug specifically about mustache templates in actions, but I could see this potentially applying to painless transformations if that's not being checked already.
The text was updated successfully, but these errors were encountered: