mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[DOCS] Adds config file location (#20421)
This commit is contained in:
parent
80452ba9d3
commit
a08520eb84
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,13 @@
|
|||
[[settings]]
|
||||
== Configuring Kibana
|
||||
|
||||
The Kibana server reads properties from the `kibana.yml` file on startup. The default settings configure Kibana to run
|
||||
The Kibana server reads properties from the `kibana.yml` file on startup. The
|
||||
location of this file differs depending on how you installed {kib}. For example,
|
||||
if you installed {kib} from an archive distribution (`.tar.gz` or `.zip`), by
|
||||
default it is in `$KIBANA_HOME/config`. By default, with package distributions
|
||||
(Debian or RPM), it is in `/etc/kibana`.
|
||||
|
||||
The default settings configure Kibana to run
|
||||
on `localhost:5601`. To change the host or port number, or connect to Elasticsearch running on a different machine,
|
||||
you'll need to update your `kibana.yml` file. You can also enable SSL and set a variety of other options. Finally, environment variables can be injected into configuration using `${MY_ENV_VAR}` syntax.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue