Skip to content

Commit e6e0275

Browse files
authored
Merge pull request #107 from fluent-plugins-nursery/release-2.5.0
Release 2.5.0
2 parents 6e4f88d + fe48ddf commit e6e0275

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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

fluent-plugin-concat.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = "fluent-plugin-concat"
7-
spec.version = "2.4.0"
7+
spec.version = "2.5.0"
88
spec.authors = ["Kenji Okimoto"]
99
spec.email = ["[email protected]"]
1010

0 commit comments

Comments
 (0)