Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 580 Bytes

MappingTemplates.md

File metadata and controls

21 lines (20 loc) · 580 Bytes

Dynamic Templates

  • In-between option between dynamic mapping and strict mapping
  • Example:
"mapping": {
    "audit-events": {
        "dynamic_templates": [
            {
                "id": {
                    "match":   "*ZZIDZZ",
                    "mapping": {
                        "type": "string",
                        "index": "not_analyzed"
                    }
                }
            },
   ...
}