Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

I understand the points! The current proposal is to make the following specifications, right? * `glob_policy always`: We can use all glob features, but `@path_delimiter` must be changed. * `glob_policy...

> > * `glob_policy enable_with_wildcard` > > > > What do you think about this? @cosmo0920 @kenhys > > I think that `only_wildcard` would be better to use Why? It...

I see. I would also like to hear @kenhys's opinion. > But, only using `why?` is just like representing that a parent is anger for their kids. It's too direct...

> `@type stdout` is affected by `-o` option. So, there is no wonder that matched event will be logged into redirected to file. So, this is the current specification of...

I think this will never be a problem when using `follow_inodes false` because we can't use wildcards for `path` setting with `follow_inodes false`. (It is the specification that log duplication...

Thanks for your report! > Fluentd tail plugin was outputting `If you keep getting this message, please restart Fluentd`. After coming across https://github.com/fluent/fluentd/issues/3614, we implemented the workaround suggested there. >...

@uristernik Wasn't there a problem with `follow_inodes false` as well? I'd like to sort out each of `follow_inodes false` problem and `follow_inodes true` problem. I'd like to know if there...

Thanks for this fix! I'm seeing this too.

To me, this looks like a reasonable fix to address the problem of one scenario (https://github.com/fluent/fluentd/issues/3614#issuecomment-1578977365). Though I think @ashie has a better grasp of the concerns of this fix,...

> https://github.com/fluent/fluentd/blob/84b1b49a654121a57f16ab4f02cfac7656fc79e6/lib/fluent/plugin/in_tail.rb#L525 > > Why do we need this `deletion`? Hmm? Perhaps I'm confusing something...