Skip to content

Commit

Permalink
[DOCS] Deprecate elasticsearch.url (#29982)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Feb 4, 2019
1 parent a0b806c commit a7aa8dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/setup/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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.

.Kibana Configuration Settings
.Kibana configuration settings

`console.enabled:`:: *Default: true* Set to false to disable Console. Toggling this will cause the server to regenerate assets on the next startup, which may cause a delay before pages start being served.

Expand Down Expand Up @@ -65,6 +65,10 @@ requests for end-users being executed as the identity tied to the configured cer
`elasticsearch.startupTimeout:`:: *Default: 5000* Time in milliseconds to wait for Elasticsearch at Kibana startup before
retrying.

`elasticsearch.url:`:: *Default: "http://localhost:9200"* The URL of the
Elasticsearch instance to use for all your queries.
deprecated[6.6.0,Replaced by `elasticsearch.hosts`]

`elasticsearch.hosts:`:: *Default: "http://localhost:9200"* The URLs of the Elasticsearch instances to use for all your
queries. All nodes listed here must be on the same cluster.

Expand Down

0 comments on commit a7aa8dc

Please sign in to comment.