Skip to content

Commit c3b91e1

Browse files
committed
RHDEVDOCS-2607
Little typo in output name fluentd-server-inecure
1 parent deb9447 commit c3b91e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/cluster-logging-collector-log-forward-project.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
You can use the Log forwarding API to send a copy of the application logs from specific projects to an external log aggregator instead of, or in addition to, the default Elasticsearch log store. You are responsible for configuring the external log aggregator to receive the logs from {product-title}.
99

10-
To configure forwarding application logs from a project, create a `ClusterLogForwarder` custom resource (CR) with at least one input from a project, optional outputs for other log aggregators, and pipelines that use those inputs and outputs.
10+
To configure forwarding application logs from a project, create a `ClusterLogForwarder` custom resource (CR) with at least one input from a project, optional outputs for other log aggregators, and pipelines that use those inputs and outputs.
1111

1212
.Procedure
1313

@@ -27,7 +27,7 @@ spec:
2727
url: 'tls://fluentdserver.security.example.com:24224' <5>
2828
secret: <6>
2929
name: fluentd-secret
30-
- name: fluentd-server-inecure
30+
- name: fluentd-server-insecure
3131
type: fluentdForward
3232
url: 'tcp://fluentdserver.home.example.com:24224'
3333
inputs: <7>

0 commit comments

Comments
 (0)