summaryrefslogtreecommitdiff
path: root/elastic/templates/visualization-searchSourceJSON.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'elastic/templates/visualization-searchSourceJSON.mustache')
-rw-r--r--elastic/templates/visualization-searchSourceJSON.mustache23
1 files changed, 23 insertions, 0 deletions
diff --git a/elastic/templates/visualization-searchSourceJSON.mustache b/elastic/templates/visualization-searchSourceJSON.mustache
new file mode 100644
index 0000000..b04be2c
--- /dev/null
+++ b/elastic/templates/visualization-searchSourceJSON.mustache
@@ -0,0 +1,23 @@
+{
+ "filter" : [],
+ "query" : {
+ "query_string" : {
+ "query" : "{{{query}}}",
+ "analyze_wildcard" : true
+ }
+ },
+ "highlight" : {
+ "post_tags" : [
+ "@/kibana-highlighted-field@"
+ ],
+ "pre_tags" : [
+ "@kibana-highlighted-field@"
+ ],
+ "fragment_size" : 2147483647,
+ "fields" : {
+ "*" : {}
+ },
+ "require_field_match" : false
+ },
+ "index" : "benchmark*"
+}