Skip to content

Fix Elasticsearch zero-downtime reindexing admin

Dmitry Gruzd requested to merge fix-es-zero-downtime-reindexing into master

What does this MR do?

Problem: Elasticsearch zero-downtime reindexing UI is not working

Elasticsearch settings were moved from /admin/application_settings/integrations#js-elasticsearch-settings to /admin/application_settings/general#js-elasticsearch-settings, but before action is still refers to :integrations. This MR fixes this problem.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability 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 Dmitry Gruzd

Merge request reports