mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Don't use deprecated config key elasticsearch_url
When following the description from the docs to set the elasticsearch url I got a warning that the key was deprecated. This updates the docs to use the non-deprecated key. I haven't checked if this needs to be updated in other parts of the documentation too.
This commit is contained in:
parent
1b78afb269
commit
3544b66dfa
1 changed files with 2 additions and 2 deletions
|
@ -345,10 +345,10 @@ name of your cluster.
|
|||
--------
|
||||
cluster.name: "my_cluster"
|
||||
--------
|
||||
. Make sure Kibana is configured to point to your local client node. In `kibana.yml`, the `elasticsearch_url` should be set to
|
||||
. Make sure Kibana is configured to point to your local client node. In `kibana.yml`, the `elasticsearch.url` should be set to
|
||||
`localhost:9200`.
|
||||
+
|
||||
--------
|
||||
# The Elasticsearch instance to use for all your queries.
|
||||
elasticsearch_url: "http://localhost:9200"
|
||||
elasticsearch.url: "http://localhost:9200"
|
||||
--------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue