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
+15-17Lines changed: 15 additions & 17 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
@@ -129,11 +127,11 @@ store saved searches, visualizations, and dashboards. Kibana creates a new index
129
127
if the index doesn’t already exist. If you configure a custom index, the name must
130
128
be lowercase, and conform to {es} {ref}/indices-create-index.html[index name limitations].
131
129
+
132
-
When running multiple tenants of {kib} by changing the `kibana.index` in your `kibana.yml`,
133
-
you cannot use the `kibana_user` or `kibana_dashboard_only_user` roles
134
-
to grant access to {kib}.
135
-
You must create custom roles that authorize the user for that specific tenant.
136
-
Although multi-tenant installations are supported, the recommended approach
130
+
When running multiple tenants of {kib} by changing the `kibana.index` in your `kibana.yml`,
131
+
you cannot use the `kibana_user` or `kibana_dashboard_only_user` roles
132
+
to grant access to {kib}.
133
+
You must create custom roles that authorize the user for that specific tenant.
134
+
Although multi-tenant installations are supported, the recommended approach
137
135
to securing access to {kib} segments is to grant users access to specific spaces.
138
136
139
137
`kibana.autocompleteTimeout:`:: *Default: "1000"* Time in milliseconds to wait
@@ -281,7 +279,7 @@ This setting may not be used when `server.compression.enabled` is set to `false`
281
279
send on all responses to the client from the Kibana server.
282
280
283
281
`server.host:`:: *Default: "localhost"* This setting specifies the host of the
284
-
back end server.
282
+
back end server. To allow remote users to connect, set the value to the IP address or DNS name of the {kib} server.
285
283
286
284
`server.keepaliveTimeout:`:: *Default: "120000"* The number of milliseconds to wait for additional data before restarting
0 commit comments