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/setup/settings.asciidoc
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,7 @@ if you installed {kib} from an archive distribution (`.tar.gz` or `.zip`), by
7
7
default it is in `$KIBANA_HOME/config`. By default, with package distributions
8
8
(Debian or RPM), it is in `/etc/kibana`.
9
9
10
-
The default settings configure Kibana to run on `localhost:5601`. To change the
11
-
host or port number, or connect to Elasticsearch running on a different machine,
12
-
you'll need to update your `kibana.yml` file. You can also enable SSL and set a
10
+
The default host and port settings configure {kib} to run on `localhost:5601`. To change this behavior and allow remote users to connect, you'll need to update your `kibana.yml` file. You can also enable SSL and set a
13
11
variety of other options. Finally, environment variables can be injected into
14
12
configuration using `${MY_ENV_VAR}` syntax.
15
13
@@ -32,7 +30,7 @@ strongly recommend that you keep the default CSP rules that ship with Kibana.
32
30
33
31
`csp.strict:`:: *Default: `false`* Blocks access to Kibana to any browser that
34
32
does not enforce even rudimentary CSP rules. In practice, this will disable
35
-
support for older, less safe browsers like Internet Explorer.
33
+
support for older, less safe browsers like Internet Explorer.
36
34
See <<csp-strict-mode, Content Security Policy>> for more information.
37
35
38
36
`csp.warnLegacyBrowsers:`:: *Default: `true`* Shows a warning message after
@@ -65,7 +63,7 @@ connects to this Kibana instance.
65
63
`elasticsearch.requestHeadersWhitelist:`:: *Default: `[ 'authorization' ]`* List
66
64
of Kibana client-side headers to send to Elasticsearch. To send *no* client-side
67
65
headers, set this value to [] (an empty list).
68
-
Removing the `authorization` header from being whitelisted means that you cannot
66
+
Removing the `authorization` header from being whitelisted means that you cannot
69
67
use <<basic-authentication, basic authentication>> in Kibana.
70
68
71
69
`elasticsearch.requestTimeout:`:: *Default: 30000* Time in milliseconds to wait
@@ -171,19 +169,19 @@ The following example shows a valid logging rotate configuration:
171
169
enable log rotation. If you do not have a `logging.dest` set that is different from `stdout`
172
170
that feature would not take any effect.
173
171
174
-
`logging.rotate.everyBytes:`:: [experimental] *Default: 10485760* The maximum size of a log file (that is `not an exact` limit). After the
172
+
`logging.rotate.everyBytes:`:: [experimental] *Default: 10485760* The maximum size of a log file (that is `not an exact` limit). After the
175
173
limit is reached, a new log file is generated. The default size limit is 10485760 (10 MB) and
176
174
this option should be at least greater than 1024.
177
175
178
-
`logging.rotate.keepFiles:`:: [experimental] *Default: 7* The number of most recent rotated log files to keep
179
-
on disk. Older files are deleted during log rotation. The default value is 7. The `logging.rotate.keepFiles`
176
+
`logging.rotate.keepFiles:`:: [experimental] *Default: 7* The number of most recent rotated log files to keep
177
+
on disk. Older files are deleted during log rotation. The default value is 7. The `logging.rotate.keepFiles`
180
178
option has to be in the range of 2 to 1024 files.
181
179
182
-
`logging.rotate.pollingInterval:`:: [experimental] *Default: 10000* The number of milliseconds for the polling strategy in case
180
+
`logging.rotate.pollingInterval:`:: [experimental] *Default: 10000* The number of milliseconds for the polling strategy in case
183
181
the `logging.rotate.usePolling` is enabled. That option has to be in the range of 5000 to 3600000 milliseconds.
184
182
185
-
`logging.rotate.usePolling:`:: [experimental] *Default: false* By default we try to understand the best way to monitoring
186
-
the log file. However, there is some systems where it could not be always accurate. In those cases, if needed,
183
+
`logging.rotate.usePolling:`:: [experimental] *Default: false* By default we try to understand the best way to monitoring
184
+
the log file. However, there is some systems where it could not be always accurate. In those cases, if needed,
187
185
the `polling` method could be used enabling that option.
188
186
189
187
`logging.silent:`:: *Default: false* Set the value of this setting to `true` to
@@ -311,7 +309,7 @@ This setting may not be used when `server.compression.enabled` is set to `false`
311
309
send on all responses to the client from the Kibana server.
312
310
313
311
`server.host:`:: *Default: "localhost"* This setting specifies the host of the
314
-
back end server.
312
+
back end server. To allow remote users to connect, set the value to the IP address or DNS name of the {kib} server.
315
313
316
314
`server.keepaliveTimeout:`:: *Default: "120000"* The number of milliseconds to wait for additional data before restarting
0 commit comments