Hi Team,
Please find the mapping
{
"products": {
"dynamic_templates": [
{
"template_default": {
"mapping": {
"fields": {
"raw": {
"type": "string",
"index": "not_analyzed"
}
}
},
"match": "*"
}
}
],
"_timestamp": {
"enabled": true,
"store": true
}
Need to change the _timestamp field to date kindly help me.