Skip to content

Commit e00f6e7

Browse files
authored
Merge pull request #20270 from mburke5678/logging-sergey-comments
Edits suggested by Sergey Yedrikov
2 parents 57db2ec + f22cd5a commit e00f6e7

33 files changed

+72
-76
lines changed

_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ Topics:
994994
- Name: Viewing cluster logs
995995
File: cluster-logging-viewing
996996
Distros: openshift-enterprise,openshift-webscale,openshift-origin
997-
- Name: Viewing the Kibana interface
997+
- Name: Viewing cluster logs using Kibana
998998
File: cluster-logging-kibana-interface
999999
- Name: Configuring your cluster logging deployment
10001000
Dir: config

_unused_topics/cluster-logging-fluentd-json.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Enabling this feature comes with risks, including:
1616
1717
* Possible log loss due to Elasticsearch rejecting documents due to inconsistent type mappings.
1818
* Potential buffer storage leak caused by rejected message cycling.
19-
* Overwrite of data for field with same names.
19+
* Overwriting data for fields with the same name.
2020
2121
The features in this topic should be used by only experienced Fluentd and Elasticsearch users.
2222
====

logging/cluster-logging-deploying-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include::modules/common-attributes.adoc[]
55

66
toc::[]
77

8-
Before installing cluster logging into your cluster, review the following sections.
8+
Before installing cluster logging into your {product-title} cluster, review the following sections.
99

1010
// The following include statements pull in the module files that comprise
1111
// the assembly. Include any combination of concept, procedure, or reference

logging/cluster-logging-kibana-interface.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
:context: cluster-logging-kibana-interface
22
[id="cluster-logging-kibana-interface"]
3-
= Viewing the Kibana console
3+
= Viewing cluster logs using Kibana
44
include::modules/common-attributes.adoc[]
55

66
toc::[]
77

8-
The cluster logging installation deploys the Kibana console.
8+
The cluster logging installation deploys the Kibana web console.
99

1010

1111
// The following include statements pull in the module files that comprise

logging/cluster-logging-viewing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include::modules/common-attributes.adoc[]
55

66
toc::[]
77

8-
You can view cluster logs in the CLI or {product-title} web console.
8+
You can view {product-title} cluster logs in the CLI or {product-title} web console.
99

1010
// The following include statements pull in the module files that comprise
1111
// the assembly. Include any combination of concept, procedure, or reference

logging/cluster-logging.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ toc::[]
88

99

1010
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
11-
{product-title} cluster logging aggregates all of the logs from your {product-title} cluster,
12-
such as node system logs, application container logs, and so forth.
11+
As an {product-title} cluster administrator, you can deploy cluster logging to
12+
aggregate all the logs from your {product-title} cluster, such as node system logs, application container logs,
13+
and so forth.
1314
endif::[]
1415

1516
ifdef::openshift-dedicated[]

logging/config/cluster-logging-collector.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include::modules/common-attributes.adoc[]
55

66
toc::[]
77

8-
{product-title} uses Fluentd to collect operations and application logs from your cluster which {product-title} enriches with Kubernetes Pod and Namespace metadata.
8+
{product-title} uses Fluentd to collect operations and application logs from your cluster and enriches the data with Kubernetes Pod and Namespace metadata.
99

1010
You can configure log rotation, log location, use an external log aggregator, and make other configurations for the log collector.
1111

logging/config/cluster-logging-configuring-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include::modules/common-attributes.adoc[]
55

66
toc::[]
77

8-
After installing cluster logging into your cluster, you can make the following configurations.
8+
After installing cluster logging into your {product-title} cluster, you can make the following configurations.
99

1010
[NOTE]
1111
====

logging/config/cluster-logging-curator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::modules/common-attributes.adoc[]
66
toc::[]
77

88
The Elasticsearch Curator tool performs scheduled maintenance operations
9-
on a global and/or on a per-project basis. Curator performs actions daily based on its configuration.
9+
on a global and/or on a per-project basis. Curator performs actions based on its configuration.
1010

1111
The Cluster Logging Operator installs Curator and its configuration.
1212
You can configure the Curator link:https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs[cron schedule] using the Cluster Logging Custom Resource and further

logging/config/cluster-logging-elasticsearch.adoc

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ toc::[]
77

88
{product-title} uses Elasticsearch (ES) to store and organize the log data.
99

10-
You can configure storage for your Elasticsearch cluster, and
11-
define how shards are replicated across data nodes in the cluster, from full replication to no replication.
10+
Some of the modifications you can make to your Elasticsearch deployment include:
1211

13-
You can configure your Elasticsearch deployment to:
14-
15-
* configure storage for your Elasticsearch cluster;
16-
* define how shards are replicated across data nodes in the cluster, from full replication to no replication;
17-
* configure external access to Elasticsearch data.
12+
* storage for your Elasticsearch cluster;
13+
* how shards are replicated across data nodes in the cluster, from full replication to no replication;
14+
* allowing external access to Elasticsearch data.
1815
1916
[NOTE]
2017
====
@@ -24,7 +21,7 @@ possibly resulting in shards not being allocated and replica shards being lost.
2421

2522
//Following paragraph also in modules/cluster-logging-deploy-storage-considerations.adoc
2623

27-
Elasticsearch is a memory-intensive application. Each Elasticsearch node needs 16G of memory for both memory requests and CPU limits,
24+
Elasticsearch is a memory-intensive application. Each Elasticsearch node needs 16G of memory for both memory requests and limits,
2825
unless you specify otherwise in the Cluster Logging Custom Resource. The initial set of {product-title} nodes might not be large enough
2926
to support the Elasticsearch cluster. You must add additional nodes to the {product-title} cluster to run with the recommended
3027
or higher memory.

0 commit comments

Comments
 (0)