Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/connection-integration/data-integration/fluentbit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/observability/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down