-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Add userSetup
plugin skeleton.
#101610
Add userSetup
plugin skeleton.
#101610
Conversation
e5d728c
to
be4f439
Compare
be4f439
to
c6073c3
Compare
Pinging @elastic/kibana-security (Team:Security) |
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.
Approving limits change.
@elasticmachine merge upstream |
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! Verified locally and getting styled server not ready page.
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / general / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/discover/reporting·ts.discover Discover CSV Export Generate CSV: new search generates a report with no dataStandard Out
Stack Trace
Metrics [docs]Module Count
Page load bundle
History
To update your PR or re-run it, just comment with: cc @azasypkin |
I missed the chance to mention before this got merged, but you can add it to your next PR. We should add the Lines 1563 to 1573 in ca42cf9
|
Good catch, thanks. |
Done! Line 1576 in 9d42d67
|
Summary
Simple plugin skeleton for the
userSetup
plugin that will eventually support Kibana interactive setup mode.NOTE: Plugin is disabled by default and can be enabled with
--userSetup.enabled=true
. Default app is available at/app/userSetup
. Once this plugin becomes apreboot
plugin it will be enabled by default.