Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Jun 20, 2024
1 parent 45b479f commit 3782757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/out_clp_s3/flush/flush.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func DecodeTs(ts interface{}) time.Time {
}

// Retrieves message as a string from record object. The message can consist of the entire object or
// just a single key. For a single key, user should set set_single_key to true in fluentbit.conf.
// just a single key. For a single key, user should set use_single_key to true in fluentbit.conf.
// In addition user, should set single_key to "log" which is default fluent-bit key for unparsed
// messages; however, single_key can be set to another value. To prevent failure if the key is
// missing, user can specify allow_missing_key, and behaviour will fallback to the entire object.
Expand Down

0 comments on commit 3782757

Please sign in to comment.