You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/management/advanced-options.asciidoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ compatible with other configuration settings. Deleting a custom setting removes
22
22
.Kibana Settings Reference
23
23
[horizontal]
24
24
`query:queryString:options`:: Options for the Lucene query string parser.
25
+
`search:queryLanguage`:: Default is `lucene`. Query language used by the query bar. Choose between the lucene query syntax and kuery, an experimental new language built specifically for Kibana.
26
+
`search:queryLanguage:switcher:enable`:: Show or hide the query language switcher in the query bar.
25
27
`sort:options`:: Options for the Elasticsearch {ref}/search-request-sort.html[sort] parameter.
26
28
`dateFormat`:: The format to use for displaying pretty-formatted dates.
27
29
`dateFormat:tz`:: The timezone that Kibana uses. The default value of `Browser` uses the timezone detected by the browser.
0 commit comments