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 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}"