Skip to content

Commit

Permalink
Enhance Shaker template
Browse files Browse the repository at this point in the history
This patch enhances the already existing template in order to not
tokenize some fields that are used in visualizations.

+ Verified

Change-Id: Idd5a791a999de5d8dee0ec50694e38d0fcb47469
  • Loading branch information
smalleni committed Jan 18, 2017
1 parent 36209e2 commit b7fe124
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 b7fe124

Please sign in to comment.