Skip to content

Commit 8d87d7c

Browse files
Apply suggestions from code review
Co-authored-by: Siegfried Weber <mail@siegfriedweber.net>
1 parent 6f32176 commit 8d87d7c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/concepts/pages/observability/logging.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ kind: ConfigMap
137137
metadata:
138138
name: vector-aggregator-discovery
139139
data:
140-
ADDRESS: vector-aggregator.vector:6000
140+
ADDRESS: vector-aggregator.vector.svc.cluster.local:6000
141141
----
142142

143143
== Custom overrides
@@ -155,7 +155,8 @@ logging:
155155
configMap: my-configmap // <2>
156156
----
157157
<1> The vector logging agent is not deployed.
158-
<2> A custom product logging configuration is loaded from a ConfigMap called `my-configmap`. The key must be the filename that the product is configured to load (eg: `logback.xml`).
158+
<2> A custom product logging configuration is loaded from a ConfigMap called `my-configmap`.
159+
The key must be the filename that the product is configured to load, such as `logback.xml`.
159160

160161
== Further reading
161162

0 commit comments

Comments
 (0)