Skip to content

ES backend changes to support multiple indices

Markus Koller requested to merge es-admin-backend into es-admin-step2

What does this MR do?

This MR contains backend changes to support multiple ES indices for #13534 (closed) / #32055 (closed).

It will be merged into es-admin-step2 which acts as our temporary integration branch, until we're ready to merge something usable into master.

  • Cache ES clients per index
  • Get reading/writing targets from the DB
  • Add more specs
  • Store IndexStatus per index

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Markus Koller

Merge request reports