Skip to content

Commit 45178b1

Browse files
authored
Merge pull request #32575 from ehvs/logging-cronjobs
Fixed output from oc get cj in updating Logging page
2 parents f2d2e24 + e1d352a commit 45178b1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

modules/cluster-logging-updating-logging.adoc

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,10 @@ $ oc get cronjob
119119
+
120120
[source,terminal]
121121
----
122-
NAME SCHEDULE SUSPEND ACTIVE LAST SCHEDULE AGE
123-
elasticsearch-delete-app */15 * * * * False 0 <none> 27s
124-
elasticsearch-delete-audit */15 * * * * False 0 <none> 27s
125-
elasticsearch-delete-infra */15 * * * * False 0 <none> 27s
126-
elasticsearch-rollover-app */15 * * * * False 0 <none> 27s
127-
elasticsearch-rollover-audit */15 * * * * False 0 <none> 27s
128-
elasticsearch-rollover-infra */15 * * * * False 0 <none> 27s
122+
NAME SCHEDULE SUSPEND ACTIVE LAST SCHEDULE AGE
123+
elasticsearch-im-app */15 * * * * False 0 <none> 56s
124+
elasticsearch-im-audit */15 * * * * False 0 <none> 56s
125+
elasticsearch-im-infra */15 * * * * False 0 <none> 56s
129126
----
130127

131128
.. Verify that the log store is updated to 5.0 and the indices are `green`:

0 commit comments

Comments
 (0)