This feature is available as an add-on for the Honeycomb Enterprise plan.
Please contact your Honeycomb account team for details.
Description
The Deduplicate Logs processor can be used to deduplicate logs over a time range and emit a single log with the count of duplicate logs. Logs are considered duplicates if the following match:- Severity
- Log Body
- Resource Attributes
- Log Attributes
Supported Types
Configuration Table
* required field
include_fields Parameter
The include_fields parameter allows the user to remove fields from being considered when looking for duplicate logs. Fields can be included from either the body or attributes of a log. Though the entire body cannot be included. Nested fields can be specified by delimiting each part of the path with a .. If a field contains a . as part of its name it can be escaped by using \..
Below are a few examples and how to specify them:
- Include
timestampfield from the body ->body.timestamp - Include a
log.file.namefield from the log attributes ->attributes.log\.file\.name - Include a nested
ipfield inside asrcattribute ->attributes.src.ip
exclude_fields Parameter
The exclude_fields parameter allows the user to remove fields from being considered when looking for duplicate logs. Fields can be excluded from either the body or attributes of a log. Though the entire body cannot be excluded. Nested fields can be specified by delimiting each part of the path with a .. If a field contains a . as part of its name it can be escaped by using \..
Below are a few examples and how to specify them:
- Exclude
timestampfield from the body ->body.timestamp - Exclude a
host.namefield from the log attributes ->attributes.host\.name - Exclude a nested
ipfield inside asrcattribute ->attributes.src.ip
Example Configuration
Basic Configuration
Setting a customlog_count_attribute and timezone while deduplicating logs on a 60 second interval.
Web Interface

Standalone Processor
Exclude Fields
This example shows the addition ofexclude_fields. More information on exclude_fields can be found here.
Web Interface
