Skip to content

Commit

Permalink
Merge pull request elastic#7998 from elastic/cbuescher-kibana-doc
Browse files Browse the repository at this point in the history
Don't use deprecated config key `elasticsearch_url`
  • Loading branch information
jbudz authored Aug 17, 2016
2 parents 1b78afb + 3544b66 commit bd13644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/production.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
--------

0 comments on commit bd13644

Please sign in to comment.