summaryrefslogtreecommitdiffstats
path: root/test/configs/installed/anno-test.json
blob: 24806c5439273981b3a2217b220626813b9dd76c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "$schema": "https://lnav.org/schemas/config-v1.schema.json",
    "log": {
        "annotations": {
            "org.lnav.test": {
                "description": "test annotation",
                "condition": ":c_ip IS NOT NULL AND $TEST_ANNO = '1'",
                "handler": "anno-test.sh"
            }
        }
    }
}