Sha256: b2145e30232e555f0723435ec89d577e933e190780b6f929e5c296457bb5e910

Contents?: true

Size: 604 Bytes

Versions: 3

Compression:

Stored size: 604 Bytes

Contents

<source>
  type presto_query
  tag presto_query.exsample
  host presto-cordinator
  catalog store
  schema public
  sql select user_id, count(*) as cnt from pageview where user_id is not null group by user_id having count(*) > 1000
  cron * * * * *
</source>

<source>
  type presto_query
  tag presto_query.exsample
  host presto-cordinator
  catalog store
  schema public
  interval 10s
  sql select user_id, count(*) as cnt from db01.schema.conversion where user_id is not null group by user_id having count(*) > 1000
  cron 0 * * * *
</source>

<match presto_query.exsample>
  type stdout
</match>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fluent-plugin-presto_query-0.0.3 exsample/exsample.conf
fluent-plugin-presto_query-0.0.2 exsample/exsample.conf
fluent-plugin-presto_query-0.0.1 exsample/exsample.conf