Sha256: 528132e643723fbedd947737506e4d1d548a548de5f972db2e59848d64720041

Contents?: true

Size: 278 Bytes

Versions: 15

Compression:

Stored size: 278 Bytes

Contents

<source>
  type tail
  path /var/log/apache/access_log
  tag apache.access
  format apache
</source>

<match apache.*>
  type pghstore
  database test
  table test  # (option) default is fluentd_store
  table_option CREATE INDEX time_index ON testb (time);  # (option)
</match>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
fluent-plugin-pghstore-0.2.9 example.conf
fluent-plugin-pghstore-0.2.8 example.conf
fluent-plugin-pghstore-0.2.7 example.conf
fluent-plugin-pghstore-0.2.6 example.conf
fluent-plugin-pghstore-0.2.5 example.conf
fluent-plugin-pghstore-0.2.3 example.conf
fluent-plugin-pghstore-0.2.2 example.conf
fluent-plugin-pghstore-0.2.1 example.conf
fluent-plugin-pghstore-0.1.2 example.conf
fluent-plugin-pghstore-0.1.1 example.conf
fluent-plugin-pghstore-0.1.0 example.conf
fluent-plugin-pghstore-0.0.4 example.conf
fluent-plugin-pghstore-0.0.3 example.conf
fluent-plugin-pghstore-0.0.2 example.conf
fluent-plugin-pghstore-0.0.1 example.conf