Skip to content

Admin UI change to trigger Elasticsearch in-cluster re-indexing

Dmitry Gruzd requested to merge 214418-cluster-reindexing-ui into master

What does this MR do?

This MR implements the UI required for triggering Elasticsearch zero-downtime reindexing, which was introduced in !34069 (merged)

#214418 (closed)

Database changes

Screenshots from /admin/application_settings/integrations#js-elasticsearch-settings

Without any tasks created

Screenshot_2020-06-30_at_17.09.22

With a task in progress

Screenshot_2020-06-30_at_16.37.06

With a completed task

Screenshot_2020-06-30_at_16.55.50

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