Skip to content

Commit

Permalink
edit text (#24465)
Browse files Browse the repository at this point in the history
  • Loading branch information
maycmlee authored Aug 5, 2024
1 parent 819b3f8 commit aa43ff2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To set up the deduplicate processor:
- If `Match` is selected, then after a log passes through, future logs that have the same values for all of the fields you specify below are removed.
- If `Ignore` is selected, then after a log passes through, future logs that have the same values for all of their fields, *except* the ones you specify below, are removed.
1. Enter the fields you want to match on, or ignore. At least one field is required, and you can specify a maximum of three fields.
- Use the path notation `<OUTER_FIELD>.<INNER_FIELD>` to match subfields. See [example](#path-notation-example).
- Use the path notation `<OUTER_FIELD>.<INNER_FIELD>` to match subfields. See the [Path notation example](#path-notation-example) below.
1. Click **Add field** to add additional fields you want to filter on.

##### Path notation example
Expand Down

0 comments on commit aa43ff2

Please sign in to comment.