Skip to content

Commit

Permalink
[7.1] Better error message (elastic#12260) (elastic#12274)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator authored May 25, 2019
1 parent db8c44f commit 6a448b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/libbeat/licenser/es_callback.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func Enforce(log *logp.Logger, checks ...CheckFunc) {

if license == OSSLicense {
return errors.New("This Beat requires the default distribution of Elasticsearch. Please " +
"upgrade to the default distribution of Elasticsearch from elastic.co, or downgrade to " +
"install the default distribution of Elasticsearch from elastic.co, or install " +
"the oss-only distribution of beats")
}

Expand Down

0 comments on commit 6a448b3

Please sign in to comment.