blob: 964a48029302fdd1e6d27665676a7fc182e2e893 [file] [log] [blame]
{
"template": "metaalert_index*",
"mappings": {
"metaalert_doc": {
"_timestamp": {
"enabled": true
},
"dynamic_templates": [
{
"alert_template": {
"path_match": "alert.*",
"match_mapping_type": "string",
"mapping": {
"type": "string",
"index": "not_analyzed"
}
}
}
],
"properties": {
"guid": {
"type": "string",
"index": "not_analyzed"
},
"score": {
"type": "string",
"index": "not_analyzed"
},
"status": {
"type": "string",
"index": "not_analyzed"
},
"timestamp": {
"type": "date",
"format": "epoch_millis"
},
"alert": {
"type": "nested"
},
"source:type": {
"type": "string",
"index": "not_analyzed"
}
}
}
}
}