Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 597412 - app-admin/filebeat-5.0.0 version bump
Summary: app-admin/filebeat-5.0.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tomáš Mózes
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-18 09:05 UTC by Mike Lothian
Modified: 2016-12-01 15:38 UTC (History)
1 user (show)

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


Attachments
filebeat-bin-5.0.0_rc1.ebuild (filebeat-bin-5.0.0_rc1.ebuild.txt,1.15 KB, text/plain)
2016-10-18 09:05 UTC, Mike Lothian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Lothian 2016-10-18 09:05:40 UTC
Created attachment 450616 [details]
filebeat-bin-5.0.0_rc1.ebuild

I've quickly through this together based on the previous version
Comment 1 Mike Lothian 2016-10-18 09:58:41 UTC
I've updated this to have a basic systemd service file in the FireBurn overlay, happy to attach it here too if there's interest
Comment 2 Tomáš Mózes 2016-10-25 10:28:09 UTC
Feel free to attach, we can add it of course.
Comment 3 Tomáš Mózes 2016-11-06 06:36:04 UTC
Here is the PR:
https://github.com/gentoo/gentoo/pull/2757

I don't use systemd yet, but just checked the service file at https://github.com/FireBurn/Overlay/blob/master/app-admin/filebeat-bin/files/filebeat.service:

[Service]
Environment=FB_HOME=/var/lib/filebeat
Environment=CONF_DIR=/etc/filebeat
Environment=DATA_DIR=/var/lib/filebeat
Environment=LOG_DIR=/var/log/filebeat
Environment=PID_DIR=/run/filebeat
EnvironmentFile=-/etc/conf.d/filebeat

Is it possible for the user to override these values and if yes, how?
Comment 4 Tomáš Mózes 2016-11-06 06:38:02 UTC
Just for the record, I'm fine with adding systemd support, but first I'd like to get the new version to portage and then learn a bit about systemd and eventually add support for it.