-
Notifications
You must be signed in to change notification settings - Fork 12
make elasticsearch network.host configurable #220
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
widhalmt
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.
Thanks for the PR!
I'm just wondering, should we use a single string for the variable or should we make the variable an array since the option in the file is an array, too?
I'm ok with your string variant, especially since using Jinja2 for an array would be much more complicated (like ifnotlast, then "," etc)
So, approved. Thanks, again.
widhalmt
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.
Sorry, I had to change back to "Request changes". Could you please write a line about the new variable in the appropriate file in docs/?
I will avoid doiing duplicate work. This will be done within the PR for the documentation review. Pls accept the PR without additionl docs, anyway if you not set it the "legacy" default will take precedence. |
widhalmt
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.
Ah, ok. That's fine, of course. So - approved.
|
the fix of #217 conflicts :/ |
|
Its just a renaming of variables, you should just replace the names and it should work. I can do it quickly if you want to? |
…lection-elasticstack into feature/network.host
Head branch was pushed to by a user without write access
thx, its already done. |
widhalmt
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.
Sorry, I have to revert my approval. I thought a lot about how the collection is proceeding and I'm afraid we have to face the fact that we aren't full time developers andtherefore we can be sure that we run into times where changes will have to wait for a long time. (You had to experience that for yourself). So the only way to not lose focus and have all neccessary steps done right away is to make changes atomic. Therefore I opened an issue to force documentation with every step: #234 .
So please add documentation for that variable with this PR.
…lection-elasticstack into feature/network.host
Head branch was pushed to by a user without write access
I've add a description to the documenation. |
widhalmt
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! Approved.
This PR fixes NETWAYS#219 --------- Co-authored-by: Thomas Widhalm <thomas.widhalm@netways.de>
This PR fixes #219