github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-fluentd/testdata/fluentd-workers.conf (about)

     1  <system>
     2    workers 3
     3  </system>
     4  
     5  <source>
     6    @type forward
     7    @id forward_input
     8    tag test.data
     9  </source>
    10  
    11  <match test.**>
    12    @type stdout
    13    @id stdout_output
    14  </match>
    15  
    16  <source>
    17    @type monitor_agent
    18    bind 0.0.0.0
    19    port 24230
    20  </source>