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
I'm currently testing lightweight params using the dev service environment.
While the feature is generally working well, I encountered some uncaught parsing errors. These errors will typically cause the param to be passed to the configuration value raw. For example
While those errors have been addressed by making the Kibana code even more defense, I've noticed that when parameters are passed to heartbeat this way, the monitor does not run at all or report any errors.
It would be helpful for heartbeat to produce a summary document with an error to provide debugging context to our users.
The text was updated successfully, but these errors were encountered:
After continuing to test lightweight monitor params in Kibana, monitor params will also be returned raw when the param is not defined, not just on unhandled exceptions.
I'm currently testing lightweight params using the dev service environment.
While the feature is generally working well, I encountered some uncaught parsing errors. These errors will typically cause the param to be passed to the configuration value raw. For example
While those errors have been addressed by making the Kibana code even more defense, I've noticed that when parameters are passed to heartbeat this way, the monitor does not run at all or report any errors.
It would be helpful for heartbeat to produce a summary document with an error to provide debugging context to our users.
The text was updated successfully, but these errors were encountered: