parent
00ee9d4806
commit
cf0d242268
@ -1,4 +1,5 @@
|
|||||||
[_json]
|
[_json]
|
||||||
KV_MODE = json
|
KV_MODE = json
|
||||||
TRANSFORMS-extract_json = extract_json_fields
|
SHOULD_LINEMERGE = false
|
||||||
TRUNCATE = 0
|
TRUNCATE = 0
|
||||||
|
REPORT-extract_fields = extract_fields
|
||||||
@ -1,4 +1,4 @@
|
|||||||
[extract_json_fields]
|
[extract_fields]
|
||||||
REGEX = \"(?<field_name>[^\"]+)\":\s?\"(?<field_value>[^\"]+)\"
|
REGEX = (?s)(?<=\{).*?(\})
|
||||||
FORMAT = $1::$2
|
FORMAT = _json
|
||||||
WRITE_META = true
|
WRITE_META = true
|
||||||
Loading…
Reference in new issue