From 5db7c290d3e5e7860328bf313e31c3221085bdda Mon Sep 17 00:00:00 2001 From: luojiyin Date: Tue, 2 Jun 2026 18:04:26 +0800 Subject: [PATCH 1/2] fix(docs): correct typo datatime -> datetime in fluentbit config comment --- docs/connection-integration/data-integration/fluentbit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connection-integration/data-integration/fluentbit.md b/docs/connection-integration/data-integration/fluentbit.md index bb45d54a28067..9437b8b3abf88 100644 --- a/docs/connection-integration/data-integration/fluentbit.md +++ b/docs/connection-integration/data-integration/fluentbit.md @@ -201,7 +201,7 @@ This scenario requires two configuration files: table your_table # add 'collect_time' to the record time_key collect_time - # 'collect_time' is timestamp, change it to datatime + # 'collect_time' is timestamp, change it to datetime header columns collect_time=from_unixtime(collect_time) log_request true log_progress_interval 10 From d9659f2e4df9ab823f4afb521ca29ccdcc5b7600 Mon Sep 17 00:00:00 2001 From: luojiyin Date: Tue, 2 Jun 2026 18:04:30 +0800 Subject: [PATCH 2/2] fix(docs): correct typo fileld -> field in logstash config comment --- docs/observability/log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/observability/log.md b/docs/observability/log.md index 05f740f8f0bb7..8694ca0da58a4 100644 --- a/docs/observability/log.md +++ b/docs/observability/log.md @@ -400,7 +400,7 @@ Follow these steps: "load_to_single_tablet" => "true" } - # field mapping: doris fileld name => logstash field name + # field mapping: doris field name => logstash field name # %{} to get a logstash field, [] for nested field such as [host][name] for host.name mapping => { "ts" => "%{@timestamp}"