Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update logstash to 8.16.1 #136

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ curator_opensearch/vendor/voluptuous-0.15.2-py3-none-any.whl:
size: 31349
object_id: cab6f4d3-79bd-4d78-4ff3-f10cfddb69c5
sha: sha256:016348bc7788a9af9520b1764ebd4de0df41fe2138ebe9e06fa036bf86a65566
logstash/logstash-8.9.2-linux-x86_64.tar.gz:
size: 346522558
object_id: 61bc773e-e0a2-4cf5-416e-0964a3d83978
sha: sha256:86eb38b40f66dea4f3c747582c53f574d88ea0c57b8f60325baa00022cbba998
logstash/logstash-8.16.1-linux-x86_64.tar.gz:
size: 428558276
object_id: 6448195b-fb5b-4a22-5f16-759c29296cf6
sha: sha256:1245b05b83443c204f355ad8463cf9c9a0e2d6052d51578aeaaaadb7eb6ca214
logstash/logstash-filter-alter-3.0.3.zip:
size: 7655
object_id: 552763c7-779b-4ac3-5993-04a06d967c93
Expand Down
2 changes: 1 addition & 1 deletion packages/logstash/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e -u
# shellcheck disable=1091
source /var/vcap/packages/openjdk-17/bosh/compile.env

tar xzf logstash/logstash-8.9.2-linux-x86_64.tar.gz -C "${BOSH_INSTALL_TARGET}" --strip-components 1
tar xzf logstash/logstash-8.16.1-linux-x86_64.tar.gz -C "${BOSH_INSTALL_TARGET}" --strip-components 1

export PATH="${BOSH_INSTALL_TARGET}/bin:${PATH}"

Expand Down
2 changes: 1 addition & 1 deletion packages/logstash/spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- openjdk-17

files:
- logstash/logstash-8.9.2-linux-x86_64.tar.gz
- logstash/logstash-8.16.1-linux-x86_64.tar.gz
- logstash/logstash-filter-alter-3.0.3.zip
- logstash/logstash-filter-translate-3.4.2.zip
- logstash/logstash-input-relp-3.0.4.zip
Expand Down
Loading