Skip to content

Commit

Permalink
Remove experimental warning for inputs with variables. (#26762)
Browse files Browse the repository at this point in the history
(cherry picked from commit c0b75e9)
  • Loading branch information
blakerouse authored and mergify-bot committed Jul 7, 2021
1 parent b42ffc4 commit a4cd30d
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 a4cd30d

Please sign in to comment.