-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Update fluent-plugin-loki documentation URLs #3880
Conversation
Updated fluent-plugin-loki documentation links to point to new location. Original reference docs were moved in this [commit](grafana@6e67d1e#diff-04dc5b2136328a0dcb189df97734c7c72e5e1227fa0c03469a6ce608f32f1b66).
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. Thanks for the PR!
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.
I approve, given the suggested changes.
@@ -7,7 +7,7 @@ Loki has a [Fluentd](https://www.fluentd.org/) output plugin called | |||
`fluent-plugin-grafana-loki` that enables shipping logs to a private Loki | |||
instance or [Grafana Cloud](https://grafana.com/products/cloud/). | |||
|
|||
The code source of the plugin is located in our [public repository](https://github.com/grafana/loki/tree/master/cmd/fluentd). | |||
The code source of the plugin is located in our [public repository](https://github.com/grafana/loki/tree/main/clients/cmd/fluentd). |
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 code source of the plugin is located in our [public repository](https://github.com/grafana/loki/tree/main/clients/cmd/fluentd). | |
The plugin source code is in the [fluentd directory of the repository](https://github.com/grafana/loki/tree/main/clients/cmd/fluentd). |
@@ -21,7 +21,7 @@ fluent-gem install fluent-plugin-grafana-loki | |||
|
|||
## Docker Image | |||
|
|||
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 is a Docker image `grafana/fluent-plugin-loki:master` which contains [default configuration files](https://github.com/grafana/loki/tree/main/clients/cmd/fluentd/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.
I find this paragraph confusing. Here's my suggested rewrite, given my questionable understanding of what was meant to be conveyed.
There is a Docker image `grafana/fluent-plugin-loki:master` which contains [default configuration files](https://github.com/grafana/loki/tree/main/clients/cmd/fluentd/docker/conf). By default, fluentd containers use the configurations but you can also specify your `fluentd.conf` with `FLUENTD_CONF` environment variable. | |
The Docker image `grafana/fluent-plugin-loki:master` contains [default configuration files](https://github.com/grafana/loki/tree/main/clients/cmd/fluentd/docker/conf). By default, fluentd containers use that default configuration. You can instead specify your `fluentd.conf` configuration file with a `FLUENTD_CONF` environment variable. |
### url | ||
|
||
The url of the Loki server to send logs to. When sending data the publish path (`../api/loki/v1/push`) will automatically be appended. |
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.
Please also update this prose, even though your PR did not originally touch this prose:
URL
The URL of the Loki server to send logs to. When sending data, the publish path (../api/loki/v1/push
) will automatically be appended.
### url | ||
|
||
The url of the Loki server to send logs to. When sending data the publish path (`../api/loki/v1/push`) will automatically be appended. |
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.
Please also update this prose, even though your PR did not originally touch this prose.
### url | |
The url of the Loki server to send logs to. When sending data the publish path (`../api/loki/v1/push`) will automatically be appended. | |
### URL | |
The URL of the Loki server to send logs to. When sending data, the publish path (`../api/loki/v1/push`) will automatically be appended. |
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
- Adds corrections from closed PR grafana#3880
- Adds corrections from closed PR #3880
Updated fluent-plugin-loki documentation links to point to new location. Original reference docs were moved in this commit.
What this PR does / why we need it:
Update to fluent-plugin-loki documented.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Checklist