Skip to content

Commit c3de8f5

Browse files
authored
Merge pull request #14365 from kalexand-rh/PR14364
Pr14364
2 parents 42ac5a3 + 45ae5cd commit c3de8f5

File tree

45 files changed

+136
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+136
-104
lines changed

_topic_map.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,5 +528,16 @@ Name: Monitoring
528528
Dir: monitoring
529529
Distros: openshift-*
530530
Topics:
531-
- Name: Monitoring
532-
File: monitoring
531+
- Name: Cluster monitoring
532+
Dir: cluster-monitoring
533+
Topics:
534+
- Name: About cluster monitoring
535+
File: about-cluster-monitoring
536+
- Name: Configuring the monitoring stack
537+
File: configuring-the-monitoring-stack
538+
- Name: Managing alerts using Alertmanager UI
539+
File: managing-alerts-using-alertmanager-ui
540+
- Name: Accessing Prometheus, Alertmanager, and Grafana
541+
File: prometheus-alertmanager-and-grafana
542+
- Name: Application monitoring
543+
File: application-monitoring

logging/efk-logging-curator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Optionally, you can use the actions file, *_actions.yaml_*, directly. Editing th
106106

107107
[NOTE]
108108
====
109-
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc#efk-logging-management[Changing the cluster logging management state].
109+
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc[Changing the cluster logging management state].
110110
====
111111

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

logging/efk-logging-elasticsearch-storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ metadata:
3939

4040
[NOTE]
4141
====
42-
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc#efk-logging-management[Changing the cluster logging management state].
42+
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc[Changing the cluster logging management state].
4343
====
4444

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

logging/efk-logging-elasticsearch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ or higher memory. Each Elasticsearch node can operate with a lower memory settin
1919

2020
[NOTE]
2121
====
22-
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc#efk-logging-management[Changing the cluster logging management state].
22+
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc[Changing the cluster logging management state].
2323
====
2424

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

logging/efk-logging-external.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ or an external syslog server. You can also configure Fluentd to send logs to an
1010

1111
[NOTE]
1212
====
13-
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc#efk-logging-management[Changing the cluster logging management state].
13+
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc[Changing the cluster logging management state].
1414
====
1515

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

logging/efk-logging-fluentd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can configure log rotation, log location, use an external log aggregator, an
1111

1212
[NOTE]
1313
====
14-
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc#efk-logging-management[Changing the cluster logging management state].
14+
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc[Changing the cluster logging management state].
1515
====
1616

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

logging/efk-logging-kibana.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can scale Kibana for redundancy and configure the CPU and memory for your Ki
1111

1212
[NOTE]
1313
====
14-
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc#efk-logging-management[Changing the cluster logging management state].
14+
Procedures in this topic require your cluster to be in an unmanaged state. For more information, see xref:../logging/efk-logging-management.adoc[Changing the cluster logging management state].
1515
====
1616

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

logging/efk-logging-management.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:context: efk-logging-curator
2-
[id='efk-logging-management']
2+
[id="efk-logging-management"]
33
= Changing cluster logging management state
44
include::modules/common-attributes.adoc[]
55

@@ -10,7 +10,7 @@ The Cluster Logging Operator and Elasticsearch Operator can be in a _Managed_ or
1010

1111
By default, the Cluster Logging and Elasticsearch operators are set to Managed. However, in order to modify the components managed by the Cluster Logging Operator,
1212
you need to set cluster logging to the _unmanaged_ state. In order to modify the components managed by the Elasticsearch Operator,
13-
you need to set Elasticsearch to the _unmanaged_ state.
13+
you need to set Elasticsearch to the _unmanaged_ state.
1414

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

modules/deployments-comparing-deploymentconfigs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ provided by DeploymentConfigs.
1313
The following sections go into more detail on the differences between the two
1414
object types to further help you decide which type to use.
1515

16-
[id='deployments-design-{context}']
16+
[id="deployments-design-{context}"]
1717
== Design
1818

1919
One important difference between Deployments and DeploymentConfigs is the

modules/efk-logging-elasticsearch-ha.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
//
33
// * logging/efk-logging-elasticsearch.adoc
44

5-
[id='efk-logging-elasticsearch-ha_{context}']
5+
[id="efk-logging-elasticsearch-ha_{context}"]
66
= Configuring Elasticsearch replication policy
77

88
You can define how Elasticsearch shards are replicated across data nodes in the cluster:
99

10-
* *FullRedundancy*. Elasticsearch fully replicates the primary shards for each index
10+
* *FullRedundancy*. Elasticsearch fully replicates the primary shards for each index
1111
to every data node. This provides the highest safety, but at the cost of the highest amount of disk required and the poorest performance.
1212
* *MultipleRedundancy*. Elasticsearch fully replicates the primary shards for each index to half of the data nodes.
1313
This provides a good tradeoff between safety and performance.
14-
* *SingleRedundancy*. Elasticsearch makes one copy of the primary shards for each index.
14+
* *SingleRedundancy*. Elasticsearch makes one copy of the primary shards for each index.
1515
Logs are always available and recoverable as long as at least two data nodes exist.
16-
Better performance than MultipleRedundancy, when using 5 or more nodes. You cannot
16+
Better performance than MultipleRedundancy, when using 5 or more nodes. You cannot
1717
apply this policy on deployments of single Elasticsearch node.
18-
* *ZeroRedundancy*. Elasticsearch does not make copies of the primary shards.
18+
* *ZeroRedundancy*. Elasticsearch does not make copies of the primary shards.
1919
Logs might be unavailable or lost in the event a node is down or fails.
20-
Use this mode when you are more concerned with performance than safety, or have
20+
Use this mode when you are more concerned with performance than safety, or have
2121
implemented your own disk/PVC backup/restore strategy.
2222

2323

@@ -37,7 +37,7 @@ instance 112m
3737

3838
.Procedure
3939

40-
Edit the Cluster Logging Custom Resource (CR) in the `openshift-logging` project:
40+
Edit the Cluster Logging Custom Resource (CR) in the `openshift-logging` project:
4141

4242
[source,yaml]
4343
----
@@ -51,7 +51,7 @@ metadata:
5151
spec:
5252
logStore:
5353
type: "elasticsearch"
54-
elasticsearch:
54+
elasticsearch:
5555
redundancyPolicy: "SingleRedundancy" <1>
5656
----
5757
<1> Specify a redundancy policy for the shards. The change is applied upon saving the changes.

0 commit comments

Comments
 (0)