Skip to content

Commit 524d526

Browse files
update doc: prevent ui crashes from large queries
1 parent ac546f8 commit 524d526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/best-practices/prevent-ui-crashes-from-large-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Two scenarios where this risk is significant:
66

77
## 1. Long Range Queries with Small Intervals
88

9-
> **Where this issue can occur**: Logs Search and Dashboards
9+
> **Where this issue can occur**: Log Search and Dashboards
1010
<br>
1111
1212
When you run histogram queries using `histogram("timestamp", interval)`, the `interval` defines how the data is grouped over time. For example, an `interval` of `5m` groups logs into 5-minute buckets. The longer the time range and the smaller the interval, the more buckets the query will return.

0 commit comments

Comments
 (0)