Skip to content

Commit 09bf971

Browse files
authored
Merge pull request #33706 from rolfedh/RHDEVDOCS-3094
RHDEVDOCS-3094 Update command output
2 parents d31f34e + 784da27 commit 09bf971

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

modules/cluster-logging-updating-logging.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ $ oc get cronjob
120120
[source,terminal]
121121
----
122122
NAME SCHEDULE SUSPEND ACTIVE LAST SCHEDULE AGE
123+
curator 30 3,9,15,21 * * * False 0 <none> 20s
123124
elasticsearch-im-app */15 * * * * False 0 <none> 56s
124125
elasticsearch-im-audit */15 * * * * False 0 <none> 56s
125126
elasticsearch-im-infra */15 * * * * False 0 <none> 56s
@@ -238,12 +239,9 @@ $ oc get cronjob -o name
238239
[source,terminal]
239240
----
240241
cronjob.batch/curator
241-
cronjob.batch/elasticsearch-delete-app
242-
cronjob.batch/elasticsearch-delete-audit
243-
cronjob.batch/elasticsearch-delete-infra
244-
cronjob.batch/elasticsearch-rollover-app
245-
cronjob.batch/elasticsearch-rollover-audit
246-
cronjob.batch/elasticsearch-rollover-infra
242+
cronjob.batch/elasticsearch-im-app
243+
cronjob.batch/elasticsearch-im-audit
244+
cronjob.batch/elasticsearch-im-infra
247245
----
248246
+
249-
Verify that the output includes the `elasticsearch-delete-\*` and `elasticsearch-rollover-*` indices.
247+
Verify that the output includes the `elasticsearch-im-*` indices.

modules/gathering-data-specific-features.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,12 @@ $ oc adm must-gather --image=$(oc -n openshift-logging get deployment.apps/clust
181181
│ │ ├── events
182182
│ │ │ ├── curator-1596021300-wn2ks.162634ebf0055a94.yaml
183183
│ │ │ ├── curator.162638330681bee2.yaml
184-
│ │ │ ├── elasticsearch-delete-app-1596020400-gm6nl.1626341a296c16a1.yaml
185-
│ │ │ ├── elasticsearch-delete-audit-1596020400-9l9n4.1626341a2af81bbd.yaml
186-
│ │ │ ├── elasticsearch-delete-infra-1596020400-v98tk.1626341a2d821069.yaml
187-
│ │ │ ├── elasticsearch-rollover-app-1596020400-cc5vc.1626341a3019b238.yaml
188-
│ │ │ ├── elasticsearch-rollover-audit-1596020400-s8d5s.1626341a31f7b315.yaml
189-
│ │ │ ├── elasticsearch-rollover-infra-1596020400-7mgv8.1626341a35ea59ed.yaml
184+
│ │ │ ├── elasticsearch-im-app-1596020400-gm6nl.1626341a296c16a1.yaml
185+
│ │ │ ├── elasticsearch-im-audit-1596020400-9l9n4.1626341a2af81bbd.yaml
186+
│ │ │ ├── elasticsearch-im-infra-1596020400-v98tk.1626341a2d821069.yaml
187+
│ │ │ ├── elasticsearch-im-app-1596020400-cc5vc.1626341a3019b238.yaml
188+
│ │ │ ├── elasticsearch-im-audit-1596020400-s8d5s.1626341a31f7b315.yaml
189+
│ │ │ ├── elasticsearch-im-infra-1596020400-7mgv8.1626341a35ea59ed.yaml
190190
│ │ ├── events.yaml
191191
│ │ ├── persistentvolumeclaims.yaml
192192
│ │ ├── pods.yaml
@@ -219,8 +219,8 @@ $ oc adm must-gather --image=$(oc -n openshift-logging get deployment.apps/clust
219219
│ │ │ └── previous.log
220220
│ │ ├── curator-1596028500-zkz4s
221221
│ │ ├── elasticsearch-cdm-lp8l38m0-1-794d6dd989-4jxms
222-
│ │ ├── elasticsearch-delete-app-1596030300-bpgcx
223-
│ │ │ ├── elasticsearch-delete-app-1596030300-bpgcx.yaml
222+
│ │ ├── elasticsearch-im-app-1596030300-bpgcx
223+
│ │ │ ├── elasticsearch-im-app-1596030300-bpgcx.yaml
224224
│ │ │ └── indexmanagement
225225
│ │ │ └── indexmanagement
226226
│ │ │ └── logs

0 commit comments

Comments
 (0)