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
In 8.14 we introduce a link to Discover from our charts displayed in the SLO details page. The way to build the link was to rely on an internal library that had an optional allowLeadingWildcards configuration with a default false value. We were not providing the allowLeadingWildcards value based on the Kibana settings, so it was always set to false. Even if the user had enabled the settings.
Thus, the page loading error in 8.14
I'm going to work on a fix but in the meantime, they should avoid leading wildcards in the good and bad queries. They can though use it in the filter query. Maybe they can rewrite their indicator configuration differently.
Summary
Fix the discover link when es queries contain a leading wildcard
Originally posted by @kdelemme in #4932
The text was updated successfully, but these errors were encountered: