[Metrics UI] Remove backend awareness of KQL from alert executor #64832
Labels
Feature:Alerting
Feature:Metrics UI
Metrics UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
v7.9.0
v8.0.0
In the
getParsedFilterQuery
function, remove the handler for a query that cannot be parsed as Elasticsearch JSON.This was to handle cases of the frontend sending a query in the format of KQL instead of converting it to ES JSON. When #64292 merges this will no longer be a possibility.
The alert should throw an error if it receives invalid JSON instead of trying to parse it as KQL.
The text was updated successfully, but these errors were encountered: