Merge pull request #14026 from Huawei-PaaS/fix-dead-link-of-logging

fix the dead link of logging.md
This commit is contained in:
Jerzy Szczepkowski
2015-09-16 13:06:58 +02:00
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