Kentaro Hayashi

Results 285 comments of Kentaro Hayashi

It seems that no way to disable slicing at the moment. but how about specifying longer-term in `timekey` in `` section? (it may be a dirty workaround) BTW, why do...

It seems related to #3342. FYI: Recently, fluent-plugin-systemd 1.0.5 was released. It fixes "Plug a memory leaks on every reload" https://github.com/fluent-plugin-systemd/fluent-plugin-systemd/pull/91 Does it reproducible even though fluent-plugin-systemd 1.0.5?

I hope that `max_line_size` will work for you. (It is available since Fluentd v1.14.4) https://docs.fluentd.org/input/tail#max_line_size

It seems that it is reproducible with a more simple in_exec example. it may also reproducible for out_exec side. ``` process_name fluentd_monitor @type exec tag hardware.memory run_interval 10s command PATH_TO_COMMAND...

FYI: It seems that it will be reproducible. even though newer versions. Ubuntu 1804( https://app.vagrantup.com/generic/boxes/ubuntu1804 ) nginx 1.19.3 (compiled from source by default because 1.19.3 is not packaged yet. then...

FYI This error log may be come from https://github.com/nginx/nginx/blob/release-1.19.3/src/os/unix/ngx_readv_chain.c#L235 ``` err = ngx_socket_errno; if (err == NGX_EAGAIN || err == NGX_EINTR) { ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, err, "readv() not ready"); n =...

Use the following, do not define multiple ``. ``` workers 1 rpc_endpoint "#{ENV['POD_IP']}:24444" @type null @type sample sample {"hello borg ooo":"world"} rate 1 tag sample.ni.hao @type stdout ```

https://github.com/fluent/fluentd/blob/master/lib/fluent/supervisor.rb#L290-L303 It seems that `Fluent::Engine.reload_config` raise it.

This issue is derived from google groups question: http auth for in_http plugin https://groups.google.com/g/fluentd/c/5dsZR4NCUII/m/2DnKjDFjAwAJ Practically, maybe in forward is good enough but for the record, I've created this issue.