Dynamic Configuration Parameters
Dynamic Configuration parameters allow for setting configuration values for the cluster while it is running.
To get the current configuration value for a dynamic variable, see Getting Dynamic Configuration List
To set the current configuration value for a dynamic variable, see Setting a Dynamic Configuration Value
Table: Dynamic Configuration Parameters Table
Variable | Default Value | Availability | Description |
---|---|---|---|
BucketStorageKeySchemeVersion | 2 MB | introduced in 1.51.0 | Sets a new format for the keys (file names) placed in the bucket. |
BucketStorageWriteVersion | 3 | introduced in 1.68.0 | Allows files larger than 2GB in bucket storage for less memory pressure. |
FdrEnable | false | introduced in 1.40.0 | Turns FDR polling on/off on the entire cluster with a single update. |
FdrExcludedNodes | empty | introduced in 1.40.0 | Excludes specific nodes from polling from FDR. |
FdrMaxNodes | 5 nodes | introduced in 1.40.0 | Maximum number of nodes that simultaneously poll data from the same FDR feed. |
GroupDefaultLimit | 20,000 group elements | introduced in 1.51.0 |
Default limit of group elements allowed in functions like
groupBy() or selfJoin() .
|
GroupMaxLimit | 1,000,000 group elements | introduced in 1.51.0 |
Maximum limit of group elements allowed in
groupBy() .
|
JoinRowLimit | 200,000 rows | introduced in 1.51.0 |
Max number of rows that |
LiveQueryMemoryLimit | 100,000,000 bytes | deprecated in 1.116.0, introduced in 1.51.0 | Amount of memory that a live query can consume during its execution. |
MaxIngestRequestSize | 33,554,432 bytes | introduced in 1.64.0 | Size limit of ingest requests after content-encoding has been applied. |
QueryMemoryLimit | 100,000,000 bytes | deprecated in 1.116.0, introduced in 1.51.0 | How much memory a non-live query can consume during its execution. |
QueryResultRowCountLimit | 100,000 rows | introduced in 1.51.0 | How many events a query can return. |
StateRowLimit | 20,000 rows | introduced in 1.51.0 |
Maximum number of rows allowed in functions. |
TargetMaxRateForDatasource | 2 MB | introduced in 1.51.0 | Target maximum rate of ingest for each shard of a datasource. |
UndersizedMergingRetentionPercentage | 20 % | introduced in 1.63.1 | Time span percentage that can be merged together when selecting undersized segments to merge. |