[ResponseOps] Verify efficient usage of createPointInTimeFinder #208228
Labels
Feature:Alerting
Feature:Cases
Cases feature
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
technical debt
Improvement of the software architecture and operational architecture
In our plugins, the following files use
createPointInTimeFinder
andcreatePointInTimeFinderDecryptedAsInternalUser
. We should analyze whether we are loading all results into memory and apply mitigations if possible, as described in this ticket: #203017.x-pack/platform/plugins/shared/alerting/server/application/backfill/methods/schedule/schedule_backfill.ts
x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_delete/bulk_delete_rules.ts
x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_disable/bulk_disable_rules.ts
x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_edit/bulk_edit_rules.ts
x-pack/platform/plugins/shared/alerting/server/application/rule/methods/bulk_enable/bulk_enable_rules.ts
x-pack/platform/plugins/shared/alerting/server/backfill_client/backfill_client.ts
x-pack/platform/plugins/shared/alerting/server/usage/lib/get_telemetry_from_kibana.ts
x-pack/platform/plugins/shared/cases/server/saved_object_types/import_export/export.ts
x-pack/platform/plugins/shared/cases/server/services/attachments/operations/get.ts
x-pack/platform/plugins/shared/cases/server/services/user_actions/index.ts
x-pack/platform/plugins/shared/cases/server/services/user_actions/operations/find.ts
The text was updated successfully, but these errors were encountered: