Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/cluster-logging-updating-logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ elasticsearch-rollover-infra */15 * * * * False 0 <none>
$ oc exec -c elasticsearch <any_es_pod_in_the_cluster> -- 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]
Expand Down Expand Up @@ -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]
----
Expand All @@ -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]
Expand Down Expand Up @@ -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.