summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/squidlog/testdata/config.json
blob: 5d563cc7ea5c4eee31e83e01654ef68e014c764d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "update_every": 123,
  "path": "ok",
  "exclude_path": "ok",
  "log_type": "ok",
  "csv_config": {
    "fields_per_record": 123,
    "delimiter": "ok",
    "trim_leading_space": true,
    "format": "ok"
  },
  "ltsv_config": {
    "field_delimiter": "ok",
    "value_delimiter": "ok",
    "mapping": {
      "ok": "ok"
    }
  },
  "regexp_config": {
    "pattern": "ok"
  },
  "json_config": {
    "mapping": {
      "ok": "ok"
    }
  }
}