Skip to content

Wait for elasticsearch to be green on install

Adrien Kohlbecker requested to merge ak/wait-for-green-es into master

What does this MR do?

From #197230 (closed) and also identified in #34537 (closed)

We should wait for Elastic Search to actually be available before marking the app as "installed". This reduces confusion of a user immediately navigating to logs and seeing an error page.

It also turns out that our ES clusters were never in a green health status, because we were only launching 1 data nodes. Bumping the data nodes to 2 makes the cluster happy.

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

Merge request reports