Skip to content

Commit

Permalink
remove duplicated text
Browse files Browse the repository at this point in the history
  • Loading branch information
abrennan89 committed Mar 27, 2024
1 parent 4318c98 commit 957d624
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/log-collector-rsyslog-server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,3 @@ spec:
----
$ oc apply -f <filename>.yaml
----

The {clo} deploys a service for each configured input receiver so that clients can write to the collector. This service exposes the port specified for the input receiver.
The service name is generated based on the following:

* For multi log forwarder `ClusterLogForwarder` CR deployments, the service name is in the format `<ClusterLogForwarder_CR_name>-<input_name>`. For the previous example YAML, the service name is `example-syslog-receiver`.
* For legacy `ClusterLogForwarder` CR deployments, meaning those named `instance` and located in the `openshift-logging` namespace, the service name is in the format `collector-<input_name>`. For the previous example YAML, the service name is `collector-syslog-receiver`.

0 comments on commit 957d624

Please sign in to comment.