Open
Description
Elasticsearch Version
8.15
Installed Plugins
No response
Java Version
bundled
OS Version
Problem Description
See #110603 (comment).
Steps to Reproduce
- Create a time series mode index with default mapping only
- Update mapping with
{"@timestamp": {"type": "date"}}
(or anything really)
For this mapping update isDataStream
is false
even though it was true
when index was created.
Logs (if relevant)
No response