Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Add support for Elasticsearch 5.x #182

Closed
wants to merge 3 commits into from
Closed

Commits on Nov 3, 2016

  1. Add support for Elasticsearch 5.x

    * Use log4j2.properties instead of logging.yml
    * Add jvm.options
    * Use bootstrap.memory_lock instead of bootstrap.mlockall
    * Get rid of work directory
    * Executable does not accept `-D` anymore, replace with `-E` and `-p`
    * Get rid of 5.x default (file)s
    veger committed Nov 3, 2016
    Configuration menu
    Copy the full SHA
    5232704 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Fix version_compare usage

    veger committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    65238c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Disable check if ES_HEAP_SIZE exists for ES 5.x

    ES_HEAP_SIZE is not used for ES5.x anymore, instead ES_JAVA_OPTS 'Xms' and 'Xmx' are used
    veger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    8f989c4 View commit details
    Browse the repository at this point in the history