From 1bc777635f112cc7e96c987c1639283eab7c7bd2 Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Fri, 10 Aug 2018 14:42:47 -0700 Subject: [PATCH] updated text to clarify that Rancher sends logs to services. Services don't collect them. --- .../rancher/v2.x/en/tools/logging/elasticsearch/_index.md | 4 ++-- content/rancher/v2.x/en/tools/logging/kafka/_index.md | 4 ++-- content/rancher/v2.x/en/tools/logging/splunk/_index.md | 6 +++--- content/rancher/v2.x/en/tools/logging/syslog/_index.md | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/rancher/v2.x/en/tools/logging/elasticsearch/_index.md b/content/rancher/v2.x/en/tools/logging/elasticsearch/_index.md index 3f27fea9b58..8723cd8d2be 100644 --- a/content/rancher/v2.x/en/tools/logging/elasticsearch/_index.md +++ b/content/rancher/v2.x/en/tools/logging/elasticsearch/_index.md @@ -3,11 +3,11 @@ title: Elasticsearch weight: 200 --- -If your organization uses [Elasticsearch](https://www.elastic.co/), either on premise or in the cloud, you can configure it to log Kubernetes events. Afterwards, you can log into your Elasticsearch deployment to view logs for cluster or container events. +If your organization uses [Elasticsearch](https://www.elastic.co/), either on premise or in the cloud, you can configure Rancher to send it Kubernetes logs. Afterwards, you can log into your Elasticsearch deployment to view logs for cluster or container events. ## Configuring Elasticsearch Logging -You can configure Elasticsearch to log events at both the cluster and project level. +You can configure Rancher to send logs from your cluster or project to your instance of Elasticsearch. >**Prerequisites:** Configure an [Elasticsearch deployment](https://www.elastic.co/guide/en/cloud/saas-release/ec-create-deployment.html). diff --git a/content/rancher/v2.x/en/tools/logging/kafka/_index.md b/content/rancher/v2.x/en/tools/logging/kafka/_index.md index 72fdda88d5f..a017fb973b1 100644 --- a/content/rancher/v2.x/en/tools/logging/kafka/_index.md +++ b/content/rancher/v2.x/en/tools/logging/kafka/_index.md @@ -3,7 +3,7 @@ title: Kafka weight: 400 --- -You can configure a [Kafka](https://kafka.apache.org/) to log events that occur in your Kubernetes cluster at both the cluster and project level. +You can configure Rancher to send cluster or project logs to a [Kafka](https://kafka.apache.org/) server. ## Configuring Kafka Logging @@ -45,4 +45,4 @@ If you're a [project owner or member]({{< baseurl >}}/rancher/v2.x/en/admin-sett 1. Click **Save**. -**Result:** Rancher is now configured to send events to Kafka for logging. View your Kafka stream to view events for your cluster and containers. +**Result:** Rancher is now configured to send logs to Kafka. View your Kafka stream to view logs for your cluster and containers. diff --git a/content/rancher/v2.x/en/tools/logging/splunk/_index.md b/content/rancher/v2.x/en/tools/logging/splunk/_index.md index 882d9c4712d..42976bb3134 100755 --- a/content/rancher/v2.x/en/tools/logging/splunk/_index.md +++ b/content/rancher/v2.x/en/tools/logging/splunk/_index.md @@ -5,11 +5,11 @@ aliases: - /rancher/v2.x/en/tasks/logging/splunk/ --- -If your organization uses [Splunk](https://www.splunk.com/), you can configure it to log events from a cluster or project in Rancher. Afterwards events are logged, you can use Splunk to view log events about your cluster and containers. +If your organization uses [Splunk](https://www.splunk.com/), you can configure Rancher to send it cluster or project logs. Afterwards logs are sent, you can use Splunk to view them. ## Configuring Splunk Logging -You can configure Splunk to log events at both the cluster and project level. +You can configure Rancher to send Kubernetes logs to your instance of Splunk. >**Prerequisites:** > @@ -56,7 +56,7 @@ If you're a [project owner or member]({{< baseurl >}}/rancher/v2.x/en/admin-sett 1. Click **Save**. -**Result:** Rancher is now configured to send events to Splunk for logging. Log into your Spunk instance to view events for your cluster and containers. +**Result:** Rancher is now configured to send logs to Splunk. Log into your Spunk instance to view events for your cluster and containers. ## Viewing Logs diff --git a/content/rancher/v2.x/en/tools/logging/syslog/_index.md b/content/rancher/v2.x/en/tools/logging/syslog/_index.md index a76e93844a1..aabd5d8de10 100644 --- a/content/rancher/v2.x/en/tools/logging/syslog/_index.md +++ b/content/rancher/v2.x/en/tools/logging/syslog/_index.md @@ -3,11 +3,11 @@ title: Syslog weight: 500 --- -You can configure a [Syslog](https://tools.ietf.org/html/rfc5424) server to log events that occur in your Kubernetes cluster. +You can configure Rancher to send Kubernetes logs to a [Syslog](https://tools.ietf.org/html/rfc5424) server. ## Configuring Syslog -You can configure Syslog to log events at both the cluster level and the project level. +You can configure Rancher to send cluster or project logs to Syslog. >**Prerequisite:** You must have a Syslog server configured. @@ -62,4 +62,4 @@ If you're a [project owner or member]({{< baseurl >}}/rancher/v2.x/en/admin-sett 1. Click **Save**. -**Result:** Rancher is now configured to send events to Syslog for logging. View your Syslog stream to view events for your cluster and containers. \ No newline at end of file +**Result:** Rancher is now configured to send logs to your Syslog server. View your Syslog stream to view logs for your cluster and containers. \ No newline at end of file