Sha256: ba2ccdfeed1f2c7f73228fa2512dbc885e2e38105b47bba3819e69335407939e

Contents?: true

Size: 419 Bytes

Versions: 6

Compression:

Stored size: 419 Bytes

Contents

<source>
  type cat_sweep
  log_level "#{ENV['DEBUG'] ? 'debug' : 'info'}"

  file_path_with_glob tmp/test/*
  format none
  tag raw.eventlog

  waiting_seconds 60
  move_to /tmp/move_to

  processing_file_suffix .processing # default: .processing
  error_file_suffix .error # default: .error
  oneline_max_bytes 536870912 # default: 512MB
  run_interval 5 # default: 5 sec
</source>

<match **>
  type stdout
</match>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-plugin-cat-sweep-0.2.0 example.conf
fluent-plugin-cat-sweep-0.1.5 example.conf
fluent-plugin-cat-sweep-0.1.4 example.conf
fluent-plugin-cat-sweep-0.1.3 example.conf
fluent-plugin-cat-sweep-0.1.2 example.conf
fluent-plugin-cat-sweep-0.1.1 example.conf