-
Notifications
You must be signed in to change notification settings - Fork 126
Allow to run Elastic stack with other licenses #2501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -22,6 +22,8 @@ STACK_COMMAND_TESTS=( | |||
test-stack-command-8x | |||
test-stack-command-9x | |||
test-stack-command-with-apm-server | |||
test-stack-command-with-basic-license | |||
test-stack-command-with-self-monitor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added as a target in the Makefile but it was missing in the script that triggers the steps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Updated |
💚 Build Succeeded
History
cc @mrodm |
This PR adds support into
elastic-package
to run an Elastic stack with a different subscription.By default it keeps the
trial
subscription. And in this PR it is added support to run an Elastic stack withbasic
subscription.Author's Checklist
apache
)How to test this locally