We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f217b3d commit 226bb5fCopy full SHA for 226bb5f
resources/formats.json
@@ -147,6 +147,16 @@
147
"classification_reason",
148
"track_id"
149
]
150
+ },
151
+ {
152
+ "pattern": "^(?<timestamp>\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}\\.\\d{6}Z) (?<client_ip>[\\d\\.]+) (?<client_port>\\d+) (?<target_port>\\d+) (- ){7}(?<track_id>TID_[a-f0-9]+)$",
153
+ "fields": [
154
+ "timestamp",
155
+ "client_ip",
156
+ "client_port",
157
+ "target_port",
158
+ "track_id"
159
+ ]
160
}
161
162
},
0 commit comments