fluent-plugin-multiprocess icon indicating copy to clipboard operation
fluent-plugin-multiprocess copied to clipboard

Multiprocess agent plugin for Fluentd

Results 7 fluent-plugin-multiprocess issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use `in_multiprocess` plugin, it works fine and can start child fluentd processe, but it does not stop it when I try to stop the parent...

``` 2018-05-21 08:32:41 +0000 [info]: starting fluentd-1.0.2 pid=8152 ruby="2.4.2" 2018-05-21 08:32:41 +0000 [info]: spawn command to main: cmdline=["/opt/td-agent/embedded/bin/ruby", "-Eascii-8bit:ascii-8bit", "/usr/sbin/td-agent", "--log", "/var/log/td-agent/td-agent.log", "--under-supervisor"] 2018-05-21 08:32:42 +0000 [info]: gem 'fluent-plugin-elasticsearch' version...

..so log rotation becomes more complex 2018-04-17 15:34:17 +0000 [info]: gem 'fluent-plugin-elasticsearch' version '2.4.0' 2018-04-17 15:34:17 +0000 [info]: gem 'fluent-plugin-flowcounter' version '1.3.0' 2018-04-17 15:34:17 +0000 [info]: gem 'fluent-plugin-kafka' version '0.6.5'...

``` 2018-04-06 13:13:00 +0000 [warn]: #0 failed to write data into buffer by buffer overflow action=:throw_exception 2018-04-06 13:13:00 +0000 [warn]: #0 emit transaction failed: error_class=Fluent::Plugin::Buffer::BufferOverflowError error="can't create buffer metadata for...

Environment: - CentOS release 6.4 (Final) x86_64 - fluentd (0.10.41) - fluent-plugin-multiprocess (0.1.0) Log: ``` # /etc/init.d/td-agent restart Shutting down td-agent: [ OK ] Starting td-agent: [ OK ] #...

Hi- We're using the fluent-plugin-multiprocess plugin and sometimes td-agent binds to 0.0.0.0 instead of 127.0.0.1, when we have the following specified in our configs: > ``` > ad-events: > #...

Please add an option where if one of the child processes unexpectedly, the parent shuts down any other children and then quits. Use case: if one of the children has...