Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[elasticsearch] update readiness probe endpoint #586

Merged
merged 5 commits into from
Apr 21, 2020

Commits on Apr 17, 2020

  1. [elasticsearch] update readiness probe endpoint

    This PR update readiness probe endpoint to check only `/` endpoint instead of `/_cluster/health?timeout=0s` when Elasticsearch is already running.
    This revert to initial config which was changed in elastic#380 with the exception that 503 HTTP code is accepted for 6.x (see elastic/elasticsearch#8902 for more details about why 503 is OK on Elasticsearch 6.x).
    jmlrt committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    f429fdf View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. [elasticsearch] split readiness http code check condition

    Co-Authored-By: Michael Russell <Crazybus@users.noreply.github.com>
    jmlrt and Crazybus authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    90cc998 View commit details
    Browse the repository at this point in the history
  2. [elasticsearch] exit with return code from curl

    Co-Authored-By: Michael Russell <Crazybus@users.noreply.github.com>
    jmlrt and Crazybus authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    8398dbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e3d6e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a06098c View commit details
    Browse the repository at this point in the history