Skip to main content
Version: 6.1

Cluster Settings

Cluster settings control correlator behavior and are the same for all nodes. A configured value is replicated across the entire cluster.

Overriding Settings

By default, all parameters use their built-in values.

To specify a custom parameter value:

  1. Click Override Setting
  2. In Select Setting, select the required parameter. Its current default value is displayed next to its name
  3. Enter the parameter value
  4. Click Add to apply the value, or Cancel to close the form without changes

The parameter appears in a separate table of overridden settings. Resetting a parameter in this table restores its built-in value.

Event Ingestion

ParameterDescriptionDefault
ingest.queue_sizeEvent queue capacity1000000
ingest.dedupe_ttlEvent duplicate suppression window600s
ingest.dedupe_max_entriesMaximum number of entries in the duplicate table1000000
ingest.event_sample_sizeNumber of event samples stored for each alias10

Cluster Coordination

ParameterDescriptionDefault
cluster.heartbeatInterval between node heartbeat messages3s
cluster.peer_timeoutTimeout after which a node is considered unavailable30s

Data Retention

ParameterDescriptionDefault
retention.firesFiring retention period30d
retention.processed_sourcesProcessed source retention period30d

Negative Filter

ParameterDescriptionDefault
negative_filter.enabledEnables the negative filtertrue
negative_filter.budget_mbFilter memory allocation, MB256
negative_filter.pending_spill_mbAmount of data spilled to disk, MB32

Time Model

ParameterDescriptionDefault
time_model.max_skew_fwdMaximum allowed event time lead300s
time_model.max_lag_back_floorMaximum allowed event time lag3600s
time_model.retention_grace_floorMinimum state retention margin30s
time_model.retention_grace_ceilMaximum state retention margin300s

Correlation

ParameterDescriptionDefault
correlation.max_partials_per_ruleMaximum number of incomplete chains per rule4096
correlation.reserved_step_poolReserved chain step pool512
correlation.global_partial_ceilingMaximum total number of incomplete chains per node1000000
correlation.max_aggregation_set_per_groupMaximum aggregation set size per group100000