Camel case format name "dateOptionalTime" is deprecated and will be removed in a future version of Elasticsearch. Use snake case name "date_optional_time" instead. #627
Replies: 1 comment 4 replies
-
We are planning to support elasticsearch 8. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As of now elastalert-create-index creates the index with old field type format "dateOptionalTime". I updated the mapping format for elastalert2 indices in my instance.
I don't know from which elasticsearch version they updated this field format, so I have no idea if updating this change in future elastalert2 release will impact old elasticsearch + elastalert2 installations.
Beta Was this translation helpful? Give feedback.
All reactions