You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/configs/installed/anno-test.json

12 lines
330 B
JSON

{
"$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"
}
}
}
}