Skip to content

Commit

Permalink
Merge pull request grafana#397 from cosmo0920/fluent-plugin-documenta…
Browse files Browse the repository at this point in the history
…tion

Fix unused parameter warning for Fluentd
  • Loading branch information
davkal authored Mar 25, 2019
2 parents 0d4131c + 5a1faa9 commit ed94502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluentd/fluent-plugin-loki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In your Fluentd configuration, use `@type loki`. Additional configuration is opt
url "https://logs-us-west1.grafana.net"
username "#{ENV['LOKI_USERNAME']}"
password "#{ENV['LOKI_PASSWORD']}"
labels {"env":"dev"}
extra_labels {"env":"dev"}
flush_interval 10s
flush_at_shutdown true
buffer_chunk_limit 1m
Expand Down

0 comments on commit ed94502

Please sign in to comment.