Dynamic templates
"mapping": { "audit-events": { "dynamic_templates": [ { "id": { "match": "*ZZIDZZ", "mapping": { "type": "string", "index": "not_analyzed" } } }, ... }
Last updated
"mapping": {
"audit-events": {
"dynamic_templates": [
{
"id": {
"match": "*ZZIDZZ",
"mapping": {
"type": "string",
"index": "not_analyzed"
}
}
},
...
}Last updated