Closed jzonthemtn closed 8 months ago
Changing the timestamp date format to allow epoch time milliseconds.
timestamp
The default in OS 2.11 is strict_date_optional_time||epoch_millis which is fine. The default in 2.12 is strict_date_time_no_millis||strict_date_optional_time||epoch_millis.
strict_date_optional_time||epoch_millis
strict_date_time_no_millis||strict_date_optional_time||epoch_millis
Source link - https://opensearch.org/docs/latest/field-types/supported-field-types/date/#default-format
Changing the
timestamp
date format to allow epoch time milliseconds.The default in OS 2.11 is
strict_date_optional_time||epoch_millis
which is fine. The default in 2.12 isstrict_date_time_no_millis||strict_date_optional_time||epoch_millis
.Source link - https://opensearch.org/docs/latest/field-types/supported-field-types/date/#default-format