Skip to content

Commit

Permalink
also remove from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davemarco committed Jun 19, 2024
1 parent d64ec33 commit bd508e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions plugins/out_clp_s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ plugin will parse the record as JSON
- `allow_missing_key`: Fallback to whole record if key is missing from log. If set to false, an error will
be recorded instead
- `single_key`: Value for single key
- `IR_encoding`: CLP IR encoding type
- `time_zone`: Time zone of the source producing the log events, so that local times (any time
that is not a unix timestamp) are handled correctly

Expand All @@ -74,7 +73,6 @@ See below for an example:
use_single_key true
allow_missing_key true
single_key log
IR_encoding FourByte
time_zone America/Toronto
match *
```
Expand Down
1 change: 0 additions & 1 deletion plugins/out_clp_s3/fluent-bit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,5 @@
use_single_key true
allow_missing_key true
single_key log
IR_encoding FourByte
time_zone America/Toronto
match *

0 comments on commit bd508e9

Please sign in to comment.