Hi All,
All fields except @timestamp became “Unmapped” (unavailable for Analysis). Please see below and help:
This was working fine earlier.
Please help
Hi All,
All fields except @timestamp became “Unmapped” (unavailable for Analysis). Please see below and help:
This was working fine earlier.
Please help
Hi @zaeemmasood
Sorry you have not provided not enough information for us to help
What Version are you on?
What has changed (something) the index template, index name something, the index rolled over with no template.
Something changed...
Please provide the mappings for that index
Open one of those documents
Get the Index Name
Go To Kibana -> Dev Tools
Run
GET your-index-name
And share the results
Thanks. Please see the result below:
{
".ds-uat_tvg_tvglite_access-2025.08.18-000001": {
"aliases": {},
"mappings": {
"dynamic": "false",
"_data_stream_timestamp": {
"enabled": true
},
"dynamic_templates": [],
"properties": {
"@timestamp": {
"type": "date"
}
}
},
"settings": {
"index": {
"lifecycle": {
"name": "new-tvg-ilm-policy"
},
"routing": {
"allocation": {
"include": {
"_tier_preference": "data_hot"
}
}
},
"refresh_interval": "5s",
"hidden": "true",
"number_of_shards": "4",
"provided_name": ".ds-uat_tvg_tvglite_access-2025.08.18-000001",
"creation_date": "1755547309246",
"number_of_replicas": "1",
"uuid": "f9ePxtARSSCjhP_ORvrN0w",
"version": {
"created": "8070099"
}
}
},
"data_stream": "uat_tvg_tvglite_access"
}
}
Issue caused by introducing dynamic templates. Change was undone and it is ok now.
Thanks
@zaeemmasood
Good to know you got it sorted and thank for responding back, you are never sure who else this could help!
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.