-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Can't install fluent-plugin-grafana-loki #719
Comments
Dockerfile illustrating temporary workaround (install from source):
|
I think this is related to this: #682 |
Ah, yes, didn’t see that PR before opening. I can close as a duplicate, but it might be useful to have the workaround code available until #682 is merged. |
how about now ? |
I still see this issue:
I think that version bump will be needed as here: https://rubygems.org/gems/fluent-plugin-grafana-loki/ we still have old 1.0.0 version which is same as here: https://github.com/grafana/loki/blob/master/fluentd/fluent-plugin-grafana-loki/fluent-plugin-grafana-loki.gemspec#L5 |
/cc @briangann Can you help me out here ? How do we handle gems ? |
let me bump the version number and publish the new gem |
I tried it just now and see the same problem:
This is under Ubuntu 16.04.5.
|
Probably not worth bumping the version number until #749 is fixed anyway |
do we need to bump it again ? |
Can someone tell me which image of Fluentd do I have to use finally which includes the loki-gem to deploy flunetd as a daemonset? |
I don't know, but if you ended up finding one, please link it in here. |
I have created my own image and it works totally fine. I have used it in several deployments as a daemonSet as well as a single DeploymentSet. It is using the Loki plugin 1.2.16 and Fluentd 1.11.4. You can use it if you feel like: attaching the command below:
|
gem install fluent-plugin-grafana-loki
, as described in the fluent plugin README, errors, as illustrated by this docker build:The text was updated successfully, but these errors were encountered: