Ship estate journald logs to the k8s log ingest endpoint (#531)
The estate ships journald to the VM VictoriaLogs cluster, which is being left to age out rather than grow. New log capacity lands in k8s, so clients need to point there while the VM cluster keeps serving historical queries until its retention lapses. - repoint victorialogs::client::journald::inserturl at https://logs-ingest.k8s.syd1.au.unkin.net/insert/journald VMs already trust the issuing CA via the system bundle, so journal-upload needs no TLS change. Requires the k8s VLCluster deployed and serving /insert/journald first. Reviewed-on: #531 Co-authored-by: unkin-agent <unkin-agent@unkin.net> Co-committed-by: unkin-agent <unkin-agent@unkin.net>
This commit was merged in pull request #531.
This commit is contained in:
@@ -401,7 +401,7 @@ networking::route_defaults:
|
|||||||
|
|
||||||
# logging:
|
# logging:
|
||||||
victorialogs::client::journald::enable: true
|
victorialogs::client::journald::enable: true
|
||||||
victorialogs::client::journald::inserturl: https://vlinsert.service.consul:9428/insert/journald
|
victorialogs::client::journald::inserturl: https://logs-ingest.k8s.syd1.au.unkin.net/insert/journald
|
||||||
|
|
||||||
# FIXME these are for the proxmox ceph cluster
|
# FIXME these are for the proxmox ceph cluster
|
||||||
profiles::ceph::client::fsid: 7f7f00cb-95de-498c-8dcc-14b54e4e9ca8
|
profiles::ceph::client::fsid: 7f7f00cb-95de-498c-8dcc-14b54e4e9ca8
|
||||||
|
|||||||
Reference in New Issue
Block a user