mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
Loki: Improve error message for unescaped \ and add LogQL link to docs (#26136)
* Add custom escaping error message * Include regex escape error message * Update docs, add logql link * Refactor
This commit is contained in:
@ -59,7 +59,7 @@ The new field with the link shown in log details:
|
||||
|
||||
## Querying Logs
|
||||
|
||||
Querying and displaying log data from Loki is available via [Explore]({{< relref "../explore" >}}), and with the [logs panel]({{< relref "../../panels/visualizations/logs-panel.md" >}}) in dashboards. Select the Loki data source, and then enter a log query to display your logs.
|
||||
Querying and displaying log data from Loki is available via [Explore]({{< relref "../explore" >}}), and with the [logs panel]({{< relref "../../panels/visualizations/logs-panel.md" >}}) in dashboards. Select the Loki data source, and then enter a [LogQL](https://github.com/grafana/loki/blob/master/docs/logql.md) query to display your logs.
|
||||
|
||||
### Log Queries
|
||||
|
||||
|
Reference in New Issue
Block a user