1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "Server": { "Continuous": [ { "Name": "dserver_continuous_test", "Enable": true, "AllowFrom": [ "localhost" ], "Files": "./dserver2.log", "Query": "from INTEGRATIONTEST select last($line),max(foo),min(bar) group by $hostname interval 1", "Outfile": "./dserver2.csv" } ] } }