summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/weblog/testdata/config.json
blob: 80b51736d4221eb51653ddc187ceb953e06b3401 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
  "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"
    }
  },
  "url_patterns": [
    {
      "name": "ok",
      "match": "ok"
    }
  ],
  "custom_fields": [
    {
      "name": "ok",
      "patterns": [
        {
          "name": "ok",
          "match": "ok"
        }
      ]
    }
  ],
  "custom_time_fields": [
    {
      "name": "ok",
      "histogram": [
        123.123
      ]
    }
  ],
  "custom_numeric_fields": [
    {
      "name": "ok",
      "units": "ok",
      "multiplier": 123,
      "divisor": 123
    }
  ],
  "histogram": [
    123.123
  ],
  "group_response_codes": true
}