summaryrefslogtreecommitdiffstats
path: root/test/formats/partitions/format.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/formats/partitions/format.json')
-rw-r--r--test/formats/partitions/format.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/formats/partitions/format.json b/test/formats/partitions/format.json
new file mode 100644
index 0000000..971c542
--- /dev/null
+++ b/test/formats/partitions/format.json
@@ -0,0 +1,11 @@
+{
+ "$schema": "https://lnav.org/schemas/format-v1.schema.json",
+ "syslog_log": {
+ "partitions": {
+ "dhclient-binding": {
+ "description": "Set partition name to current IP",
+ "pattern": " bound to ([^ ]+) --"
+ }
+ }
+ }
+} \ No newline at end of file