mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 16:45:43 -06:00
* (feat/explore): Support for new LogQL filtering syntax Loki is adding syntax to support chained filtering. This PR adapts Grafana to support this. - Send only `query` parameter in loki request - Automatically wrap search text in simple syntax, e.g., `{} foo` is sent as `{} |~ "foo"`. * Adapted to regexp parameter staying on in Loki * Dont wrap single regexp in new filter syntax * Fix datasource test * Fallback regexp parameter for legacy queries * Fix search highlighting * Make highlighting work for filter chains * Fix datasource test |
||
---|---|---|
.. | ||
admin | ||
alerting | ||
annotations | ||
api-keys | ||
dashboard | ||
datasources | ||
explore | ||
folders | ||
manage-dashboards | ||
org | ||
panel | ||
playlist | ||
plugins | ||
profile | ||
teams | ||
templating | ||
users | ||
all.ts |