Distinct counter
Calculate distinct field values over time
Overview
The distinct counter is a stateful processor which tracks distinct values for specified fields. Two key functions are provided:
Number of distinct field values
Number of of times the distinct field value has been seen
Example & DSL attributes
Response
The processor adds a distinctCounter attribute with the following result
Attributes schema
Attribute
Description
Data Type
Required
name
Descriptive name of the processor function
String
Default: Random UUID
fields
List of fields to count the number of time the same value has been seen
String List
Last updated