From 72d011a948cc4d1cb5daf7159e8b80fea0cfb81b Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 6 Feb 2017 12:31:03 -0800 Subject: [PATCH] Update Kibana settings link Fixes #822 --- kibana/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibana/content.md b/kibana/content.md index cab98f5c2..812f7acec 100644 --- a/kibana/content.md +++ b/kibana/content.md @@ -22,7 +22,7 @@ You can also pass in additional flags to `%%REPO%%`: $ docker run --link some-elasticsearch:elasticsearch -d %%REPO%% --plugins /somewhere/else ``` -This image includes `EXPOSE 5601` ([default `port`](https://www.elastic.co/guide/en/kibana/current/_setting_kibana_server_properties.html)). If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used: +This image includes `EXPOSE 5601` ([default `port`](https://www.elastic.co/guide/en/kibana/5.2/settings.html)). If you'd like to be able to access the instance from the host without the container's IP, standard port mappings can be used: ```console $ docker run --name some-%%REPO%% --link some-elasticsearch:elasticsearch -p 5601:5601 -d %%REPO%%