summaryrefslogtreecommitdiff
path: root/elastic/templates/visualization-searchSourceJSON.mustache
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-07-17 08:53:24 -0300
committerdrebs <drebs@riseup.net>2017-07-17 08:53:24 -0300
commit2cf09ffecd09d7e19d8a8da8b7914ac04d9986af (patch)
tree1f89ede3864c306390abc9b2f173abb29d5a8897 /elastic/templates/visualization-searchSourceJSON.mustache
parentdb58596f7abee94156fae3d5ce53e17e416c372d (diff)
[elastic] remove all elastic-related stuff
All this was moved to the puppet repository so kibana is autoconfigured and the website is autogenerated.
Diffstat (limited to 'elastic/templates/visualization-searchSourceJSON.mustache')
-rw-r--r--elastic/templates/visualization-searchSourceJSON.mustache23
1 files changed, 0 insertions, 23 deletions
diff --git a/elastic/templates/visualization-searchSourceJSON.mustache b/elastic/templates/visualization-searchSourceJSON.mustache
deleted file mode 100644
index b04be2c..0000000
--- a/elastic/templates/visualization-searchSourceJSON.mustache
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "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*"
-}