##// END OF EJS Templates
stack: updated loki/grafana stacks...
stack: updated loki/grafana stacks Added JSON option logs into RhodeCode Various fixes and optimizations on docker files

File last commit:

r15:89c30086
r15:89c30086
Show More
loki-config.yaml
50 lines | 1017 B | text/x-yaml | YamlLexer
auth_enabled: false
server:
http_listen_address: 0.0.0.0
grpc_listen_address: 0.0.0.0
http_listen_port: 3100
grpc_listen_port: 9095
log_level: info
common:
path_prefix: /tmp/loki
storage:
filesystem:
chunks_directory: /tmp/loki/chunks
rules_directory: /tmp/loki/rules
replication_factor: 1
ring:
instance_addr: 127.0.0.1
kvstore:
store: inmemory
schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
limits_config:
max_streams_per_user: 100000
ingestion_burst_size_mb: 64
ingestion_rate_mb: 512
per_stream_rate_limit: 512M
per_stream_rate_limit_burst: 1024M
max_entries_limit_per_query: 1000000
max_label_value_length: 20480
max_label_name_length: 10240
ruler:
alertmanager_url: http://localhost:9093
# If you would like to disable reporting, uncomment the following lines:
#analytics:
# reporting_enabled: false