Sha256: ed37ad83fbd44197256b8c857357d7a6144be58bbf2184ec300881fde95811be

Contents?: true

Size: 778 Bytes

Versions: 153

Compression:

Stored size: 778 Bytes

Contents

<source>
  @type dummy
  @label @exec
  tag exec_input
  rate 10
  auto_increment_key num
  dummy {"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

153 entries across 153 versions & 2 rubygems

Version Path
fluentd-1.11.1-x86-mingw32 example/out_exec_filter.conf
fluentd-1.11.1-x64-mingw32 example/out_exec_filter.conf
fluentd-1.11.1 example/out_exec_filter.conf
fluentd-1.11.0-x64-mingw32 example/out_exec_filter.conf
fluentd-1.11.0-x86-mingw32 example/out_exec_filter.conf
fluentd-1.11.0 example/out_exec_filter.conf
fluentd-1.10.4-x86-mingw32 example/out_exec_filter.conf
fluentd-1.10.4-x64-mingw32 example/out_exec_filter.conf
fluentd-1.10.4 example/out_exec_filter.conf
fluentd-1.10.3-x64-mingw32 example/out_exec_filter.conf
fluentd-1.10.3-x86-mingw32 example/out_exec_filter.conf
fluentd-1.10.3 example/out_exec_filter.conf
fluentd-1.10.2-x64-mingw32 example/out_exec_filter.conf
fluentd-1.10.2-x86-mingw32 example/out_exec_filter.conf
fluentd-1.10.2 example/out_exec_filter.conf
fluentd-1.10.1-x86-mingw32 example/out_exec_filter.conf
fluentd-1.10.1-x64-mingw32 example/out_exec_filter.conf
fluentd-1.10.1 example/out_exec_filter.conf
fluentd-1.10.0-x64-mingw32 example/out_exec_filter.conf
fluentd-1.10.0-x86-mingw32 example/out_exec_filter.conf