mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Logs: Rename dedup to deduplication (#62944)
* fix: rename dedup with deduplication * docs: update documentation * fix: update names
This commit is contained in:
@@ -85,13 +85,13 @@ Set this to True if you want the display to use line wrapping. If set to False,
|
||||
|
||||
Set this to `true` to pretty print all JSON logs. This setting does not affect logs in any format other than JSON.
|
||||
|
||||
#### Deduping
|
||||
#### Deduplication
|
||||
|
||||
Log data can be very repetitive and Explore can help by hiding duplicate log lines. There are a few different deduplication algorithms that you can use:
|
||||
|
||||
- **Exact -** Exact matches are done on the whole line except for date fields.
|
||||
- **Numbers -** Matches on the line after stripping out numbers such as durations, IP addresses, and so on.
|
||||
- **Signature -** The most aggressive deduping, this strips all letters and numbers and matches on the remaining whitespace and punctuation.
|
||||
- **Signature -** The most aggressive deduplication, this strips all letters and numbers and matches on the remaining whitespace and punctuation.
|
||||
|
||||
#### Flip results order
|
||||
|
||||
|
||||
Reference in New Issue
Block a user