From 0291e8c84ddd1ec2dc1d06279c527893eaf93553 Mon Sep 17 00:00:00 2001 From: Antoine Cotten Date: Wed, 26 Feb 2020 14:53:06 +0100 Subject: [PATCH] Update a few links --- README.md | 6 +++--- elasticsearch/Dockerfile | 2 +- kibana/Dockerfile | 2 +- logstash/Dockerfile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 81dc380..3f3b6e6 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,7 @@ instead of `elasticsearch`. [builtin-users]: https://www.elastic.co/guide/en/x-pack/current/setting-up-authentication.html#built-in-users [ls-security]: https://www.elastic.co/guide/en/logstash/current/ls-security.html -[sec-tutorial]: https://www.elastic.co/guide/en/elastic-stack-overview/current/security-getting-started.html +[sec-tutorial]: https://www.elastic.co/guide/en/elasticsearch/reference/current/security-getting-started.html [connect-kibana]: https://www.elastic.co/guide/en/kibana/current/connect-to-elasticsearch.html [index-pattern]: https://www.elastic.co/guide/en/kibana/current/index-patterns.html @@ -409,8 +409,8 @@ instead of `elasticsearch`. [kbn-docker]: https://www.elastic.co/guide/en/kibana/current/docker.html [ls-docker]: https://www.elastic.co/guide/en/logstash/current/docker-config.html -[log4j-props]: https://github.com/elastic/logstash/tree/7.3/docker/data/logstash/config -[esuser]: https://github.com/elastic/elasticsearch/blob/7.3/distribution/docker/src/docker/Dockerfile#L18-L19 +[log4j-props]: https://github.com/elastic/logstash/tree/7.6/docker/data/logstash/config +[esuser]: https://github.com/elastic/elasticsearch/blob/7.6/distribution/docker/src/docker/Dockerfile#L23-L24 [upgrade]: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index 24278f8..3928544 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -1,6 +1,6 @@ ARG ELK_VERSION -# https://github.com/elastic/elasticsearch-docker +# https://www.docker.elastic.co/ FROM docker.elastic.co/elasticsearch/elasticsearch:${ELK_VERSION} # Add your elasticsearch plugins setup here diff --git a/kibana/Dockerfile b/kibana/Dockerfile index 202855c..2fb3659 100644 --- a/kibana/Dockerfile +++ b/kibana/Dockerfile @@ -1,6 +1,6 @@ ARG ELK_VERSION -# https://github.com/elastic/kibana-docker +# https://www.docker.elastic.co/ FROM docker.elastic.co/kibana/kibana:${ELK_VERSION} # Add your kibana plugins setup here diff --git a/logstash/Dockerfile b/logstash/Dockerfile index 6cc8637..6a444e7 100644 --- a/logstash/Dockerfile +++ b/logstash/Dockerfile @@ -1,6 +1,6 @@ ARG ELK_VERSION -# https://github.com/elastic/logstash-docker +# https://www.docker.elastic.co/ FROM docker.elastic.co/logstash/logstash:${ELK_VERSION} # Add your logstash plugins setup here