add mapping for metadata.kafka.timestamp

This commit is contained in:
reyesj2
2025-04-14 14:30:40 -05:00
parent 395b81ffc6
commit 58df566c79
4 changed files with 111 additions and 28 deletions

View File

@@ -0,0 +1,26 @@
{
"template": {
"mappings": {
"dynamic_templates": [],
"properties": {
"metadata": {
"properties": {
"kafka": {
"properties": {
"timestamp": {
"type": "date"
}
}
}
}
}
}
}
},
"_meta": {
"_meta": {
"documentation": "https://www.elastic.co/guide/en/ecs/current/ecs-log.html",
"ecs_version": "1.12.2"
}
}
}