10class.mql 320 B

1234567891011121314151617
  1. create class if not exists /test/bucketstrulog (
  2. host varchar,
  3. bklog bucket {
  4. "type" : "bitlog",
  5. "files": ["*.log"],
  6. "sample" : ["2020-05-15 00:49:59,666666"],
  7. "ttl" : 365
  8. } 'full',
  9. keys(host),
  10. indexes(host)
  11. ) with key=manu, nickname='bucketstrulog'
  12. ;