diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2017-05-29 08:36:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-29 15:19:32 +0200 |
commit | 02051c9054ab711e930858a5fc6b2c828a142c1f (patch) | |
tree | 54ecc5a744831e4419216181d33998cd736615db /app-admin/filebeat | |
parent | media-sound/grip: Bump to version 3.4.1 (diff) | |
download | gentoo-02051c9054ab711e930858a5fc6b2c828a142c1f.tar.gz gentoo-02051c9054ab711e930858a5fc6b2c828a142c1f.tar.bz2 gentoo-02051c9054ab711e930858a5fc6b2c828a142c1f.zip |
app-admin/filebeat: add missing es mapping (bug #618800)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-admin/filebeat')
-rw-r--r-- | app-admin/filebeat/filebeat-5.4.0-r1.ebuild (renamed from app-admin/filebeat/filebeat-5.4.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/filebeat/filebeat-5.4.0.ebuild b/app-admin/filebeat/filebeat-5.4.0-r1.ebuild index 83d28bf3f0b7..b103babe64b6 100644 --- a/app-admin/filebeat/filebeat-5.4.0.ebuild +++ b/app-admin/filebeat/filebeat-5.4.0-r1.ebuild @@ -46,7 +46,7 @@ src_install() { doins ${PN}/{filebeat.yml,filebeat.full.yml} insinto "/etc/${PN}" - doins ${PN}/{filebeat.template.json,filebeat.template-es2x.json} + doins ${PN}/{filebeat.template.json,filebeat.template-es2x.json,filebeat.template-es6x.json} exeinto "/usr/share/${PN}" doexe libbeat/scripts/migrate_beat_config_1_x_to_5_0.py |