Build(deps): Bump ruby/setup-ruby from 1.299.0 to 1.306.0 (#22)
Bumps ruby/setup-ruby from 1.299.0 to 1.306.0.
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
fluent-plugin-parser-cri
Fluentd parser plugin to parse CRI logs.
CRI logs consist of
time,stream,logtagandmessageparts like below:Installation
RubyGems
Configuration
stream/logtagfields or not when<parse>section is specified. Default istrue<parse> section (optional)
Same as parser plugin configuration.
This nested
<parse>is used for parsingmessagepart.Log and configuration example
Basic case
With this configuration, following CRI log
is parsed to
Parse message part with parsers
By specifying
<parse>section, you can parsemessagepart with parser plugins.With this configuration, following CRI log
is parsed to
If you don’t need
stream/logtagfields, setmerge_cri_fields falselike below:Concatenate multiple
messagerecords into oneIf you want to concatenate the following
messagerecords into one record, use @type concat filter plugin withuse_partial_cri_logtagparameter.See fluent-plugin-concat’s usage in more details.
Copyright