From 32ccc95d4ee63c4a37db9d0e196ad3f7cd84651a Mon Sep 17 00:00:00 2001 From: Maxwellm34 Date: Sat, 6 Jun 2026 05:01:32 +0000 Subject: [PATCH] fix(docs): correct typos in Fluent Bit and Logstash config examples Signed-off-by: Maxwellm34 --- docs/connection-integration/data-integration/fluentbit.md | 2 +- docs/observability/log.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/connection-integration/data-integration/fluentbit.md b/docs/connection-integration/data-integration/fluentbit.md index 8e9e0c0e05650..899ff75928fbe 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 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}"