Sha256: 695afd4a09b3bcabe2b4317494e87618773345ee7b3e50aa4c6a6c33dcf090e2

Contents?: true

Size: 686 Bytes

Versions: 261

Compression:

Stored size: 686 Bytes

Contents

<system>
  workers 4
  root_dir /path/fluentd/root
</system>

<source> # top-level sections works on all workers in parallel
  @type forward
  port 24224
</source>

<match all> # this sections also works on all workers in parallel
  @type stdout
  <inject>
    worker_id_key worker_id
  </inject>
</match>

<worker 0> # this section works only on first worker process
  <source>
    @type tail
    format none
    path /var/log/fluentd_test.log
    pos_file /var/log/fluentd_test.pos
    tag tail
    rotate_wait 5
    read_from_head true
    refresh_interval 60
  </source>

  <match tail>
    @type stdout
    <inject>
      worker_id_key worker_id
    </inject>
  </match>
</worker>

Version data entries

261 entries across 261 versions & 7 rubygems

Version Path
fluentd-1.16.4-x64-mingw-ucrt example/worker_section.conf
fluentd-1.16.4-x86-mingw32 example/worker_section.conf
fluentd-1.16.4-x64-mingw32 example/worker_section.conf
fluentd-1.16.4 example/worker_section.conf
fluentd222-1.16.2-x86_64-linux example/worker_section.conf
fluentd-1.16.3-x86-mingw32 example/worker_section.conf
fluentd-1.16.3-x64-mingw32 example/worker_section.conf
fluentd-1.16.3-x64-mingw-ucrt example/worker_section.conf
fluentd-1.16.3 example/worker_section.conf
fluentd-1.16.2-x86-mingw32 example/worker_section.conf
fluentd-1.16.2-x64-mingw32 example/worker_section.conf
fluentd-1.16.2-x64-mingw-ucrt example/worker_section.conf
fluentd-1.16.2 example/worker_section.conf
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/fluentd-1.16.1/example/worker_section.conf
fluentd-1.16.1-x64-mingw-ucrt example/worker_section.conf
fluentd-1.16.1-x64-mingw32 example/worker_section.conf
fluentd-1.16.1-x86-mingw32 example/worker_section.conf
fluentd-1.16.1 example/worker_section.conf
fluentd-1.16.0-x64-mingw32 example/worker_section.conf
fluentd-1.16.0-x64-mingw-ucrt example/worker_section.conf