# Single-binary Loki for the dev stack: filesystem storage, in-memory # ring, 7-day retention. Internal-only (no host port). auth_enabled: false server: http_listen_port: 3100 grpc_listen_port: 9095 log_level: warn common: instance_addr: 127.0.0.1 path_prefix: /loki storage: filesystem: chunks_directory: /loki/chunks rules_directory: /loki/rules replication_factor: 1 ring: kvstore: store: inmemory schema_config: configs: - from: 2024-01-01 store: tsdb object_store: filesystem schema: v13 index: prefix: index_ period: 24h limits_config: retention_period: 168h reject_old_samples: true reject_old_samples_max_age: 168h compactor: working_directory: /loki/compactor retention_enabled: true delete_request_store: filesystem query_range: results_cache: cache: embedded_cache: enabled: true max_size_mb: 64