hubble-relay: add configurable log format and level via Helm#43644
Merged
julianwiedmann merged 1 commit intocilium:mainfrom Jan 23, 2026
Merged
hubble-relay: add configurable log format and level via Helm#43644julianwiedmann merged 1 commit intocilium:mainfrom
julianwiedmann merged 1 commit intocilium:mainfrom
Conversation
7c7c6ac to
8cb34f3
Compare
Artyop
reviewed
Jan 9, 2026
Contributor
Artyop
left a comment
There was a problem hiding this comment.
smoke tests are failing on the helm chart check, looks like you need to run make -C install/kubernetes
c45a286 to
6b41432
Compare
6b41432 to
ce8ce04
Compare
glibsm
reviewed
Jan 9, 2026
Add support for configuring Hubble Relay log format and level through Helm values, similar to the existing logOptions support in cilium-agent and cilium-operator. This allows users to enable JSON logging for Hubble Relay, which is useful for log aggregation tools in environments like AWS EKS. New Helm values: - hubble.relay.logOptions.format: text, text-ts, json, json-ts - hubble.relay.logOptions.level: debug, info, warn, error Fixes: cilium#43009 Signed-off-by: Pavan More <pavansmore05@gmail.com>
ce8ce04 to
beed602
Compare
glibsm
reviewed
Jan 12, 2026
glibsm
approved these changes
Jan 12, 2026
Contributor
|
/test |
Artyop
approved these changes
Jan 13, 2026
9 tasks
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for configuring Hubble Relay log format and level through Helm values, similar to the existing logOptions support in cilium-agent and cilium-operator.
This allows users to enable JSON logging for Hubble Relay, which is useful for log aggregation tools in environments like AWS EKS.
New Helm values:
hubble.relay.logOptions.format: text, text-ts, json, json-tshubble.relay.logOptions.level: debug, info, warn, errorFixes: #43009
Changes:
hubble.relay.logOptionssection tovalues.yamlwith format and level optionshubble-relay/configmap.yamltemplate to conditionally includelog-formatandlog-levelhubble-relay/cmd/root.goto read log options from config and pass toSetupLogging()