okkez
okkez
You can confirm the behavior like the following: ``` # fluent.conf @type dummy tag log.k8s dummy [ {"message": "kalp"}, {"message": "this is test"} ] @label @INPUT @type rewrite_tag_filter key message...
built-in [filter_parser](https://docs.fluentd.org/v0.12/articles/filter_parser) and [fluent-plugin-grok-parser](https://github.com/fluent/fluent-plugin-grok-parser) can handle Grok pattern. For example (pseudo code): ``` @type forward @label @rewritetag @type parser @type grok pattern ... @type rewrite_tag_filter ... ```
Could you try #116 and https://github.com/nodejs/node/pull/23895 ?
It is difficult to handle it in the fluent-logger-node library.
Use [record_transformer](https://github.com/fluent/fluent-plugin-rewrite-tag-filter/issues/87) before apply this plugin.
There are some gems for SQL cursor. - https://github.com/afair/postgresql_cursor - https://github.com/zoocasa/activerecord-postgresql-cursors
Sorry for the delay. Do you have the raw logs? I tested the following configuration, but I could not reproduce your situation. ``` @type dummy tag dummy dummy [ {"message":...
Yes, this plugin supports multi-line and multi-format. But this plugin does not support multiple `multiline_start_regexp`. You cannot use `multiline_start_regexp` in `` section. If you have multiple files for log4j2, you...
Could you show me your nginx.conf around log formatting? And consider using https://docs.fluentd.org/parser/nginx, please.
Please check usage about timeout_label parameter.