docs/VictoriaLogs/LogsQL.md: typo fix: remove double with with

(cherry picked from commit f54f73033b)
This commit is contained in:
Aliaksandr Valialkin 2024-12-09 00:37:01 +01:00 committed by hagen1778
parent f41a32609c
commit 590859fb40
No known key found for this signature in database
GPG key ID: E92986095E0DD614

View file

@ -1384,7 +1384,7 @@ seen patterns across log messages. For example, the following query returns top
_time:1h | collapse_nums | top 5 by (_msg)
```
`collapse_nums` can detect certain patterns in the collapsed numbers and replace with with the corresponding placeholders if `prettify` suffix is added to the `collapse_nums` pipe:
`collapse_nums` can detect certain patterns in the collapsed numbers and replace them with the corresponding placeholders if `prettify` suffix is added to the `collapse_nums` pipe:
- `<N>-<N>-<N>-<N>-<N>` is replaced with `<UUID>`.
- `<N>.<N>.<N>.<N>` is replaced with `<IP4>`.