-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Documentation: Outdated fluentd image name, UID details, link update #2112
Conversation
…, and link to installing as container
Codecov Report
@@ Coverage Diff @@
## master #2112 +/- ##
=======================================
Coverage 61.25% 61.25%
=======================================
Files 146 146
Lines 11193 11193
=======================================
Hits 6856 6856
Misses 3791 3791
Partials 546 546 |
docs/clients/fluentd/README.md
Outdated
@@ -1,13 +1,13 @@ | |||
# Fluentd | |||
|
|||
Loki has a [Fluentd](https://www.fluentd.org/) output plugin called | |||
`fluent-plugin-grafana-loki` that enables shipping logs to a private Loki |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://rubygems.org/gems/fluent-plugin-grafana-loki
That's the correct.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reason behind is the fluent-plugin-loki gem has been taken by someone else.
@@ -119,18 +119,20 @@ This plugin automatically adds a `fluentd_thread` label with the name of the buf | |||
|
|||
## Docker Image | |||
|
|||
There is a Docker image `grafana/fluent-plugin-grafana-loki:master` which contains [default configuration files](https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki/docker/conf). By default, fluentd containers use the configurations but you can also specify your `fluentd.conf` with `FLUENTD_CONF` environment variable. | |||
There is a Docker image `grafana/fluent-plugin-loki:master` which contains [default configuration files](https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-loki/docker/conf). By default, fluentd containers use the configurations but you can also specify your `fluentd.conf` with `FLUENTD_CONF` environment variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
However this is correct :) now ! the docker image is grafana/fluent-plugin-loki:master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM we just need to fix the gem.
And seriously thank you for helping !!!!!!
What this PR does / why we need it:
Updates documentation:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Checklist