Skip to content

Commit a4cd30d

Browse files
blakerousemergify-bot
authored andcommitted
Remove experimental warning for inputs with variables. (#26762)
(cherry picked from commit c0b75e9)
1 parent b42ffc4 commit a4cd30d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

x-pack/elastic-agent/pkg/composable/controller.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ type controller struct {
4343
// New creates a new controller.
4444
func New(log *logger.Logger, c *config.Config) (Controller, error) {
4545
l := log.Named("composable")
46-
l.Info("EXPERIMENTAL - Inputs with variables are currently experimental and should not be used in production")
4746

4847
var providersCfg Config
4948
if c != nil {

0 commit comments

Comments
 (0)