-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Replace jvm-example by two plugin examples #28339
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
nik9000
left a comment
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 like it! I left a single comment, but that comment is probably important.
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.
Leftover?
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.
Definitely, thanks!
rjernst
left a comment
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.
Thank you @tlrx! This is great!
7d38358 to
7c0977f
Compare
This pull request replaces the jvm-example plugin (from the jvm/site plugins era) by two new plugins: a custom-settings that shows how to register and use custom settings (including secured settings) in a plugin, and rest-handler plugin that shows how to register a rest handler. The two plugins now reside in the plugins/examples project. They can serve as sample plugins for users, a special attention has been put on documentation. The packaging tests have been adapted to use the custom-settings plugin.
|
Pinging @elastic/es-core-infra |
This pull request replaces the
jvm-exampleplugin (from the jvm/site plugins era) by two new plugins: acustom-settingsthat shows how to register and use custom settings (including secured settings) in a plugin, andrest-handlerplugin that shows how to register a rest handler.The two plugins now reside in the
plugins/examplesproject. They can serve as sample plugins for users, a special attention has been put on documentation. The packaging tests have been adapted to use thecustom-settingsplugin.