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
Added Elasticsearch cluster settings get and put methods plus the flu… #54917
Merged
dwoz
merged 3 commits into
saltstack:master
from
Oloremo:elasticsearch-add-cluster-settings-master
Nov 10, 2019
Merged
Added Elasticsearch cluster settings get and put methods plus the flu… #54917
dwoz
merged 3 commits into
saltstack:master
from
Oloremo:elasticsearch-add-cluster-settings-master
Nov 10, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f9a2401
to
43f3bcd
Compare
1d29009
to
ead8430
Compare
re-run full debian10-py3 |
dwoz
approved these changes
Nov 6, 2019
Ch3LL
requested changes
Nov 7, 2019
also would you mind add an entry in the CHANGELOG.md file under Added
for the neon release. thanks
13dffc2
to
b7b0fd6
Compare
@Oloremo not sure if you saw my comment about adding a note to the changelog. This new feature is great and i think would be great to highlight for the neone release. See above for details |
b7b0fd6
to
109e860
Compare
@Ch3LL sorry, missed that. Added. |
Ch3LL
approved these changes
Nov 7, 2019
s0undt3ch
approved these changes
Nov 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
What does this PR do?
Adding
get_settings
andput_settings
cluster method for Elasticsearch module plus theflush_synced
method.What issues does this PR fix or reference?
#54505
Previous Behavior
Elasticsearch module doesn't support these methods
New Behavior
Elasticsearch module does support these methods
Tests written?
Yes
Commits signed with GPG?
Yes