mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Add pipelines.yml to RPM/DEB configured files to avoid overwrite on updrade.
Fixes #9129 Fixes #9130
This commit is contained in:
parent
c70e1cad6a
commit
00b8a4ab29
1 changed files with 2 additions and 0 deletions
|
@ -340,6 +340,7 @@ namespace "artifact" do
|
|||
out.config_files << "/etc/logstash/jvm.options"
|
||||
out.config_files << "/etc/logstash/log4j2.properties"
|
||||
out.config_files << "/etc/logstash/logstash.yml"
|
||||
out.config_files << "/etc/logstash/pipelines.yml"
|
||||
when "debian", "ubuntu"
|
||||
require "fpm/package/deb"
|
||||
out = dir.convert(FPM::Package::Deb)
|
||||
|
@ -351,6 +352,7 @@ namespace "artifact" do
|
|||
out.config_files << "/etc/logstash/jvm.options"
|
||||
out.config_files << "/etc/logstash/log4j2.properties"
|
||||
out.config_files << "/etc/logstash/logstash.yml"
|
||||
out.config_files << "/etc/logstash/pipelines.yml"
|
||||
end
|
||||
|
||||
# Packaging install/removal scripts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue