Skip to content
Snippets Groups Projects
Commit ac871963 authored by Florian Sesser's avatar Florian Sesser
Browse files

Make the Loki that ships with NixOS 21.11 work

parent 11f14bd1
No related branches found
No related tags found
2 merge requests!264merge develop into production,!251Loki/Promtail: Towards centralized logging
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
server = { server = {
http_listen_port = 9080; # Using /metrics for health check http_listen_port = 9080; # Using /metrics for health check
grpc_listen_address = "127.0.0.1"; # unused, but no option to turn it off. grpc_listen_address = "127.0.0.1"; # unused, but no option to turn it off.
grpc_listen_port = 9095; # unused, but no option to turn it off. grpc_listen_port = 9094; # unused, but no option to turn it off.
}; };
clients = [{ clients = [{
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
ingester = { ingester = {
lifecycler = { lifecycler = {
interface_names = [ "monitoringvpn"];
ring = { ring = {
kvstore = { kvstore = {
store = "inmemory"; store = "inmemory";
...@@ -59,10 +58,6 @@ ...@@ -59,10 +58,6 @@
}; };
}; };
chunk_store_config = {
max_look_back_period = "336h"; # two weeks
};
table_manager = { table_manager = {
retention_deletes_enabled = true; retention_deletes_enabled = true;
retention_period = "336h"; # two weeks retention_period = "336h"; # two weeks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment