Pin the journald ingest URL to port 443 #533
Reference in New Issue
Block a user
Delete Branch "benvin/fix-journald-upload-url"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Estate journald ingestion has been down since 00:33Z.
systemd-journal-uploadappends:19532/uploadto the configured URL whenever that URL carries no explicit port, so the portless k8s endpoint became/insert/journald:19532/upload, which vlinsert rejects as an unsupported path. The previous consul URL only worked because:9428was explicit.victorialogs::client::journald::inserturlto port 443Requests then land on
/insert/journald/upload, which vlinsert accepts.