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: `true`* 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
@@ -164,19 +162,19 @@ The following example shows a valid logging rotate configuration:
164
162
enable log rotation. If you do not have a `logging.dest` set that is different from `stdout`
165
163
that feature would not take any effect.
166
164
167
-
`logging.rotate.everyBytes:`:: [experimental] *Default: 10485760* The maximum size of a log file (that is `not an exact` limit). After the
165
+
`logging.rotate.everyBytes:`:: [experimental] *Default: 10485760* The maximum size of a log file (that is `not an exact` limit). After the
168
166
limit is reached, a new log file is generated. The default size limit is 10485760 (10 MB) and
169
167
this option should be at least greater than 1024.
170
168
171
-
`logging.rotate.keepFiles:`:: [experimental] *Default: 7* The number of most recent rotated log files to keep
172
-
on disk. Older files are deleted during log rotation. The default value is 7. The `logging.rotate.keepFiles`
169
+
`logging.rotate.keepFiles:`:: [experimental] *Default: 7* The number of most recent rotated log files to keep
170
+
on disk. Older files are deleted during log rotation. The default value is 7. The `logging.rotate.keepFiles`
173
171
option has to be in the range of 2 to 1024 files.
174
172
175
-
`logging.rotate.pollingInterval:`:: [experimental] *Default: 10000* The number of milliseconds for the polling strategy in case
173
+
`logging.rotate.pollingInterval:`:: [experimental] *Default: 10000* The number of milliseconds for the polling strategy in case
176
174
the `logging.rotate.usePolling` is enabled. That option has to be in the range of 5000 to 3600000 milliseconds.
177
175
178
-
`logging.rotate.usePolling:`:: [experimental] *Default: false* By default we try to understand the best way to monitoring
179
-
the log file. However, there is some systems where it could not be always accurate. In those cases, if needed,
176
+
`logging.rotate.usePolling:`:: [experimental] *Default: false* By default we try to understand the best way to monitoring
177
+
the log file. However, there is some systems where it could not be always accurate. In those cases, if needed,
180
178
the `polling` method could be used enabling that option.
181
179
182
180
`logging.silent:`:: *Default: false* Set the value of this setting to `true` to
@@ -304,7 +302,7 @@ This setting may not be used when `server.compression.enabled` is set to `false`
304
302
send on all responses to the client from the Kibana server.
305
303
306
304
`server.host:`:: *Default: "localhost"* This setting specifies the host of the
307
-
back end server.
305
+
back end server. To allow remote users to connect, set the value to the IP address or DNS name of the {kib} server.
308
306
309
307
`server.keepaliveTimeout:`:: *Default: "120000"* The number of milliseconds to wait for additional data before restarting
0 commit comments