Skip to content

Commit

Permalink
Remove experimental warning for inputs with variables. (#26762) (#26772)
Browse files Browse the repository at this point in the history
(cherry picked from commit c0b75e9)

Co-authored-by: Blake Rouse <[email protected]>
  • Loading branch information
mergify[bot] and blakerouse authored Jul 8, 2021
1 parent cadf89b commit 1f8bf72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/elastic-agent/pkg/composable/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ type controller struct {
// New creates a new controller.
func New(log *logger.Logger, c *config.Config) (Controller, error) {
l := log.Named("composable")
l.Info("EXPERIMENTAL - Inputs with variables are currently experimental and should not be used in production")

var providersCfg Config
if c != nil {
Expand Down

0 comments on commit 1f8bf72

Please sign in to comment.