fix: separate timestamp parsing from json_parser to resolve time parsing error
This commit is contained in:
parent
afb02b4e0c
commit
5479b85968
@ -53,10 +53,10 @@ spec:
|
||||
- type: json_parser
|
||||
parse_from: body
|
||||
parse_to: attributes
|
||||
timestamp:
|
||||
parse_from: attributes.timestamp
|
||||
layout: UnixMilli
|
||||
location: UTC
|
||||
- type: time_parser
|
||||
parse_from: attributes.timestamp
|
||||
layout: UnixMilli
|
||||
location: UTC
|
||||
processors:
|
||||
resource:
|
||||
attributes:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user