summaryrefslogtreecommitdiffstats
path: root/test/bad-config/formats/no-samples/format.json
blob: 5c062943eb73a751c695b8a0f3dfa3468e8f11ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "$schema": "https://lnav.org/schemas/format-v1.schema.json",
    "no_sample_log": {
        "title": "invalid sample test",
        "regex": {
            "std": {
                "pattern": "^(?<timestamp>\\d+): (?<body>.*)$"
            },
            "semi": {
                "pattern": "^(?<timestamp>\\d+); (?<body>\\w+)$"
            }
        },
        "timestamp-format": [
            "%i"
        ]
    }
}