Skip to content
Snippets Groups Projects
Commit fa1fb607 authored by Erika Miklos's avatar Erika Miklos
Browse files

Merge branch 'cleveland-main-patch-5fb6' into 'main'

Update project export kibana filters

See merge request !8566
parents 1fb40250 2d3914cd
No related branches found
No related tags found
1 merge request!8566Update project export kibana filters
Pipeline #1452661652 passed
......@@ -295,10 +295,18 @@ Export errors can occur when a user attempts to export via the UI or [this API e
Here are some suggestions for searching export logs in Kibana:
- In `pubsub-sidekiq-inf-gprd` (Sidekiq), narrow the search by adding filters
- json.class: `ProjectExportWorker`
- In `pubsub-sidekiq-inf-gprd` (Sidekiq), narrow the search by adding filters:
- json.class: `Projects::ImportExport`
- json.meta.project `path/to/project`
The `Projects::ImportExport` class will include the following subcomponents:
- `Projects::ImportExport::RelationExportWorker`
- `Projects::ImportExport::CreateRelationExportsWorker`
- `Projects::ImportExport::ParallelProjectExportWorker`
- `Projects::ImportExport::WaitRelationExportsWorker`
- `Projects::ImportExport::AfterImportMergeRequestsWorker`
If using the [Correlation Dashboard](#correlation-dashboard), you should be able to follow Sidekiq events throughout the export process, and locate errors by filtering json.severity: `ERROR`. Provided below is an example of an upload failing to AWS S3:
```json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment