From c30cdcc8eba0aaadfae2fec43f67dee32fd3e42c Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Fri, 1 Feb 2019 15:27:09 -0800 Subject: [PATCH] [DOCS] Removes problematic float (#29875) --- docs/management/advanced-options.asciidoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/management/advanced-options.asciidoc b/docs/management/advanced-options.asciidoc index 3f9f8319fc4cb..61e3f379da0c5 100644 --- a/docs/management/advanced-options.asciidoc +++ b/docs/management/advanced-options.asciidoc @@ -1,5 +1,5 @@ [[advanced-options]] -== Setting Advanced Options +== Setting advanced options The *Advanced Settings* page enables you to directly edit settings that control the behavior of the Kibana application. For example, you can change the format used to display dates, specify the default index pattern, and set the precision @@ -12,14 +12,13 @@ To set advanced options: . Enter a new value for the option. . Click the *Save* button. -[float] [[kibana-settings-reference]] WARNING: Modifying the following settings can significantly affect Kibana's performance and cause problems that are difficult to diagnose. Setting a property's value to a blank field will revert to the default behavior, which may not be compatible with other configuration settings. Deleting a custom setting removes it from Kibana permanently. -.Kibana Settings Reference +.Kibana settings reference [horizontal] `query:queryString:options`:: Options for the Lucene query string parser. `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.