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

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

vector tenant_id must be string

See merge request !867
parents 1d8ca38e ccf56d61
Branches
Tags v0.29.1-2
1 merge request!867vector tenant_id must be string
...@@ -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-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
* 0.28.2 Bugfixes / rollout fixes * 0.28.2 Bugfixes / rollout fixes
......
...@@ -125,7 +125,7 @@ healthchecks.require_healthy = true ...@@ -125,7 +125,7 @@ healthchecks.require_healthy = true
[sinks.loki_central] [sinks.loki_central]
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.lofar-central.service.consul:3100"
encoding.codec = "json" encoding.codec = "json"
healthcheck.enabled = true healthcheck.enabled = true
......
0.29.1 0.29.1-2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment