Skip to content

How to extract timestamp correctly when engine is set as otel #752

Answered by atoulme
ndgohel asked this question in Q&A
Discussion options

You must be logged in to vote

I guess you are using the logEngine otel in the helm chart. Is that correct? If so, please see the following to parse timestamps.

- type: json_parser
  parse_from: body
  timestamp:
    parse_from: body.Timestamp
    layout_type: epoch
    layout: ms

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by atoulme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #751 on April 21, 2023 15:00.