From b9f0574b0d5fcc5a450eea7f164bca57c3fc8d22 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Mon, 10 Aug 2015 12:50:09 -0700 Subject: [PATCH] adding license doc to sample data Original commit: elastic/x-pack-elasticsearch@c3232fed072dd1408e861192b4254d2b86990588 --- marvel_index_template.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/marvel_index_template.json b/marvel_index_template.json index 2834e940481..84b54dbbfa3 100644 --- a/marvel_index_template.json +++ b/marvel_index_template.json @@ -25,6 +25,13 @@ } } }, + "marvel_licenses": { + "properties": { + "licenses": { + "type": "object" + } + } + }, "marvel_index_stats": { "properties": { "index_stats": {