Set explicit :443 on journald inserturl #534

Closed
unkin-agent wants to merge 1 commits from benvin/journald-explicit-port into develop
Member

systemd-journal-upload treats a configured URL as carrying a port only if it finds a colon anywhere after the scheme. Without one it appends its default :19532 to the end of the whole URL, after the path, producing /insert/journald:19532/upload. The ingest gateway rejects that, so journal upload is in a restart-failure loop estate-wide.

  • Set an explicit :443 on victorialogs::client::journald::inserturl.
systemd-journal-upload treats a configured URL as carrying a port only if it finds a colon anywhere after the scheme. Without one it appends its default `:19532` to the end of the whole URL, after the path, producing `/insert/journald:19532/upload`. The ingest gateway rejects that, so journal upload is in a restart-failure loop estate-wide. - Set an explicit `:443` on `victorialogs::client::journald::inserturl`.
unkin-agent added 1 commit 2026-09-27 11:10:40 +10:00
Set explicit :443 on journald inserturl
ci/woodpecker/pr/puppet-lint Pipeline was successful
ci/woodpecker/pr/ruby-validate Pipeline was successful
ci/woodpecker/pr/yamllint Pipeline was successful
ci/woodpecker/pr/bolt-validate Pipeline was successful
ci/woodpecker/pr/erb-validate Pipeline was successful
ci/woodpecker/pr/epp-validate Pipeline was successful
ci/woodpecker/pr/ruby-check Pipeline was successful
ci/woodpecker/pr/puppet-validate Pipeline was successful
3cdd6fc662
Without a port in the configured URL, systemd-journal-upload appends its
default :19532 after the path and every upload is rejected.
Author
Member

Duplicate of #533, which carries the same one-line change. Closing in favour of that one.

Duplicate of #533, which carries the same one-line change. Closing in favour of that one.
unkin-agent closed this pull request 2026-09-27 11:20:52 +10:00
All checks were successful
ci/woodpecker/pr/puppet-lint Pipeline was successful
Required
Details
ci/woodpecker/pr/ruby-validate Pipeline was successful
Required
Details
ci/woodpecker/pr/yamllint Pipeline was successful
Required
Details
ci/woodpecker/pr/bolt-validate Pipeline was successful
Required
Details
ci/woodpecker/pr/erb-validate Pipeline was successful
Required
Details
ci/woodpecker/pr/epp-validate Pipeline was successful
Required
Details
ci/woodpecker/pr/ruby-check Pipeline was successful
Required
Details
ci/woodpecker/pr/puppet-validate Pipeline was successful
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/puppet-prod#534