Kentaro Hayashi
Kentaro Hayashi
> Thanks for the test, but sounds like you built using Windows 10 20H1, right? Yes, not the server edition.
It seems that supporting `utc` may be good.
It seems that this issue will be reproduced without `rewrite_tag_filter`. With `remove_keys` in filter causes it. :thinking: ``` @type record_modifier type k8s message ${record["log"]} #remove_keys log ```
Does it succeed to upgrade Fluentd image? It seems that the old version of Fluentd is used. ``` 2021-10-26 04:17:52 +0000 [info]: starting fluentd-1.3.2 pid=8 ruby="2.5.2" 2021-10-26 04:17:52 +0000 [info]:...
TODO: https://github.com/fluent/fluent-plugin-kafka/issues/323#issuecomment-593515053 need to update explanation.
@ioolkos Hi, already 1.12.5 was shipped but the container image is not updated since 1.12.3. https://github.com/vernemq/vernemq/releases/tag/1.12.5 Are there any blocker for releasing newer image?
How about using https://docs.fluentd.org/quickstart/faq#how-can-i-use-environment-variables-to-configure-parameters-dynamically?
Hmm, if `dataserver HOSTNAME/SQLSERVERINSTANCE` is supported as configuration parameter, does it solve this situation?
Hmm, what "not in fluent-plugin-sql" mean? Even though `dataserver` parameter is supported, will it not resolved at all? ```ruby diff --git a/lib/fluent/plugin/in_sql.rb b/lib/fluent/plugin/in_sql.rb index babec57..36ac9b9 100644 --- a/lib/fluent/plugin/in_sql.rb +++ b/lib/fluent/plugin/in_sql.rb...
Yes, as the above code is PoC code. If it works, it may have a value to make it as a PR.