mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
11 lines
293 B
JSON
11 lines
293 B
JSON
{
|
|
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
|
|
"syslog_log": {
|
|
"partitions": {
|
|
"dhclient-binding": {
|
|
"description": "Set partition name to current IP",
|
|
"pattern": " bound to ([^ ]+) --"
|
|
}
|
|
}
|
|
}
|
|
} |