Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

Please check this behavior in your environment, and please find out what is causing that behavior. Since you are able to discard nulls (I'm not sure which setting is working...

I just wanted to say I think this is not a bug of Parser, and you can confirm it by this example.

Could you summarize how to reproduce that in this way: https://github.com/fluent/fluentd/issues/4222#issuecomment-1615381247? It is important to summarize and share the general reproduction way.

Sorry! Thanks for your report! I will try to reproduce it!

@andrew-pickin-epi Thanks for sharing the detailed info for reproducing. I can reproduce this. ```xml @type tail tag test path /path/to/sample.json read_from_head true @type none @id parser_argo @type parser key_name message...

This is caused by the nested JSON. `null_value_pattern` is not applied to the nested JSON values. This is simply because the JSON parser does not have enough features. (It looks...

You want to discard certain values for nested JSON, right? The current JSON parser can not do that, so we need to think of another way. I can't think of...

Thanks for this fix! > It's never unwatched when shutdown occurs before rotate_wait passed. At this point, this fix basically looks good to me. > Needless rotate_wait timers are executed...

> > Needless rotate_wait timers are executed when it detects more rotations. > > At this point, we need more modifications. Maybe they should be done in other PRs, but...