-
Notifications
You must be signed in to change notification settings - Fork 148
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
Support Plugin Settings Backwards Compatibility #82
Conversation
Signed-off-by: chloe-zh <chloezh1102@gmail.com>
Signed-off-by: chloe-zh <chloezh1102@gmail.com>
Signed-off-by: chloe-zh <chloezh1102@gmail.com>
Signed-off-by: chloe-zh <chloezh1102@gmail.com>
Signed-off-by: chloe-zh <chloezh1102@gmail.com>
Signed-off-by: chloe-zh <chloezh1102@gmail.com>
Signed-off-by: chloe-zh <chloezh1102@gmail.com>
Signed-off-by: chloe-zh <chloezh1102@gmail.com>
Signed-off-by: chloe-zh <chloezh1102@gmail.com>
Signed-off-by: chloe-zh <chloezh1102@gmail.com>
Signed-off-by: chloe-zh <chloezh1102@gmail.com>
|
||
@Override | ||
public String getName() { | ||
return "ppl_settings_action"; |
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.
change the name.
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.
Thanks for the change!
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.
Thanks for the changes!
Signed-off-by: Chloe Zhang chloezh1102@gmail.com
Description
Comparison between legacy and new settings
plugins.sql.enabled
_plugins/_query/settings
or_cluster/settings
opendistro.sql.enabled
_opendistro/_sql/settings
plugins.sql.slow_log
_plugins/_query/settings
or_cluster/settings
opendistro.sql.slowlog
_opendistro/_sql/settings
plugins.sql.cursor.keep_alive
_plugins/_query/settings
or_cluster/settings
opendistro.sql.cursor.keep_alive
_opendistro/_sql/settings
plugins.sql.delete.enabled
_plugins/_query/settings
or_cluster/settings
plugins.ppl.enabled
_plugins/_query/settings
or_cluster/settings
opendistro.ppl.enabled
_opendistro/_ppl/settings
plugins.query.memory_limit
_plugins/_query/settings
or_cluster/setting
opendistro.ppl.query.memory_limit
_cluster/settings
plugins.query.size_limit
_plugins/_query/settings
or_cluster/settings
opendistro.query.size_limit
_cluster/settings
Issues Resolved
#63
#36
opendistro-for-elasticsearch/sql#981
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.