Skip to content

Commit 4fdb04a

Browse files
authored
Merge pull request #52480 from libander/RHDEVDOCS-3771-main
RHDEVDOCS-3771 - Fluentd to collector
2 parents 36bc8b9 + 94ee29f commit 4fdb04a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/cluster-logging-manual-rollout-rolling.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ $ oc project openshift-logging
3131
$ oc get pods -l component=elasticsearch-
3232
----
3333

34-
. Scale down the Fluentd pods so they stop sending new logs to Elasticsearch:
34+
. Scale down the collector pods so they stop sending new logs to Elasticsearch:
3535
+
3636
[source,terminal]
3737
----
38-
$ oc -n openshift-logging patch daemonset/logging-fluentd -p '{"spec":{"template":{"spec":{"nodeSelector":{"logging-infra-fluentd": "false"}}}}}'
38+
$ oc -n openshift-logging patch daemonset/collector -p '{"spec":{"template":{"spec":{"nodeSelector":{"logging-infra-collector": "false"}}}}}'
3939
----
4040

4141
. Perform a shard synced flush using the {product-title} link:https://github.com/openshift/origin-aggregated-logging/tree/master/elasticsearch#es_util[*es_util*] tool to ensure there are no pending operations waiting to be written to disk prior to shutting down:
@@ -213,9 +213,9 @@ $ oc exec elasticsearch-cdm-5ceex6ts-1-dcd6c4c7c-jpw6 -c elasticsearch -- es_uti
213213
}
214214
----
215215
216-
. Scale up the Fluentd pods so they send new logs to Elasticsearch.
216+
. Scale up the collector pods so they send new logs to Elasticsearch.
217217
+
218218
[source,terminal]
219219
----
220-
$ oc -n openshift-logging patch daemonset/logging-fluentd -p '{"spec":{"template":{"spec":{"nodeSelector":{"logging-infra-fluentd": "true"}}}}}'
220+
$ oc -n openshift-logging patch daemonset/collector -p '{"spec":{"template":{"spec":{"nodeSelector":{"logging-infra-collector": "true"}}}}}'
221221
----

0 commit comments

Comments
 (0)