WARNING: Version 5.4 of Kibana has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Setting Advanced Options
editSetting Advanced Options
editThe 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 for displayed decimal values.
To set advanced options:
- Go to Settings > Advanced.
- Click the Edit button for the option you want to modify.
- Enter a new value for the option.
- Click the Save button.
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.
Table 3. Kibana Settings Reference
|
Options for the Lucene query string parser. |
|
Options for the Elasticsearch sort parameter. |
|
The format to use for displaying pretty-formatted dates. |
|
The timezone that Kibana uses. The default value of |
|
These values define the format used to render ordered time-based data. Formatted timestamps must adapt to the interval between measurements. Keys are ISO8601 intervals. |
|
This property defines what day weeks should start on. |
|
Default is |
|
Default is |
|
An array of fields outside of |
|
The number of rows to show in the Discover table. |
|
Highlight results in Discover and Saved Searches Dashboard. Highlighting makes request slow when
working on big documents. Set this property to |
|
Improves highlighting by using a separate |
|
Kibana splits requests in the Discover app into segments to limit the size of requests sent to the Elasticsearch cluster. This setting constrains the length of the segment list. Long segment lists can significantly increase request processing time. |
|
Set this property to |
|
This setting governs how many of the top most popular fields are shown. |
|
When date histograms use the |
|
Date histograms are not generated with more bars than the value of this property, scaling values when necessary. |
|
The maximum geoHash precision displayed on tile maps: 7 is high, 10 is very high, 12 is the maximum. Explanation of cell dimensions. |
|
Default properties for the WMS map server support in the tile map. |
|
Maps values to specified colors within visualizations. |
|
Time to wait before dimming visualizations during query. |
|
When part of a visualization is highlighted, by hovering over it for example, ths is the opacity applied to the other elements. A higher number means other elements will be less opaque. |
|
A string that serves as the separator for exported values. |
|
Set this property to |
|
In fields that have history, such as query inputs, the value of this property limits how many recent values are shown. |
|
Set this property to |
|
This property specifies the maximum height that a cell occupies in a table. A value of 0 disables truncation. |
|
The value of this property sets the number of recent matching patterns to query the field mapping for index patterns with names that contain timestamps. |
|
The default placeholder value used when adding a new index pattern to Kibana. |
|
A map of the default format name for each field type. Field types that are not explicitly mentioned use "default". |
|
Default numeral format for the "number" format. |
|
Default numeral format for the "bytes" format. |
|
Default numeral format for the "percent" format. |
|
Default numeral format for the "currency" format. |
|
The number of objects shown on each page of the list of saved objects. The default value is 5. |
|
The default time filter selection. |
|
The time filter’s default refresh interval. |
|
Set this property to |
|
Set this property to |
|
You can specify a custom banner to display temporary notices to all users. This field supports Markdown. |
|
Specifies the duration in milliseconds for banner notification displays. The default value is 3000000. Set this field to |
|
Specifies the duration in milliseconds for error notification displays. The default value is 300000. Set this field to |
|
Specifies the duration in milliseconds for warning notification displays. The default value is 10000. Set this field to |
|
Specifies the duration in milliseconds for information notification displays. The default value is 5000. Set this field to |
|
The maximum numbers of buckets that cannot be exceeded. For example, this can arise when the user selects a short interval like (e.g. 1s) for a long time period (e.g. 1 year) |
|
Set this property to |
|
Default field containing a timestamp when using the |
|
Default index when using the |
|
Used for calculating automatic intervals in visualizations, this is the number of buckets to try to represent. |
|
Used for calculating automatic intervals in visualizations, this is the maximum number of buckets to represent. |
|
The default number of columns to use on a timelion sheet. |
|
The default number of rows to use on a timelion sheet. |
|
[experimental] Used with graphite queries, this it the URL of your host |
|
[experimental] Used with quandl queries, this is your API key from www.quandl.com |
|
[experimental] Kibana tracks UI state in the URL, which can lead to problems when there is a lot of information there and the URL gets very long. Enabling this will store parts of the state in your browser session instead, to keep the URL shorter. |
|
Specifies the initial number of surrounding entries to display in the context view. The default value is 5. |
|
Specifies the number to increment or decrement the context size by when using the buttons in the context view. The default value is 5. |
|
A comma-separated list of fields to use for tiebreaking between documents that have the same timestamp value. From this list the first field that is present and sortable in the current index pattern is used. |