select bklog FROM /test/bucketlog /** output() **/ ; SELECT bklog.time('2020-04-22', '').inst() FROM /test/bucketlog /** output() **/ ; SELECT bklog.date("2020-06-28").inst() FROM /test/bucketlog /** output() **/ ; SELECT bklog["file*.log"{116669996670004, 116669996680008}] FROM /test/bucketlog /** output() **/ ; SELECT bklog["file1.log"{1,3,6,7}].time('2020-06-25 00:49:59,667', '').find( "twcs skipping" ) FROM /test/bucketlog /** output() **/ ; SELECT bklog.time('2020-06-23 14:50','2020-06-23 15:00').find('twcs'),id FROM /test/bucketlog /** output() **/ ; SELECT id FROM /test/bucketlog where bklog.time("2020-05-01","").find("INFO").assert() /** output() **/ ; select bklog2 FROM /test/bucketlog2 /** output() **/ ;