diff --git a/modules/cluster-logging-updating-logging.adoc b/modules/cluster-logging-updating-logging.adoc index 4da862f37aba..1e2da80ffa5b 100644 --- a/modules/cluster-logging-updating-logging.adoc +++ b/modules/cluster-logging-updating-logging.adoc @@ -149,7 +149,7 @@ elasticsearch-rollover-infra */15 * * * * False 0 $ oc exec -c elasticsearch -- indices ---- + -You should see the `app-0000x`, `infra-0000x`, `audit-0000x`, `.security` indices. +Verify that the output includes the `app-00000x`, `infra-00000x`, `audit-00000x`, `.security` indices. + .Sample output with indices in a green status [%collapsible] @@ -198,7 +198,7 @@ green open audit-000001 $ oc get ds fluentd -o json | grep fluentd-init ---- + -You should see a `fluentd-init` container: +Verify that the output includes a `fluentd-init` container: + [source,terminal] ---- @@ -212,7 +212,7 @@ You should see a `fluentd-init` container: $ oc get kibana kibana -o json ---- + -You should see a Kibana pod with the `ready` status: +Verify that the output includes a Kibana pod with the `ready` status: + .Sample output with a ready Kibana pod [%collapsible] @@ -270,4 +270,4 @@ cronjob.batch/elasticsearch-rollover-audit cronjob.batch/elasticsearch-rollover-infra ---- + -You should see the `elasticsearch-delete-\*` and `elasticsearch-rollover-*` indices. +Verify that the output includes the `elasticsearch-delete-\*` and `elasticsearch-rollover-*` indices.