-
Notifications
You must be signed in to change notification settings - Fork 335
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
Elasticsearch: add fail_on_detecting_es_version_retry_exceed support #1066
Conversation
335d51f
to
799fd6a
Compare
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 Thanks @hyperion-hyp
dbf679c
to
37f9850
Compare
@hyperion-hyp to fix the failing build, you should run |
|
@hyperion-hyp seems like you've moved the field from before
and commit any changes |
@siliconbrain, thanks for your guidance, i've made some progress, but still no luck. |
@hyperion-hyp you should check the build details 😉 it says that your newly added field (which is present by default) is missing from a config generation test's expected output:
|
done! |
c2927bf
to
d7fe53e
Compare
@hyperion-hyp I hate to be the bearer of bad news...again 😅 but it seems that you have a merge conflict in the generated vfs code because another PR has been merged to master which also changed some custom resources. To resolve this, please rebase your branch onto master OR merge master into your branch, then run make generate # regenerate any DeepCopy implementations
make manifests # regenerates manifest files
make generate # regenerates vfs and commit and push (or force push, in case of a rebase) your changes. |
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
@siliconbrain, A rainbow follows every bad news :), thanks a lot! |
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.
👍
What's in this PR?
Add fail_on_detecting_es_version_retry_exceed support for elasticsearch output.
Why?
This field is necessary to prevent Fluend from failing at startup when one or many Elasticsearch hosts are unreachable.
Additional context
Related:
Checklist