From 1e2f791f95babde7d2c85acaef9bee10effbb603 Mon Sep 17 00:00:00 2001 From: yuqi huang Date: Wed, 16 Sep 2015 15:17:41 +0800 Subject: [PATCH] fix the dead link of logging.md fix the dead link of logging.md --- docs/getting-started-guides/logging.md | 2 +- docs/user-guide/logging.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/logging.md b/docs/getting-started-guides/logging.md index 82ab815eec3..785e847b69f 100644 --- a/docs/getting-started-guides/logging.md +++ b/docs/getting-started-guides/logging.md @@ -245,7 +245,7 @@ $ cat 21\:00\:00_21\:59\:59_S0.json | jq '.structPayload.log' ... ``` -This page has touched briefly on the underlying mechanisms that support gathering cluster level logs on a Kubernetes deployment. The approach here only works for gathering the standard output and standard error output of the processes running in the pod’s containers. To gather other logs that are stored in files one can use a sidecar container to gather the required files as described at the page [Collecting log files within containers with Fluentd](http://releases.k8s.io/HEAD/contrib/logging/fluentd-sidecar-gcp/README.md) and sending them to the Google Cloud Logging service. +This page has touched briefly on the underlying mechanisms that support gathering cluster level logs on a Kubernetes deployment. The approach here only works for gathering the standard output and standard error output of the processes running in the pod’s containers. To gather other logs that are stored in files one can use a sidecar container to gather the required files as described at the page [Collecting log files within containers with Fluentd](http://releases.k8s.io/release-1.0/contrib/logging/fluentd-sidecar-gcp/README.md) and sending them to the Google Cloud Logging service. Some of the material in this section also appears in the blog article [Cluster Level Logging with Kubernetes](http://blog.kubernetes.io/2015/06/cluster-level-logging-with-kubernetes.html). diff --git a/docs/user-guide/logging.md b/docs/user-guide/logging.md index c48f9ea7c5b..9ee65f3ac4c 100644 --- a/docs/user-guide/logging.md +++ b/docs/user-guide/logging.md @@ -116,7 +116,7 @@ describes how to ingest cluster level logs into Elasticsearch and view them usin ## Ingesting Application Log Files Cluster level logging only collects the standard output and standard error output of the applications -running in containers. The guide [Collecting log files within containers with Fluentd](http://releases.k8s.io/HEAD/contrib/logging/fluentd-sidecar-gcp/README.md) explains how the log files of applications can also be ingested into Google Cloud logging. +running in containers. The guide [Collecting log files within containers with Fluentd](http://releases.k8s.io/release-1.0/contrib/logging/fluentd-sidecar-gcp/README.md) explains how the log files of applications can also be ingested into Google Cloud logging. ## Known issues