Sha256: 432864b23fd253db5608480147ce69fb2ab72a077faf4d7bfcaa9c90b622e400

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

<source>
  @type tail
  path "#{ENV['GROONGA_QUERY_LOG_PATH'] || '/var/log/groonga/query.log'}"
  read_from_head true
  tag groonga.query
  format none
</source>

<filter groonga.query>
  @type groonga_query_log
</filter>

<match **>
  @type stdout
</match>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-groonga-query-log-1.0.2 sample/dump.conf
fluent-plugin-groonga-query-log-1.0.1 sample/dump.conf