For teams migrating from Grafana Loki, this simple UI provides a useful translator from LogQL to LogsQL .

What can you do here? #
The query-language translation tool automatically converts Loki queries into VictoriaLogs queries, reducing friction when adopting VictoriaLogs in environments already using Loki.
Type your LogQL query and press Execute.
For example, this LogQL query:
{collector="otel-collector"} |= "POST"
Translates into the equivalent LogsQL
{collector="otel-collector"} "POST"