mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Merge pull request #8012 from elastic/jasper/backport/7998/8011/4.5
[backport] PR #7998 to 4.5
This commit is contained in:
commit
aaf421405b
1 changed files with 2 additions and 2 deletions
|
@ -128,10 +128,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