40 lines
		
	
	
		
			713 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			713 B
		
	
	
	
		
			YAML
		
	
	
	
auth_enabled: false
 | 
						|
 | 
						|
server:
 | 
						|
  http_listen_port: 3100
 | 
						|
  grpc_listen_port: 9096
 | 
						|
 | 
						|
common:
 | 
						|
  path_prefix: /var/lib/loki
 | 
						|
  storage:
 | 
						|
    filesystem:
 | 
						|
      chunks_directory: /var/lib/loki/chunks
 | 
						|
      rules_directory: /var/lib/loki/rules
 | 
						|
  replication_factor: 1
 | 
						|
  ring:
 | 
						|
    instance_addr: 127.0.0.1
 | 
						|
    kvstore:
 | 
						|
      store: inmemory
 | 
						|
 | 
						|
query_scheduler:
 | 
						|
  max_outstanding_requests_per_tenant: 2048
 | 
						|
 | 
						|
schema_config:
 | 
						|
  configs:
 | 
						|
    - from: 2020-10-24
 | 
						|
      store: boltdb-shipper
 | 
						|
      object_store: filesystem
 | 
						|
      schema: v12
 | 
						|
      index:
 | 
						|
        prefix: index_
 | 
						|
        period: 24h
 | 
						|
 | 
						|
limits_config:
 | 
						|
  allow_structured_metadata: false
 | 
						|
 | 
						|
ruler:
 | 
						|
  alertmanager_url: http://localhost:9093
 | 
						|
 | 
						|
analytics:
 | 
						|
  reporting_enabled: false
 |