browbeat/elastic/v5templates/browbeat-logstash-.json
Joe Talerico 748fb2be61 Elasticsearch 5 Templates
Elasticsearch5 changed some of the template structure. We also need to
update the number of fields avaialble.

Change-Id: I7de9fe8e41cb8663467249b1bcad603a214d1624
2018-05-24 11:46:19 -04:00

37 lines
1.0 KiB
JSON

{
"template": "browbeat-logstash-*",
"mappings": {
"result": {
"properties": {
"action": {
"index": "not_analyzed",
"type": "string"
},
"browbeat_cloud_name": {
"index": "not_analyzed",
"type": "string"
},
"message": {
"properties": {
"openstack-general-system-performance": {
"index": "not_analyzed",
"type": "string"
}
}
},
"level": {
"type": "string"
},
"hostname": {
"index": "not_analyzed",
"type": "string"
},
"timestamp": {
"type": "date",
"format": "strict_date_optional_time||epoch_millis"
}
}
}
}
}