-
Notifications
You must be signed in to change notification settings - Fork 444
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
[ProblemChild] Update files to add Serverless support to the package #8106
Conversation
packages/problemchild/manifest.yml
Outdated
conditions: | ||
kibana.version: "^8.0.0" | ||
kibana: | ||
version: '^8.0.0' |
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.
Is this minimum Stack version compatible with Package Spec v3?
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.
I checked with the serverless team and they confirm that we don't require a minimum Kibana version for serverless packages and they'll be based on spec versions.
License change LGTM 🎉 |
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.
LGTM!
Package problemchild - 2.1.0 containing this change is available at https://epr.elastic.co/search?package=problemchild |
What does this PR do?
This PR adds serverless support to the
Living Off the Land
advanced analytics package.Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
elastic-package
manifest.yml
is3.0.0
Screenshots