diff --git a/docs/production.asciidoc b/docs/production.asciidoc index 9347eec8cfaf4..01bc409df2970 100644 --- a/docs/production.asciidoc +++ b/docs/production.asciidoc @@ -315,10 +315,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" --------