Skip to content

Commit 536e773

Browse files
authored
Merge pull request #67609 from abrennan89/OBSDOCS-119
OBSDOCS-119: Tiny bug fix for command
2 parents 986efae + c58d6a9 commit 536e773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ oc project openshift-logging
2828
. Get the names of the Elasticsearch pods:
2929
+
3030
----
31-
$ oc get pods -l component=elasticsearch-
31+
$ oc get pods -l component=elasticsearch
3232
----
3333

3434
. Scale down the collector pods so they stop sending new logs to Elasticsearch:

0 commit comments

Comments
 (0)