-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filebeat is bundled with the RPM #211
Comments
The same with Debian, this should be a package dependancy, not included in the deb. |
I concur, this is a pretty annoying issue to have to deal with in larger environments. Filebeat should be a package dependency, not included directly |
An alternative would be to install filebeat in /usr/local/bin/filebeat or another location like in /opt/collector-sidecar/bin and specify in the collector config for binary location. This would allow side by side installs of both without forcing the use of older filebeat versions as well. |
The bundled filebeat binary will be installed in /usr/lib/graylog-sidecar from 3.0 on, see f15144a |
* Install filebeat into /usr/lib/graylog-sidecar/filebeat Fixes #211 * Use correct macro in deb/rpm recipe
@emarana FYI =) |
Hi @mariussturm |
@tjyang the reason for the bundling was to make it as simple as possible to get started with the Sidecar as well as the fact that the Sidecar was rendering the configuration. So we could never know if the installed version fits the configuration the Sidecar is generating. As people are more used to the Sidecar we can default to the official packages. With 3.0 the rendering of the configuration file changes so it's easier to use the official packages. |
@mariussturm Thanks for the reply. Is it possible to release the collector-sidecar-0.1.8 that have bundled filebeat not using /usr/bin path ? |
Can someone respond back to this? |
@sreerajkksd since 1.0.0 is out there are no plans to have another 0.1.8/9 release. |
@mariussturm Is there way, I can get a SRPM for this version ? |
@sreerajkksd sorry we don't provide SRPMs currently but you can simply checkout the source from the repository if that helps? |
Problem description
Bundling
filebeat
with the rpm causes problems iffilebeat
is already installed on the system, there's no way without rebundling the RPM to install sidecar on our machines which havefilebeat
already installed because they install to the same locations:The text was updated successfully, but these errors were encountered: