[Meta] Known TSVB payload validation errors #62273
Labels
Feature:TSVB
TSVB (Time Series Visual Builder)
Meta
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
TSVB currently only logs failures when validating request payload to the Kibana log. You'll see a message like:
If you come across an error like that and the
<some error message>
part in the above message is not one of the following, please create an issue for it or leave a comment under this issue.Known errors
"gauge_color_rules" at position 0 fails because ["opperator" is not allowed]
(that is indeed with two "p", if you would see this failing with one "p" it's a different one)"gauge_color_rules" at position 0 fails because ["text" is not allowed]
(could also be combined in one failure with the message above)"series" at position 0 fails because [child "filter" fails because ["filter" must be an object]]
"metrics" at position 0 fails because ["percentiles" is not allowed]
"series" at position 0 fails because [child "fill" fails because ["fill" must be a number]]
["panels" at position 0 fails because [child "background_color_rules" fails because ["background_color_rules" at position 0 fails because ["operator" is not allowed]]]]
"series" at position 0 fails because [child "metrics" fails because ["metrics" at position 0 fails because ["size" is not allowed, "agg_with" is not allowed, "order" is not allowed, "order_by" is not allowed]]]
The text was updated successfully, but these errors were encountered: