browbeat/elastic/v5templates/browbeat-rally.json
Sai Sindhur Malleni ee9e6b6a2f ES 7 update
Change-Id: Ia0360b04020188812ed2a4fb36e05e8f7a73a9bc
2020-04-20 12:43:17 +05:30

78 lines
2.3 KiB
JSON

{
"template": "browbeat-rally-*",
"settings": {
"index.mapping.total_fields.limit": 5000,
"number_of_shards": 1,
"number_of_replicas": 0
},
"mappings": {
"result": {
"properties": {
"action": {
"index": "not_analyzed",
"type": "string"
},
"browbeat_uuid": {
"index": "not_analyzed",
"type": "string"
},
"cloud_name": {
"index": "not_analyzed",
"type": "string"
},
"grafana_url": {
"properties": {
"openstack-general-system-performance": {
"index": "not_analyzed",
"type": "string"
}
}
},
"result": {
"type": "string"
},
"scenario": {
"index": "not_analyzed",
"type": "string"
},
"timestamp": {
"type": "date",
"format": "strict_date_optional_time||epoch_millis"
}
}
},
"error": {
"properties": {
"action": {
"index": "not_analyzed",
"type": "string"
},
"action_name": {
"index": "not_analyzed",
"type": "string"
},
"browbeat_uuid": {
"index": "not_analyzed",
"type": "string"
},
"cloud_name": {
"index": "not_analyzed",
"type": "string"
},
"error_msg": {
"index": "not_analyzed",
"type": "string"
},
"error_type": {
"index": "not_analyzed",
"type": "string"
},
"timestamp": {
"type": "date",
"format": "strict_date_optional_time||epoch_millis"
}
}
}
}
}