Skip to content

Commit 1ef167f

Browse files
authored
Merge pull request #90655 from AedinC/OSDOCS-13703
[OSDOCS#13703]:Fixed callout rendering issue in Understanding config map doc
2 parents 6fcd985 + 5e7f6c8 commit 1ef167f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

modules/nodes-pods-secrets-certificates-creating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
targetPort: 9376
3636
----
3737
+
38-
The certificate and key are in PEM format, stored in `tls.crt` and `tls.key`
38+
<1> The certificate and key are in PEM format, stored in `tls.crt` and `tls.key`
3939
respectively.
4040

4141
. Create the service:

observability/logging/cluster-logging.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,40 @@ As a cluster administrator, you can deploy {logging} on an {product-title} clust
1111

1212
include::snippets/logging-kibana-dep-snip.adoc[]
1313

14-
{product-title} cluster administrators can deploy {logging} by using Operators. For information, see xref :../../observability/logging/cluster-logging-deploying.adoc#cluster-logging-deploying[Installing {logging}].
14+
{product-title} cluster administrators can deploy {logging} by using Operators. For information, see xref:../../observability/logging/cluster-logging-deploying.adoc#cluster-logging-deploying[Installing logging].
1515

1616
The Operators are responsible for deploying, upgrading, and maintaining {logging}. After the Operators are installed, you can create a `ClusterLogging` custom resource (CR) to schedule {logging} pods and other resources necessary to support {logging}. You can also create a `ClusterLogForwarder` CR to specify which logs are collected, how they are transformed, and where they are forwarded to.
1717

1818
[NOTE]
1919
====
20-
Because the internal {product-title} Elasticsearch log store does not provide secure storage for audit logs, audit logs are not stored in the internal Elasticsearch instance by default. If you want to send the audit logs to the default internal Elasticsearch log store, for example to view the audit logs in Kibana, you must use the Log Forwarding API as described in xref :../../observability/logging/log_storage/logging-config-es-store.adoc#cluster-logging-elasticsearch-audit_logging-config-es-store[Forward audit logs to the log store].
20+
Because the internal {product-title} Elasticsearch log store does not provide secure storage for audit logs, audit logs are not stored in the internal Elasticsearch instance by default. If you want to send the audit logs to the default internal Elasticsearch log store, for example to view the audit logs in Kibana, you must use the Log Forwarding API as described in xref:../../observability/logging/log_storage/logging-config-es-store.adoc#cluster-logging-elasticsearch-audit_logging-config-es-store[Forward audit logs to the log store].
2121
====
2222

2323
include::modules/logging-architecture-overview.adoc[leveloffset=+1]
2424

2525
[role="_additional-resources"]
2626
.Additional resources
27-
* xref :../../observability/logging/log_visualization/log-visualization-ocp-console.adoc#log-visualization-ocp-console[Log visualization with the web console]
27+
* xref:../../observability/logging/log_visualization/log-visualization-ocp-console.adoc#log-visualization-ocp-console[Log visualization with the web console]
2828
2929
include::modules/cluster-logging-about.adoc[leveloffset=+1]
3030

3131
ifdef::openshift-rosa,openshift-dedicated[]
3232
include::modules/cluster-logging-cloudwatch.adoc[leveloffset=+1]
33-
For information, see xref :../../observability/logging/log_collection_forwarding/log-forwarding.adoc#about-log-collection_log-forwarding[About log collection and forwarding].
33+
For information, see xref:../../observability/logging/log_collection_forwarding/log-forwarding.adoc#about-log-collection_log-forwarding[About log collection and forwarding].
3434
endif::[]
3535

3636
include::modules/cluster-logging-json-logging-about.adoc[leveloffset=+2]
3737

3838
include::modules/cluster-logging-collecting-storing-kubernetes-events.adoc[leveloffset=+2]
3939

40-
For information, see xref :../../observability/logging/log_collection_forwarding/cluster-logging-eventrouter.adoc#cluster-logging-eventrouter[About collecting and storing Kubernetes events].
40+
For information, see xref:../../observability/logging/log_collection_forwarding/cluster-logging-eventrouter.adoc#cluster-logging-eventrouter[Collecting and storing Kubernetes events].
4141

4242
include::modules/cluster-logging-troubleshoot-logging.adoc[leveloffset=+2]
4343

4444
include::modules/cluster-logging-export-fields.adoc[leveloffset=+2]
4545

46-
For information, see xref :../../observability/logging/cluster-logging-exported-fields.adoc#cluster-logging-exported-fields[About exporting fields].
46+
For information, see xref:../../observability/logging/cluster-logging-exported-fields.adoc#cluster-logging-exported-fields[Log record fields].
4747

4848
include::modules/cluster-logging-eventrouter-about.adoc[leveloffset=+2]
4949

50-
For information, see xref :../../observability/logging/log_collection_forwarding/cluster-logging-eventrouter.adoc#cluster-logging-eventrouter[Collecting and storing Kubernetes events].
50+
For information, see xref:../../observability/logging/log_collection_forwarding/cluster-logging-eventrouter.adoc#cluster-logging-eventrouter[Collecting and storing Kubernetes events].

observability/logging/log_visualization/log-visualization-ocp-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include::_attributes/attributes-openshift-dedicated.adoc[]
77

88
toc::[]
99

10-
You can use the {product-title} web console to visualize log data by configuring the {log-plug}. Options for configuration are available during installation of {logging} on the web console.
10+
You can use the {product-title} web console to visualize log data by configuring the {log-plug}. Options for configuration are available during installation of {logging} on the web console.
1111

1212
If you have already installed {logging} and want to configure the plugin, use one of the following procedures.
1313

snippets/logging-kibana-dep-snip.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
[NOTE]
1212
====
13-
The Kibana web console is now deprecated is planned to be removed in a future logging release.
13+
The Kibana web console is now deprecated and is planned to be removed in a future logging release.
1414
====

0 commit comments

Comments
 (0)