summaryrefslogtreecommitdiff
path: root/integrationtests/dserver1.cfg
blob: 9d8bf28158b9f0f6d10298038d6495dcfe987aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "Server": {
    "Schedule": [
      {
        "Name": "dserver_schedule_test",
        "Enable": true,
        "AllowFrom": [
          "localhost"
        ],
        "TimeRange": [
          0,
          24
        ],
        "Files": "./mapr_testdata.log",
        "Query": "from STATS select count($line),last($time),avg($goroutines),min(concurrentConnections),max(lifetimeConnections) group by $hostname",
        "Outfile": "./dserver1.csv.tmp"
      }
    ]
  }
}