Skip to content

Commit c5bc0db

Browse files
committed
RHDEVDOCS-3294 to main - Correcting outputrefs code sample.
1 parent 08f10eb commit c5bc0db

2 files changed

+3
-3
lines changed

modules/cluster-logging-configuration-of-json-log-data-for-default-elasticsearch.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Suppose the following:
3434
[source,yaml]
3535
----
3636
outputDefaults:
37-
- elasticsearch:
37+
elasticsearch:
3838
structuredTypeKey: kubernetes.labels.logFormat <1>
3939
structuredTypeName: nologformat
4040
pipelines:
@@ -72,7 +72,7 @@ Suppose that you use the following snippet in your `ClusterLogForwarder` CR YAML
7272
[source,yaml]
7373
----
7474
outputDefaults:
75-
- elasticsearch:
75+
elasticsearch:
7676
structuredTypeKey: openshift.labels.myLabel <1>
7777
structuredTypeName: nologformat
7878
pipelines:

modules/cluster-logging-forwarding-json-logs-to-the-default-elasticsearch.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To avoid performance issues associated with having too many indices, consider ke
1717
[source,yaml]
1818
----
1919
outputDefaults:
20-
- elasticsearch:
20+
elasticsearch:
2121
structuredTypeKey: <log record field>
2222
structuredTypeName: <name>
2323
pipelines:

0 commit comments

Comments
 (0)