summaryrefslogtreecommitdiff
path: root/elastic/templates/visualization-searchSourceJSON.mustache
blob: b04be2ce693f9a67344090da88161c42f18b9075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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*"
}