fix retention
This commit is contained in:
@@ -19,9 +19,9 @@ DEFAULT_CONFIG: dict[str, object] = {
|
||||
"graylog_raw_sample_events": 5000,
|
||||
"graylog_mcp_call_timeout_seconds": 8,
|
||||
"graylog_mcp_poll_timeout_seconds": 120,
|
||||
"baseline_retention_days": 14,
|
||||
"baseline_value_retention_days": 7,
|
||||
"baseline_max_values_per_field": 2000,
|
||||
"baseline_retention_days": 7,
|
||||
"baseline_value_retention_days": 3,
|
||||
"baseline_max_values_per_field": 500,
|
||||
"baseline_training_days": 7,
|
||||
"graylog_field_mapping": "",
|
||||
"llm_enabled": False,
|
||||
|
||||
Reference in New Issue
Block a user