ee9e6b6a2f
Change-Id: Ia0360b04020188812ed2a4fb36e05e8f7a73a9bc
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"template": "browbeat-logstash-*",
|
|
"settings": {
|
|
"index": {
|
|
"number_of_shards": "5",
|
|
"number_of_replicas": "0",
|
|
"mapping": {
|
|
"total_fields": {
|
|
"limit": "5000"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mappings": {
|
|
"result": {
|
|
"properties": {
|
|
"CEE": {
|
|
"properties": {
|
|
"failed": {
|
|
"index": "not_analyzed",
|
|
"type": "string"
|
|
},
|
|
"suspended": {
|
|
"index": "not_analyzed",
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|