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

Merge branch 'release-0.29.1-3' into 'master'

Fix logs service name for central

See merge request !869
parents 0e38e1ed d4c60386
Branches
Tags v0.29.1-3
1 merge request!869Fix logs service name for central
......@@ -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
......
......@@ -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
......
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