diff --git a/pkg/config/config_template.yaml b/pkg/config/config_template.yaml index 454fa9831b5e..300b11cd8217 100644 --- a/pkg/config/config_template.yaml +++ b/pkg/config/config_template.yaml @@ -987,6 +987,14 @@ api_key: # name: # pattern: + ## @param auto_multi_line_detection - boolean - optional - default: false + ## @env DD_LOGS_CONFIG_AUTO_MULTI_LINE_DETECTION - boolean - optional - default: false + ## Enable automatic aggregation of multi-line logs for common log patterns. + ## More information can be found in Datadog documentation: + ## https://docs.datadoghq.com/agent/logs/auto_multiline_detection/?tab=configurationfile + # + # auto_multi_line_detection: true + ## @param force_use_http - boolean - optional - default: false ## @env DD_LOGS_CONFIG_FORCE_USE_HTTP - boolean - optional - default: false ## By default, the Agent sends logs in HTTPS batches to port 443 if HTTPS connectivity can