diff --git a/configs/loki-configs/local-confi_v2.yml b/configs/loki-configs/local-confi_v2.yml new file mode 100644 index 0000000..cf3d1be --- /dev/null +++ b/configs/loki-configs/local-confi_v2.yml @@ -0,0 +1,66 @@ +analytics: + reporting_enabled: false + +auth_enabled: false + +server: + grpc_listen_port: 9095 + http_listen_port: 3100 + +compactor: + retention_delete_delay: 2h + retention_delete_worker_count: 150 + retention_enabled: true + working_directory: /loki/boltdb-shipper-compactor + +ingester: + chunk_block_size: 262144 + chunk_idle_period: 3m + chunk_retain_period: 1m + lifecycler: + ring: + kvstore: + store: inmemory + replication_factor: 1 + wal: + dir: /loki/wal + +limits_config: + max_entries_limit_per_query: 5000 + per_stream_rate_limit: 8M + per_stream_rate_limit_burst: 16M + reject_old_samples: true + reject_old_samples_max_age: 360h + +schema_config: + configs: + - from: 2023-10-24 + store: boltdb-shipper + object_store: filesystem + schema: v11 + index: + prefix: index_ + period: 24h + +common: + path_prefix: /loki + storage_config: + boltdb_shipper: + active_index_directory: /loki/index + shared_store: filesystem + cache_location: /loki/cache + filesystem: + chunks_directory: /loki/chunks + rules_directory: /loki/rules + replication_factor: 1 + ring: + instance_addr: 127.0.0.1 + kvstore: + store: inmemory + +chunk_store_config: + max_look_back_period: 0s + +table_manager: + retention_deletes_enabled: true + retention_period: 360h