Move the log collector and intrusion detection controllers into pkg/enterprise - #5276
Open
caseydavenport wants to merge 4 commits into
Open
Move the log collector and intrusion detection controllers into pkg/enterprise#5276caseydavenport wants to merge 4 commits into
caseydavenport wants to merge 4 commits into
Conversation
A variant contributes its own controllers through the controller list on the controller options, which the manager setup iterates instead of naming them.
The Enterprise tree mirrors the core tree it came from, keeping controllers apart from the extension packages that share the directory.
Application layer, egress gateway, packet capture and OpenTelemetry collector, with the application layer and egress gateway render packages.
…nterprise The Typha and node TLS helpers move to the shared controller utilities, which is what lets the intrusion detection controller stop importing the installation controller.
caseydavenport
force-pushed
the
casey-enterprise-controllers-3
branch
from
August 29, 2026 15:36
a964b30 to
8d08fbf
Compare
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.
Description
Third batch for CORE-13484. The log collector and intrusion detection controllers move under the Enterprise tree, together with the OpenTelemetry collector and intrusion detection render packages that nothing in core imports once they go.
Stacked on #5274. Review the last commit.
Related: CORE-13484
Release Note