From b7fe12429c04c6e2f14ac6dd61532ddff7044b7b Mon Sep 17 00:00:00 2001 From: Sai Sindhur Malleni Date: Thu, 10 Nov 2016 15:33:18 -0500 Subject: [PATCH] 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 --- elastic/templates/browbeat-shaker-.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/elastic/templates/browbeat-shaker-.json b/elastic/templates/browbeat-shaker-.json index 8dd95a61b..f533e4149 100644 --- a/elastic/templates/browbeat-shaker-.json +++ b/elastic/templates/browbeat-shaker-.json @@ -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: {