This message was deleted.
# support
s
This message was deleted.
p
@nitya-signoz may have more insights on this
j
@Pranay @nitya-signoz managed to get it to work. Updated the collector config to the following:
Copy code
operators:
      - type: json_parser
        parse_to: body
      - type: time_parser
        parse_from: body.timestamp
        layout: '%Y-%m-%dT%H:%M:%S.%LZ'
      # - type: json_parser
      #   timestamp:
      #     parse_from: attributes.timestamp
      #     layout: '%Y-%m-%dT%H:%M:%S.%LZ'
      # - type: move
      #   from: attributes.message
      #   to: body
      - type: remove
        field: body.timestamp
🚀 1
p
Nice @Jason Loong 👌
n
Great let us know if you need any other help.