Skip to content

Commit 9620ff3

Browse files
Fix links
1 parent 35659a6 commit 9620ff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

explore-analyze/query-filter/languages/esql-query-log.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ You can use these logs to investigate, analyze or troubleshoot your cluster’s
1717

1818
ES|QL query log reports task duration at coordinator level, but might not encompass the full task execution time observed on the client. For example, logs don’t surface HTTP network delays.
1919

20-
Events that meet the specified threshold are emitted into [{{es}} logging](docs-content://deploy-manage/monitor/logging-configuration/update-elasticsearch-logging-levels.md).
20+
Events that meet the specified threshold are emitted into [{{es}} logging](../../../deploy-manage/monitor/logging-configuration/update-elasticsearch-logging-levels.md).
2121

2222
These logs can be viewed in the following locations:
2323

24-
* If [{{es}} monitoring](docs-content://deploy-manage/monitor/stack-monitoring.md) is enabled, from [Stack Monitoring](docs-content://deploy-manage/monitor/monitoring-data/visualizing-monitoring-data.md). Query log events have a `logger` value of `esql.querylog`.
24+
* If [{{es}} monitoring](../../../deploy-manage/monitor/stack-monitoring.md) is enabled, from [Stack Monitoring](../../../deploy-manage/monitor/monitoring-data/visualizing-monitoring-data.md). Query log events have a `logger` value of `esql.querylog`.
2525
* From local {{es}} service logs directory. Slow log files have a suffix of `_esql_querylog.json`.
2626

2727

@@ -119,7 +119,7 @@ PUT /_cluster/settings
119119

120120
## Best practices for query logging [troubleshoot-query-log]
121121

122-
Logging slow requests can be resource intensive to your {{es}} cluster depending on the qualifying traffic’s volume. For example, emitted logs might increase the index disk usage of your [{{es}} monitoring](docs-content://deploy-manage/monitor/stack-monitoring.md) cluster. To reduce the impact of slow logs, consider the following:
122+
Logging slow requests can be resource intensive to your {{es}} cluster depending on the qualifying traffic’s volume. For example, emitted logs might increase the index disk usage of your [{{es}} monitoring](../../../deploy-manage/monitor/stack-monitoring.md) cluster. To reduce the impact of slow logs, consider the following:
123123

124124
* Set high thresholds to reduce the number of logged events.
125125
* Enable slow logs only when troubleshooting.

0 commit comments

Comments
 (0)