Skip to content

Commit

Permalink
Update logstash (#31808)
Browse files Browse the repository at this point in the history

Signed-off-by: Jamon Camisso <[email protected]>
Signed-off-by: Jamon Camisso <[email protected]>
Co-authored-by: cpanato <[email protected]>
  • Loading branch information
jamonation and cpanato authored Oct 24, 2024
1 parent 0870976 commit c7d40fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion logstash-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package:
name: logstash-8
version: 8.15.3
epoch: 3
epoch: 4
description: Logstash - transport and process your logs, events, or other data
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -242,6 +242,10 @@ subpackages:
mkdir -p "${{targets.subpkgdir}}"/bitnami/logstash/data
mkdir -p "${{targets.subpkgdir}}"/bitnami/logstash/pipeline
mkdir -p "${{targets.subpkgdir}}"/bitnami/logstash/config
- runs: |
# cp config to config.default because the entrypoint.sh run.sh init step wants something to copy
cp -r "${{targets.subpkgdir}}"/opt/bitnami/logstash/config "${{targets.subpkgdir}}"/opt/bitnami/logstash/config.default
cp -r "${{targets.subpkgdir}}"/opt/bitnami/logstash/pipeline "${{targets.subpkgdir}}"/opt/bitnami/logstash/pipeline.default
test:
environment:
contents:
Expand Down

0 comments on commit c7d40fa

Please sign in to comment.