From 54c9b6cab885fb46429a9504c848d1512dd234ad 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 21be247f18093..06e7f8b8b96de 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. `sort:options`:: Options for the Elasticsearch {ref}/search-request-sort.html[sort] parameter.