Sha256: 5fafc2778dc183775f7f4e515280d6703d4e43f6076985ca42353a24c17ee015

Contents?: true

Size: 780 Bytes

Versions: 125

Compression:

Stored size: 780 Bytes

Contents

<source>
  @type sample
  @label @exec
  tag exec_input
  rate 10
  auto_increment_key num
  sample {"data":"mydata"}
</source>

<label @exec>
  <match exec_input>
    @type exec_filter
    @label @stdout
    tag result
    command ruby -e 'STDOUT.sync = true; proc = ->(){line = STDIN.readline.chomp; puts line + "\t" + Process.pid.to_s}; 1000.times{ proc.call }'
    num_children 3
    child_respawn -1
    <inject>
      time_key time
      time_type float
    </inject>
    <format>
      @type tsv
      keys data, num, time
    </format>
    <parse>
      @type tsv
      keys data, num, time, pid
    </parse>
    <extract>
      time_key time
      time_type float
    </extract>
  </match>
</label>

<label @stdout>
  <match result>
    @type stdout
  </match>
</label>

Version data entries

125 entries across 125 versions & 7 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_exec_filter.conf
fluentd-1.16.6-x86-mingw32 example/out_exec_filter.conf
fluentd-1.16.6-x64-mingw32 example/out_exec_filter.conf
fluentd-1.16.6-x64-mingw-ucrt example/out_exec_filter.conf
fluentd-1.16.6 example/out_exec_filter.conf
fluentd-1.17.1-x86-mingw32 example/out_exec_filter.conf
fluentd-1.17.1-x64-mingw32 example/out_exec_filter.conf
fluentd-1.17.1-x64-mingw-ucrt example/out_exec_filter.conf
fluentd-1.17.1 example/out_exec_filter.conf
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_exec_filter.conf
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_exec_filter.conf
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/example/out_exec_filter.conf
fluentd-1.17.0-x86-mingw32 example/out_exec_filter.conf
fluentd-1.17.0-x64-mingw-ucrt example/out_exec_filter.conf
fluentd-1.17.0-x64-mingw32 example/out_exec_filter.conf
fluentd-1.17.0 example/out_exec_filter.conf
fluentd-1.16.5-x64-mingw-ucrt example/out_exec_filter.conf
fluentd-1.16.5-x86-mingw32 example/out_exec_filter.conf
fluentd-1.16.5-x64-mingw32 example/out_exec_filter.conf
fluentd-1.16.5 example/out_exec_filter.conf