8000 Tags · elastic/logstash · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: elastic/logstash

Tags

v9.0.3

Toggle v9.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump lock file for 9.0 (#17709)

Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com>

v8.18.3

Toggle v8.18.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update patch plugin versions in gemfile lock (#17708)

Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>

v8.17.8

Toggle v8.17.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump lock file for 8.17 (#17707)

Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com>

v9.0.2

Toggle v9.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release notes for 9.0.2 (#17676)

Refined release notes for 9.0.2

---------

Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: andsel <selva.andre@gmail.com>

v8.17.7

Toggle v8.17.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update jruby-openssl (#17648)

v8.18.2

Toggle v8.18.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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>

v9.0.1

Toggle v9.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump lock file for 9.0 (#17599)

Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: Kaise Cheng <kaise.cheng@elastic.co>

v8.18.1

Toggle v8.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump lock file for 8.18 (#17597)

Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: Kaise Cheng <kaise.cheng@elastic.co>

v8.17.6

Toggle v8.17.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump lock file for 8.17 (#17598)

Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: Kaise Cheng <kaise.cheng@elastic.co>

v7.17.29

Toggle v7.17.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>
0