Skip to content

Commit

Permalink
Merge "Enhance Shaker template"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jan 18, 2017
2 parents f3ed8ee + b7fe124 commit d3687c8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions elastic/templates/browbeat-shaker-.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,26 @@
run: {
type: "long"
},
record: {
properties: {
agent: {
index: "not_analyzed",
type: "string"
},
node: {
index: "not_analyzed",
type: "string"
},
scenario: {
index: "not_analyzed",
type: "string"
},
test: {
index: "not_analyzed",
type: "string"
}
}
},
shaker_test_info: {
properties: {
deployment: {
Expand All @@ -56,6 +76,10 @@
index: "not_analyzed",
type: "string"
},
title: {
index: "not_analyzed",
type: "string"
},
execution: {
properties: {
progression: {
Expand Down

0 comments on commit d3687c8

Please sign in to comment.