diff --git a/README.md b/README.md
index 94d3041dbe1428bed35c213a7f0d38a0a4864dcc..521b500de55ff913d22954c1f9f104ccaeba9bfb 100644
--- a/README.md
+++ b/README.md
@@ -166,6 +166,7 @@ Next change the version in the following places:
 
 # Release Notes
 
+* 0.29.1-3 Fix central logs service consul name
 * 0.29.1-2 Fix vector tenant_id, must be string
 * 0.29.1 Cache SNMP MiB files to circumvent ASTRON domain blacklisting
 * 0.29.0 Metric & Logging replication to central monitoring
diff --git a/infra/jobs/station/logging.levant.nomad b/infra/jobs/station/logging.levant.nomad
index d0a866395d96dfacad98d3b5556ebf8162ac6520..06b424da80b521ba7012747a121e59e51478abef 100644
--- a/infra/jobs/station/logging.levant.nomad
+++ b/infra/jobs/station/logging.levant.nomad
@@ -126,7 +126,7 @@ healthchecks.require_healthy = true
   type                 = "loki"
   inputs               = [ "nomad-flags" ]
   tenant_id            = "[[.station]]"
-  endpoint             = "http://logs.lofar-central.service.consul:3100"
+  endpoint             = "http://logs.service.lofar-central.consul:3100"
   encoding.codec       = "json"
   healthcheck.enabled  = true
   remove_label_fields  = true
diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION
index 302b4574cebaf71f61541b1887ae568d20ebb823..9366836e868f06f197887e100c90fce7d9d6a342 100644
--- a/tangostationcontrol/VERSION
+++ b/tangostationcontrol/VERSION
@@ -1 +1 @@
-0.29.1-2
+0.29.1-3