diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-29 12:49:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-29 12:49:49 +0300 |
| commit | 683aa83d8171bd4265f4c6464c1103ec9be8271f (patch) | |
| tree | b72f904487dac779a9367e5bcb3bbe46723a8421 /integrationtests/dserver2.cfg | |
| parent | a5f0c021f2caecf9adfec65583c915b6c04c27a9 (diff) | |
add dserver integration test for cont. query
Diffstat (limited to 'integrationtests/dserver2.cfg')
| -rw-r--r-- | integrationtests/dserver2.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/integrationtests/dserver2.cfg b/integrationtests/dserver2.cfg new file mode 100644 index 0000000..bbb2cc3 --- /dev/null +++ b/integrationtests/dserver2.cfg @@ -0,0 +1,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" + } + ] + } +} |
