You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observe the following error response:
No error response, but you will not be able to create time series as their is no timestamp date field.
There is a EOCTimestamp field, but that is a string field in Epoch seconds and does not automatically convert.
example:
"EOCTimestamp": "1665405300"
Expected Behavior
We should include a @timestamp field that is in date format so users do not need to convert/massage our data to use it.
The text was updated successfully, but these errors were encountered:
Environment
Summary
AVR data does not include a timestamp field when data is sent via TS to an Elastic consumer.
Steps To Reproduce
Steps to reproduce the behavior:
No error response, but you will not be able to create time series as their is no timestamp date field.
There is a EOCTimestamp field, but that is a string field in Epoch seconds and does not automatically convert.
example:
"EOCTimestamp": "1665405300"
Expected Behavior
We should include a @timestamp field that is in date format so users do not need to convert/massage our data to use it.
The text was updated successfully, but these errors were encountered: