Sha256: b86a4dac5bf41fb0e7e6ab9c1491242cef4d82b198fbb09381ebbd9255cfdfe5

Contents?: true

Size: 224 Bytes

Versions: 4

Compression:

Stored size: 224 Bytes

Contents

<source>
  type dummy
  tag dummy
  dummy {"message":"foo","time":1432732710,"members":["Alice"]}
</source>

<filter dummy>
  @type where
  where message = 'foo' AND time > 10
</filter>

<match dummy>
  type stdout
</match>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-filter_where-1.0.3 example.conf
fluent-plugin-filter_where-1.0.2 example.conf
fluent-plugin-filter_where-1.0.1 example.conf
fluent-plugin-filter_where-1.0.0 example.conf