mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-21 15:45:01 +00:00
docs/VictoriaLogs/LogsQL.md: typo fix: remove double with with
(cherry picked from commit f54f73033b
)
This commit is contained in:
parent
f41a32609c
commit
590859fb40
1 changed files with 1 additions and 1 deletions
|
@ -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>`.
|
||||
|
|
Loading…
Reference in a new issue