Tags: elastic/logstash
Tags
[8.18] Fixes to the bundles gems and jars versions (backport #17659) (#… …17662) * Fixes to the bundles gems and jars versions (#17659) * Avoid hard pins on gem versions in the Gemfile.template and remove some duplicated gems which are already vendored to an upper version * exclude inactive net-imap-0.2.3 from artifacts * artifacts: exclude "default" stdlib gems that are shadowed by pinned gems --------- Co-authored-by: Ry Biesemeyer <ry.biesemeyer@elastic.co> (cherry picked from commit 06c877e) # Conflicts: # Gemfile.template * fix conflict (line order) --------- Co-authored-by: Andrea Selva <selva.andre@gmail.com> Co-authored-by: Rye Biesemeyer <yaauie@users.noreply.github.com>
Ensure elasticsearch logs and data dirs exist before startup (#17531) (… …#17538) With a recent change in ES elastic/elasticsearch#125449 configuring path.data or path.logs to directories that do not exist cause ES to not be able to start up. This commit ensures those directories exist. The teardown script already ensures they are removed https://github.com/elastic/logstash/blob/712b37e1df333e8d156cb5d26fbc24aafcbfd2cd/qa/integration/services/elasticsearch_teardown.sh#L26-L27 (cherry picked from commit 8e6e183) Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
PreviousNext