summaryrefslogtreecommitdiff
path: root/integrationtests/dserver2.cfg
blob: bbb2cc322187d7f64ee1138f144b350770cafbbf (plain)
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"
      }
    ]
  }
}