|
@@ -2,8 +2,8 @@
|
|
|
select bklog FROM /test/bucketlog
|
|
select bklog FROM /test/bucketlog
|
|
|
/**
|
|
/**
|
|
|
output()
|
|
output()
|
|
|
-match('bklog.len',5,'bklog.0.len',4)
|
|
|
|
|
-match('bklog.0.1','file1.log','bklog.4.1','file1.log')
|
|
|
|
|
|
|
+match('bklog.len',10,'bklog.0.len',4)
|
|
|
|
|
+match('bklog.0.1','file1.log','bklog.4.1','file1.log','bklog.9.1','file1.log')
|
|
|
**/
|
|
**/
|
|
|
;
|
|
;
|
|
|
|
|
|