![Joe Talerico](/assets/img/avatar_default.png)
This work will help Elastic/Kibana from processing our UUID's into multiple strings. Before this work, Kibana would display parts of our UUID since they contained '-'. If the user installs ELK from Browbeat they will have these templates installed for them. If the user wants to install these templates into a existing Elasticsearch they can with the es-template.yml Change-Id: I04165c50dfac9cbd1f05b4bcd2ac78fbdb4da0a2
113 lines
4.0 KiB
JSON
113 lines
4.0 KiB
JSON
{
|
|
aliases: { },
|
|
template: "browbeat-shaker-*",
|
|
mappings: {
|
|
result: {
|
|
properties: {
|
|
browbeat_scenario: {
|
|
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: {
|
|
properties: {
|
|
metric: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
},
|
|
result_type: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
},
|
|
value: {
|
|
type: "double"
|
|
}
|
|
}
|
|
},
|
|
run: {
|
|
type: "long"
|
|
},
|
|
shaker_test_info: {
|
|
properties: {
|
|
deployment: {
|
|
properties: {
|
|
template: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
}
|
|
}
|
|
},
|
|
description: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
},
|
|
execution: {
|
|
properties: {
|
|
progression: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
},
|
|
tests: {
|
|
properties: {
|
|
class: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
},
|
|
method: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
},
|
|
time: {
|
|
index: "not_analyzed",
|
|
type: "long"
|
|
},
|
|
title: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
file_name: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
},
|
|
title: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
}
|
|
}
|
|
},
|
|
shaker_uuid: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
},
|
|
template: {
|
|
index: "not_analyzed",
|
|
type: "string"
|
|
},
|
|
timestamp: {
|
|
type: "date",
|
|
format: "dateOptionalTime"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|