Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597418 - Maintainership request: app-admin/filebeat
Summary: Maintainership request: app-admin/filebeat
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Proxy Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 585898
  Show dependency tree
 
Reported: 2016-10-18 09:47 UTC by Tomáš Mózes
Modified: 2016-10-24 11:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2016-10-18 09:47:46 UTC
I'd like to maintain this. We have a binary version (app-admin/filebeat-bin), this should replace it eventually.
Comment 1 Tomáš Mózes 2016-10-18 09:52:11 UTC
https://github.com/gentoo/gentoo/pull/2585
Comment 2 Patrice Clement gentoo-dev 2016-10-24 11:31:49 UTC
commit 1ed462767bda5e7dcae6e78006cf150feca2d636 (HEAD -> master, origin/master, origin/HEAD)
Author:     Tomas Mozes <hydrapolic@gmail.com>
AuthorDate: Tue Oct 18 11:49:07 2016 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Mon Oct 24 13:25:43 2016 +0200

    app-admin/filebeat: new package.
    
    Filebeat is part of the Beats family by Elasticsearch. It's a lightweight log
    forwarder to Logstash & Elasticsearch.
    
    We already have a binary version of the package in tree, but this non-binary
    should eventually remove it.
    
    Package-Manager: portage-2.3.1
    Closes: https://github.com/gentoo/gentoo/pull/2585
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 app-admin/filebeat/Manifest              |  1 +
 app-admin/filebeat/filebeat-1.3.1.ebuild | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 app-admin/filebeat/files/filebeat.confd  | 12 ++++++++++++
 app-admin/filebeat/files/filebeat.initd  | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 app-admin/filebeat/metadata.xml          | 15 +++++++++++++++
 5 files changed, 121 insertions(+)
 create mode 100644 app-admin/filebeat/Manifest
 create mode 100644 app-admin/filebeat/filebeat-1.3.1.ebuild
 create mode 100644 app-admin/filebeat/files/filebeat.confd
 create mode 100644 app-admin/filebeat/files/filebeat.initd
 create mode 100644 app-admin/filebeat/metadata.xml