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
1 changed files with 24 additions and 0 deletions

View File

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