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
@@ -1,15 +1,13 @@
1
1
[[settings]]
2
2
== Configuring Kibana
3
3
4
-
The Kibana server reads properties from the `kibana.yml` file on startup. The
5
-
location of this file differs depending on how you installed {kib}. For example,
6
-
if you installed {kib} from an archive distribution (`.tar.gz` or `.zip`), by
7
-
default it is in `$KIBANA_HOME/config`. By default, with package distributions
8
-
(Debian or RPM), it is in `/etc/kibana`.
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
4
+
The Kibana server reads properties from the `kibana.yml` file on startup. The
5
+
location of this file differs depending on how you installed {kib}. For example,
6
+
if you installed {kib} from an archive distribution (`.tar.gz` or `.zip`), by
7
+
default it is in `$KIBANA_HOME/config`. By default, with package distributions
8
+
(Debian or RPM), it is in `/etc/kibana`.
9
+
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
@@ -34,7 +32,7 @@ with Kibana.
34
32
35
33
`csp.strict:`:: *Default: `false`* Blocks access to Kibana to any browser that
36
34
does not enforce even rudimentary CSP rules. In practice, this will disable
37
-
support for older, less safe browsers like Internet Explorer.
35
+
support for older, less safe browsers like Internet Explorer.
38
36
See <<csp-strict-mode, Content Security Policy>> for more information.
39
37
40
38
`csp.warnLegacyBrowsers:`:: *Default: `true`* Shows a warning message after
@@ -67,7 +65,7 @@ connects to this Kibana instance.
67
65
`elasticsearch.requestHeadersWhitelist:`:: *Default: `[ 'authorization' ]`* List
68
66
of Kibana client-side headers to send to Elasticsearch. To send *no* client-side
69
67
headers, set this value to [] (an empty list).
70
-
Removing the `authorization` header from being whitelisted means that you cannot
68
+
Removing the `authorization` header from being whitelisted means that you cannot
71
69
use <<basic-authentication, basic authentication>> in Kibana.
72
70
73
71
`elasticsearch.requestTimeout:`:: *Default: 30000* Time in milliseconds to wait
@@ -128,15 +126,15 @@ Visualize.
128
126
129
127
`kibana.index:`:: *Default: ".kibana"* Kibana uses an index in Elasticsearch to
130
128
store saved searches, visualizations and dashboards. Kibana creates a new index
131
-
if the index doesn’t already exist. If you configure a custom index, the name must
129
+
if the index doesn’t already exist. If you configure a custom index, the name must
132
130
be lowercase, and conform to {es} {ref}/indices-create-index.html[index name limitations].
133
131
134
132
`logging.dest:`:: *Default: `stdout`* Enables you specify a file where Kibana
135
133
stores log output.
136
134
137
-
`logging.json:`:: *Default: false* Logs output as JSON. When set to `true`, the
138
-
logs will be formatted as JSON strings that include timestamp, log level, context, message
139
-
text and any other metadata that may be associated with the log message itself.
135
+
`logging.json:`:: *Default: false* Logs output as JSON. When set to `true`, the
136
+
logs will be formatted as JSON strings that include timestamp, log level, context, message
137
+
text and any other metadata that may be associated with the log message itself.
140
138
If `logging.dest.stdout` is set and there is no interactive terminal ("TTY"), this setting
141
139
will default to `true`.
142
140
@@ -162,7 +160,7 @@ will be included.
162
160
[[regionmap-settings]] `map.regionmap:`:: Specifies additional vector layers for
163
161
use in <<regionmap, Region Map>> visualizations. Supported on {ece}. Each layer
164
162
object points to an external vector file that contains a geojson
0 commit comments