Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ResponseOps] Verify efficient usage of createPointInTimeFinder #208228

Open
cnasikas opened this issue Jan 24, 2025 · 2 comments
Open

[ResponseOps] Verify efficient usage of createPointInTimeFinder #208228

cnasikas opened this issue Jan 24, 2025 · 2 comments
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

Comments

@cnasikas
Copy link
Member

In our plugins, the following files use createPointInTimeFinder and createPointInTimeFinderDecryptedAsInternalUser. 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
@cnasikas cnasikas added 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 labels Jan 24, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops-cases (Feature:Cases)

@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants