parent
a3f1947744
commit
4880f17b15
Binary file not shown.
Binary file not shown.
@ -1,2 +1,5 @@
|
|||||||
[_json]
|
#[_json]
|
||||||
TRANSFORMS-set=json_transform
|
#TRANSFORMS-set=json_transform
|
||||||
|
|
||||||
|
[syslog]
|
||||||
|
SEDCMD-remove-dashes = s/-//g
|
||||||
@ -1,3 +1,8 @@
|
|||||||
[extract-fields]
|
#[extract-fields]
|
||||||
REGEX = \{\"(?<json_data>[^\"]+)\"\}
|
#REGEX = \{\"(?<json_data>[^\"]+)\"\}
|
||||||
FORMAT = $1::$json_data
|
#FORMAT = $1::$json_data
|
||||||
|
|
||||||
|
[custom-fields]
|
||||||
|
REGEX = ^(\S+)\s+(\S+)\s+(\S+)\s+(\S+)
|
||||||
|
FORMAT = Registration::$1 Brand::$2 Model::$3 VIN::$4
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in new issue