• 
      

    Improve error text when elasticsearch is unavailable.

    Review Request #12888 — Created March 14, 2023 and submitted

    Information

    Review Board
    release-5.0.x

    Reviewers

    When validating the Elasticsearch configuration, we'd check if the
    elasticsearch module was available and was of a compatible version. If
    either failed, we'd display a generic error about ensuring you have a
    compatible elasticsearch.

    This change updates validation to show an error specific to each case.
    Both include the list of packages to install for Elasticsearch support.

    Unit tests have been added to ensure validation works and to track any
    changes to our list of compatible versions.

    Manually tested this without elasticsearch installed, and with an
    incompatible version.

    Unit tests passed.

    Summary ID
    Improve error text when elasticsearch is unavailable.
    When validating the Elasticsearch configuration, we'd check if the `elasticsearch` module was available and was of a compatible version. If either failed, we'd display a generic error about ensuring you have a compatible `elasticsearch`. This change updates validation to show an error specific to each case. Both include the list of packages to install for Elasticsearch support. Unit tests have been added to ensure validation works and to track any changes to our list of compatible versions.
    02a3ed7570b201259c5f7f6644b5065661eb5ef7
    david
    1. Ship It!
    2. 
        
    maubin
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-5.0.x (c9e082d)