From 042ab09aad23814c8a15745d5826fc4016dd03e9 Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Fri, 17 Jul 2020 14:57:18 +0200 Subject: [PATCH] [doc] fix some links - Update oss docker image links to new Elastic registry - Fix some other links --- apm-server/README.md | 2 +- elasticsearch/README.md | 2 +- filebeat/README.md | 4 ++-- kibana/README.md | 3 ++- logstash/README.md | 2 +- metricbeat/README.md | 1 + 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/apm-server/README.md b/apm-server/README.md index 1a4e0b834..2e0f4042a 100644 --- a/apm-server/README.md +++ b/apm-server/README.md @@ -147,7 +147,7 @@ about our development and testing process. [affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity [annotations]: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/ [apm server docker image]: https://www.elastic.co/guide/en/apm/server/current/running-on-docker.html -[apm server oss docker image]: https://www.docker.elastic.co/#apm-server-7-7-0-oss +[apm server oss docker image]: https://www.docker.elastic.co/r/apm/apm-server-oss [default elasticsearch helm chart]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/README.md#default [environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config [environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 2917dd277..374d43d0c 100644 --- a/elasticsearch/README.md +++ b/elasticsearch/README.md @@ -399,7 +399,7 @@ about our development and testing process. [docker for mac]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/docker-for-mac [elasticsearch cluster health status params]: https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-health.html#request-params [elasticsearch docker image]: https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html -[elasticsearch oss docker image]: https://www.docker.elastic.co/#elasticsearch-7-7-0-oss +[elasticsearch oss docker image]: https://www.docker.elastic.co/r/elasticsearch/elasticsearch-oss [environment variables]: https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config [environment from variables]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables [examples]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/ diff --git a/filebeat/README.md b/filebeat/README.md index 2f7bbeff3..609f4eb93 100644 --- a/filebeat/README.md +++ b/filebeat/README.md @@ -191,8 +191,8 @@ about our development and testing process. [examples/oss]: https://github.com/elastic/helm-charts/tree/master/filebeat/examples/oss [examples/security]: https://github.com/elastic/helm-charts/tree/master/filebeat/examples/security [filebeat docker image]: https://www.elastic.co/guide/en/beats/filebeat/current/running-on-docker.html -[filebeat oss docker image]: https://www.docker.elastic.co/#filebeat-7-7-0-oss -[filebeat output]: https://www.elastic.co/guide/en/beats/filebeat/master/configuring-output.html +[filebeat oss docker image]: https://www.docker.elastic.co/r/beats/filebeat-oss +[filebeat outputs]: https://www.elastic.co/guide/en/beats/filebeat/master/configuring-output.html [helm]: https://helm.sh [hostNetwork]: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#host-namespaces [hostPath]: https://kubernetes.io/docs/concepts/storage/volumes/#hostpath diff --git a/kibana/README.md b/kibana/README.md index 239d70d95..ad4f28527 100644 --- a/kibana/README.md +++ b/kibana/README.md @@ -209,12 +209,13 @@ about our development and testing process. [examples]: https://github.com/elastic/helm-charts/tree/master/kibana/examples [examples/oss]: https://github.com/elastic/helm-charts/tree/master/kibana/examples/oss [examples/security]: https://github.com/elastic/helm-charts/tree/master/kibana/examples/security +[gke]: https://cloud.google.com/kubernetes-engine [helm]: https://helm.sh [imagePullPolicy]: https://kubernetes.io/docs/concepts/containers/images/#updating-images [imagePullSecrets]: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret [ingress]: https://kubernetes.io/docs/concepts/services-networking/ingress/ [kibana docker image]: https://www.elastic.co/guide/en/kibana/current/docker.html -[kibana oss docker image]: https://www.docker.elastic.co/#kibana-7-7-0-oss +[kibana oss docker image]: https://www.docker.elastic.co/r/kibana/kibana-oss [kubernetes secrets]: https://kubernetes.io/docs/concepts/configuration/secret/ [labels]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ [lifecycle hooks]: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/ diff --git a/logstash/README.md b/logstash/README.md index aae60e6d7..e065daaa8 100644 --- a/logstash/README.md +++ b/logstash/README.md @@ -199,7 +199,7 @@ about our development and testing process. [kubernetes secrets]: https://kubernetes.io/docs/concepts/configuration/secret/ [labels]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ [logstash docker image]: https://www.elastic.co/guide/en/logstash/current/docker.html -[logstash oss docker image]: https://www.docker.elastic.co/#logstash-7-7-0-oss +[logstash oss docker image]: https://www.docker.elastic.co/r/logstash/logstash-oss [maxUnavailable]: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget [node affinity settings]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#node-affinity-beta-feature [nodeSelector]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector diff --git a/metricbeat/README.md b/metricbeat/README.md index 3c5528bec..ffd8aaf7a 100644 --- a/metricbeat/README.md +++ b/metricbeat/README.md @@ -224,6 +224,7 @@ about our development and testing process. [kubernetes secrets]: https://kubernetes.io/docs/concepts/configuration/secret/ [labels]: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ [metricbeat docker image]: https://www.elastic.co/guide/en/beats/metricbeat/current/running-on-docker.html +[metricbeat oss docker image]: https://www.docker.elastic.co/r/beats/metricbeat-oss [priorityClass]: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass [nodeSelector]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector [probe]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes