fix the dead link of logging.md

fix the dead link of logging.md
This commit is contained in:
yuqi huang
2015-09-16 15:17:41 +08:00
committed by huangyuqi
parent 86b4e777e1
commit 1e2f791f95
2 changed files with 2 additions and 2 deletions

View File

@@ -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