From 29316f7d22057784cbca723540614dcd0d78bb82 Mon Sep 17 00:00:00 2001 From: Nicolas Ruflin Date: Tue, 5 May 2020 15:08:53 +0200 Subject: [PATCH] [Agent] Update log message to be Experimental instead of Alpha (#18227) Closes https://github.com/elastic/beats/issues/18214 --- x-pack/elastic-agent/pkg/agent/warn/warn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/elastic-agent/pkg/agent/warn/warn.go b/x-pack/elastic-agent/pkg/agent/warn/warn.go index d9667f6f284..c3b97079aa1 100644 --- a/x-pack/elastic-agent/pkg/agent/warn/warn.go +++ b/x-pack/elastic-agent/pkg/agent/warn/warn.go @@ -11,7 +11,7 @@ import ( "github.com/elastic/beats/v7/x-pack/elastic-agent/pkg/core/logger" ) -const message = "The Elastic Agent is currently in Alpha and should not be used in production" +const message = "The Elastic Agent is currently in Experimental and should not be used in production" // LogNotGA warns the users in the log that the Elastic Agent is not GA. func LogNotGA(log *logger.Logger) {