@@ -409,6 +409,19 @@ The XML response can provide an indication of the failure reason, such as the pr
</Error>
```
### Finding Container Cleanup Worker logs
Container registry cleanup logs can be used to check the status of a registry cleanup. These logs have an unusual scheme and do not use most `json.meta` tags.
To find these logs in Kibana:
1. Use the `pubsub-sidekiq-inf-gprd*` index.
1. Add a positive filter on `json.meta.feature_category: container_registry`.
1. Add a positive filter on `json.extra.container_expiration_policies_cleanup_container_repository_worker.project_id` for the numeric project ID.
1. Add a positive filter on `json.extra.container_expiration_policies_cleanup_container_repository_worker.container_repository_id` for the numeric container repository ID.
Other fields under `json.extra.container_expiration_policies_cleanup_container_repository_worker` contain related statistics on registry cleanup operations.
#### Known Import Issues
-**Imported project's size differs from where it originated**