Skip to content

Commit 2ec8206

Browse files
JV0812jpipkin1
andauthored
Update docs/search/optimize-search-performance.md
Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent f63cbfc commit 2ec8206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search/optimize-search-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ _sourceCategory=Prod/User/Eventlog
240240

241241
### Avoid multiple parse multi statements
242242

243-
A parse multi statement causes a single log to produce multiple logs in the results. But if a parse multi statement is followed by more parse multi statements, it can lead to data explosion and the query may never finish. Even if the query works the results may not be as expected.
243+
A parse `multi` statement causes a single log to produce multiple logs in the results. But if a parse `multi` statement is followed by more parse `multi` statements, it can lead to data explosion and the query may never finish. Even if the query works the results may not be as expected.
244244

245245
For example, consider the below query where the assumption is that a single log line contains multiple users and multiple event names.
246246

0 commit comments

Comments
 (0)