Skip to content
Snippets Groups Projects
Commit d4c60386 authored by Corné Lukken's avatar Corné Lukken
Browse files

Fix logs service name for central

parent 0e38e1ed
No related branches found
No related tags found
1 merge request!869Fix logs service name for central
...@@ -166,6 +166,7 @@ Next change the version in the following places: ...@@ -166,6 +166,7 @@ Next change the version in the following places:
# Release Notes # 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-2 Fix vector tenant_id, must be string
* 0.29.1 Cache SNMP MiB files to circumvent ASTRON domain blacklisting * 0.29.1 Cache SNMP MiB files to circumvent ASTRON domain blacklisting
* 0.29.0 Metric & Logging replication to central monitoring * 0.29.0 Metric & Logging replication to central monitoring
......
...@@ -126,7 +126,7 @@ healthchecks.require_healthy = true ...@@ -126,7 +126,7 @@ healthchecks.require_healthy = true
type = "loki" type = "loki"
inputs = [ "nomad-flags" ] inputs = [ "nomad-flags" ]
tenant_id = "[[.station]]" tenant_id = "[[.station]]"
endpoint = "http://logs.lofar-central.service.consul:3100" endpoint = "http://logs.service.lofar-central.consul:3100"
encoding.codec = "json" encoding.codec = "json"
healthcheck.enabled = true healthcheck.enabled = true
remove_label_fields = true remove_label_fields = true
......
0.29.1-2 0.29.1-3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment