Dedupe Processor

Description

The Dedupe processor removes duplicate values from log data.

Use

This processor is most useful for reducing “chatter” in logs. The overlap of data across fields is the key to having this processor work effectively. This processor will emit the first matching record of the set of records that are being compared.

Configuration

There are three options to configure for this processor.

OptionDescriptionExample
Number of EventsThe number of events to compare across. Limited to 5000.5000
Comparison Type

Match will remove duplicate records based on the specified fields.

Ignore will remove duplicate records based on all fields except those specified.

Match
FieldsThe field or fields to apply the Dedupe processing to..foo

Example - Match

Before

JSON
Copy

Dedupe Options

OptionValue
Number of Events5
Comparison TypeMatch
Fields.foo

After

JSON
Copy

Example - Ignore

Before

JSON
Copy

Dedupe Options

OptionValue
Number of Events5
Comparison TypeIgnore
Fields.baz

After

JSON
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated