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
+61-61Lines changed: 61 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,12 @@ for displayed decimal values.
9
9
. Scroll or search for the setting you want to modify.
10
10
. Enter a new value for the setting.
11
11
12
+
12
13
[float]
13
14
[[settings-read-only-access]]
14
15
=== [xpack]#Read only access#
15
-
When you have insufficient privileges to edit advanced settings, the following
16
-
indicator in Kibana will be displayed. The buttons to edit settings won't be visible.
16
+
When you have insufficient privileges to edit advanced settings, the following
17
+
indicator in Kibana will be displayed. The buttons to edit settings won't be visible.
17
18
For more information on granting access to Kibana see <<xpack-security-authorization>>.
18
19
19
20
[role="screenshot"]
@@ -25,9 +26,9 @@ image::images/settings-read-only-badge.png[Example of Advanced Settings Manageme
25
26
26
27
WARNING: Modifying a setting can affect {kib}
27
28
performance and cause problems that are
28
-
difficult to diagnose. Setting a property value to a blank field reverts
29
+
difficult to diagnose. Setting a property value to a blank field reverts
29
30
to the default behavior, which might not be
30
-
compatible with other configuration settings. Deleting a custom setting
31
+
compatible with other configuration settings. Deleting a custom setting
31
32
removes it from {kib} permanently.
32
33
33
34
@@ -44,7 +45,7 @@ removes it from {kib} permanently.
44
45
adapt to the interval between measurements. Keys are http://en.wikipedia.org/wiki/ISO_8601#Time_intervals[ISO8601 intervals].
45
46
`dateFormat:tz`:: The timezone that Kibana uses. The default value of `Browser` uses the timezone detected by the browser.
46
47
`dateNanosFormat`:: The format to use for displaying https://momentjs.com/docs/#/displaying/format/[pretty formatted dates] of {ref}/date_nanos.html[Elasticsearch date_nanos type].
47
-
`defaultIndex`:: The index to access if no index is set. The default is `null`.
48
+
`defaultIndex`:: The index to access if no index is set. The default is `null`.
48
49
`fields:popularLimit`:: The top N most popular fields to show.
49
50
`filterEditor:suggestValues`:: Set this property to `false` to prevent the filter editor from suggesting values for fields.
50
51
`filters:pinnedByDefault`:: Set this property to `true` to make filters have a global state (be pinned) by default.
@@ -59,46 +60,46 @@ mentioned use "\_default_".
59
60
`histogram:maxBars`:: Date histograms are not generated with more bars than the value of this property, scaling values
60
61
when necessary.
61
62
`history:limit`:: In fields that have history, such as query inputs, show this many recent values.
62
-
`indexPattern:fieldMapping:lookBack`:: For index patterns containing timestamps in their names,
63
+
`indexPattern:fieldMapping:lookBack`:: For index patterns containing timestamps in their names,
63
64
look for this many recent matching patterns from which to query the field mapping.
64
65
`indexPattern:placeholder`:: The default placeholder value to use in Management > Index Patterns > Create Index Pattern.
65
-
`metaFields`:: Fields that exist outside of `_source`. Kibana merges these fields
66
+
`metaFields`:: Fields that exist outside of `_source`. Kibana merges these fields
66
67
into the document when displaying it.
67
68
`metrics:max_buckets`:: The maximum numbers of buckets that a single
68
-
data source can return. This might arise when the user selects a
69
+
data source can return. This might arise when the user selects a
69
70
short interval (for example, 1s) for a long time period (1 year).
70
-
`query:allowLeadingWildcards`:: Allows a wildcard (*) as the first character
71
-
in a query clause. Only applies when experimental query features are
72
-
enabled in the query bar. To disallow leading wildcards in Lucene queries,
71
+
`query:allowLeadingWildcards`:: Allows a wildcard (*) as the first character
72
+
in a query clause. Only applies when experimental query features are
73
+
enabled in the query bar. To disallow leading wildcards in Lucene queries,
73
74
use `query:queryString:options`.
74
75
`query:queryString:options`:: Options for the Lucene query string parser. Only
75
76
used when "Query language" is set to Lucene.
76
-
`savedObjects:listingLimit`:: The number of objects to fetch for lists of saved objects.
77
+
`savedObjects:listingLimit`:: The number of objects to fetch for lists of saved objects.
77
78
The default value is 1000. Do not set above 10000.
78
-
`savedObjects:perPage`:: The number of objects to show on each page of the
79
+
`savedObjects:perPage`:: The number of objects to show on each page of the
79
80
list of saved objects. The default is 5.
80
81
`search:queryLanguage`:: The query language to use in the query bar.
81
-
Choices are <<kuery-query, KQL>>, a language built specifically for {kib}, and the <<lucene-query, Lucene
82
+
Choices are <<kuery-query, KQL>>, a language built specifically for {kib}, and the <<lucene-query, Lucene
82
83
query syntax>>.
83
-
`shortDots:enable`:: Set this property to `true` to shorten long
84
+
`shortDots:enable`:: Set this property to `true` to shorten long
84
85
field names in visualizations. For example, show `f.b.baz` instead of `foo.bar.baz`.
85
86
`sort:options`:: Options for the Elasticsearch {ref}/search-request-body.html#request-body-search-sort[sort] parameter.
86
-
`state:storeInSessionStorage`:: [experimental] Kibana tracks UI state in the
87
-
URL, which can lead to problems when there is a lot of state information,
88
-
and the URL gets very long.
89
-
Enabling this setting stores part of the URL in your browser session to keep the
87
+
`state:storeInSessionStorage`:: [experimental] Kibana tracks UI state in the
88
+
URL, which can lead to problems when there is a lot of state information,
89
+
and the URL gets very long.
90
+
Enabling this setting stores part of the URL in your browser session to keep the
90
91
URL short.
91
92
`theme:darkMode`:: Set to `true` to enable a dark mode for the {kib} UI. You must
92
93
refresh the page to apply the setting.
93
-
`timepicker:quickRanges`:: The list of ranges to show in the Quick section of
94
-
the time filter. This should be an array of objects, with each object containing
95
-
`from`, `to` (see {ref}/common-options.html#date-math[accepted formats]),
94
+
`timepicker:quickRanges`:: The list of ranges to show in the Quick section of
95
+
the time filter. This should be an array of objects, with each object containing
96
+
`from`, `to` (see {ref}/common-options.html#date-math[accepted formats]),
96
97
and `display` (the title to be displayed).
97
98
`timepicker:refreshIntervalDefaults`:: The default refresh interval for the time filter. Example: `{ "display": "15 seconds", "pause": true, "value": 15000 }`.
98
99
`timepicker:timeDefaults`:: The default selection in the time filter.
99
100
`truncate:maxHeight`:: The maximum height that a cell occupies in a table. Set to 0 to disable
100
101
truncation.
101
-
`xPack:defaultAdminEmail`:: Email address for X-Pack admin operations, such as
102
+
`xPack:defaultAdminEmail`:: Email address for X-Pack admin operations, such as
102
103
cluster alert notifications from Monitoring.
103
104
104
105
@@ -107,7 +108,7 @@ cluster alert notifications from Monitoring.
107
108
=== Accessibility settings
108
109
109
110
[horizontal]
110
-
`accessibility:disableAnimations`:: Turns off all unnecessary animations in the
111
+
`accessibility:disableAnimations`:: Turns off all unnecessary animations in the
111
112
{kib} UI. Refresh the page to apply the changes.
112
113
113
114
[float]
@@ -124,21 +125,21 @@ cluster alert notifications from Monitoring.
124
125
[horizontal]
125
126
`context:defaultSize`:: The number of surrounding entries to display in the context view. The default value is 5.
126
127
`context:step`:: The number by which to increment or decrement the context size. The default value is 5.
127
-
`context:tieBreakerFields`:: A comma-separated list of fields to use
128
-
for breaking a tie between documents that have the same timestamp value. The first
128
+
`context:tieBreakerFields`:: A comma-separated list of fields to use
129
+
for breaking a tie between documents that have the same timestamp value. The first
129
130
field that is present and sortable in the current index pattern is used.
130
131
`defaultColumns`:: The columns that appear by default on the Discover page.
131
-
The default is `_source`.
132
-
`discover:aggs:terms:size`:: The number terms that are visualized when clicking
132
+
The default is `_source`.
133
+
`discover:aggs:terms:size`:: The number terms that are visualized when clicking
133
134
the Visualize button in the field drop down. The default is `20`.
134
135
`discover:sampleSize`:: The number of rows to show in the Discover table.
135
136
`discover:sort:defaultOrder`:: The default sort direction for time-based index patterns.
136
-
`discover:searchOnPageLoad`:: Controls whether a search is executed when Discover first loads.
137
+
`discover:searchOnPageLoad`:: Controls whether a search is executed when Discover first loads.
137
138
This setting does not have an effect when loading a saved search.
138
139
`doc_table:hideTimeColumn`:: Hides the "Time" column in Discover and in all saved searches on dashboards.
139
-
`doc_table:highlight`:: Highlights results in Discover and saved searches on dashboards.
140
+
`doc_table:highlight`:: Highlights results in Discover and saved searches on dashboards.
140
141
Highlighting slows requests when
141
-
working on big documents.
142
+
working on big documents.
142
143
143
144
144
145
@@ -150,14 +151,14 @@ working on big documents.
150
151
[horizontal]
151
152
`notifications:banner`:: A custom banner intended for temporary notices to all users.
0 commit comments