aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTyler Smalley <tylersmalley@me.com>2018-04-25 14:00:24 -0700
committerGitHub <noreply@github.com>2018-04-25 14:00:24 -0700
commit5d8cf565325b5f190983e113b6bf26cf97308e29 (patch)
treefb87475dcc5fbe2537828191f324decc00b78668 /scripts
parent706f0f2916a212a3a685f293b59a3a269a93531e (diff)
[kbn-es] Use basic license as default (#18577)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/es.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/es.js b/scripts/es.js
index 6f1f37211..556714c51 100644
--- a/scripts/es.js
+++ b/scripts/es.js
@@ -4,7 +4,7 @@ const kbnEs = require('@kbn/es');
kbnEs
.run({
- license: 'trial',
+ license: 'basic',
password: 'changeme',
version: pkg.version,
'source-path': path.resolve(__dirname, '../../elasticsearch'),