Skip to content

Commit ea434d8

Browse files
committed
Update document
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 6e4f88d commit ea434d8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Or install it yourself as:
5050
#use_partial_metadata false
5151
#keep_partial_metadata false
5252
#partial\_metadata\_format docker-fluentd
53+
#use\_partial\_cri\_logtag false
54+
#partial\_cri\_logtag\_key nil
55+
#partial\_cri\_stream\_key stream
5356
</filter>
5457
```
5558

@@ -73,6 +76,9 @@ Or install it yourself as:
7376
|use\_partial\_metadata|Use partial metadata to concatenate multiple records|`false`|
7477
|keep\_partial\_metadata|If true, keep partial metadata|`false`|
7578
|partial\_metadata\_format|Input format of the partial metadata (fluentd or journald docker log driver) ( `docker-fluentd`, `docker-journald`, `docker-journald-lowercase`)<br>Configure based on the input plugin, that is used. <br>The docker fluentd and journald log drivers are behaving differently, so the plugin needs to know, what to look for.<br>Use `docker-journald-lowercase`, if you have `fields_lowercase true` in the `journald` source config |`docker-fluentd`|
79+
|use\_partial\_cri\_logtag|bool (optional)|Use cri log tag to concatenate multiple records||
80+
|partial\_cri\_logtag\_key|string (optional)|The key name that is referred to concatenate records on cri log||
81+
|partial\_cri\_stream\_key|string (optional)|The key name that is referred to detect stream name on cri log|`stream`|
7682

7783
## Usage
7884

0 commit comments

Comments
 (0)