Enhance Shaker template

This patch enhances the already existing template in order to not
tokenize some fields that are used in visualizations.

+ Verified

Change-Id: Idd5a791a999de5d8dee0ec50694e38d0fcb47469
This commit is contained in:
Sai Sindhur Malleni 2016-11-10 15:33:18 -05:00
parent 36209e2907
commit b7fe12429c

View File

@ -42,6 +42,26 @@
run: { run: {
type: "long" 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: { shaker_test_info: {
properties: { properties: {
deployment: { deployment: {
@ -56,6 +76,10 @@
index: "not_analyzed", index: "not_analyzed",
type: "string" type: "string"
}, },
title: {
index: "not_analyzed",
type: "string"
},
execution: { execution: {
properties: { properties: {
progression: { progression: {