Fix configuration docs (#2139)

pull/2099/head^2
Aditya C S 5 years ago committed by GitHub
parent a5aa34137a
commit 5e0fe09f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/configuration/README.md

@ -376,7 +376,7 @@ kvstore:
# is "consul"
consul:
# The hostname and port of Consul.
[host: <string> | duration = "localhost:8500"]
[host: <string> | default = "localhost:8500"]
# The ACL Token used to interact with Consul.
[acl_token: <string>]
@ -856,7 +856,7 @@ logs in Loki.
[max_line_size: <string> | default = none ]
# Maximum number of log entries that will be returned for a query. 0 to disable.
[max_entries_limit: <int> | default = 5000 ]
[max_entries_limit_per_query: <int> | default = 5000 ]
# Maximum number of active streams per user, across the cluster. 0 to disable.
# When the global limit is enabled, each ingester is configured with a dynamic

Loading…
Cancel
Save