-
Notifications
You must be signed in to change notification settings - Fork 229
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
Bug 1519213 - NoMethodError if remote_syslog enabled remote_syslog_ta… #820
Conversation
…g_key fluent-plugin-remote-syslog: replacing tag_key with @tag_key adding rescue around record[@tag_key] Note: out_syslog.rb and out_syslog_buffered.rb are copied from https://github.com/docebo/fluent-plugin-remote-syslog and locally modified. Once the changes made on the files are accepted by the plugin, out_syslog.rb and out_syslog_buffered.rb are to be removed and the changes on Dockerfile* are to be undone. Adding test cases for tag_key to remote_syslog.sh
Did you also submit a patch upstream to https://github.com/docebo/fluent-plugin-remote-syslog? |
Yes, this is the PR. |
Not sure what is wrong, but building failed in the upstream fluent-plugin-remote-syslog... continuous-integration/travis-ci/pr — The Travis CI build could not complete due to an error The previous PR also failed in the very similar manner... |
/retest |
1 similar comment
/retest |
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
/cherrypick release-3.7 |
@richm: once the present PR merges, I will cherry-pick it on top of release-3.7 in a new PR and assign it to you. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
why isn't this merging? |
/retest |
Automatic merge from submit-queue. |
@richm: new pull request created: #830 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Not sure this is legal to do. We can't just copy source code into our repository like this if it is licensed. I think that code is under the MIT license, at least in the gemspec it says MIT. |
I've asked legal for advice |
|
@nhosoi, better safe than sorry and check with legal. |
@porante, you are right. I've opened this pr following the suggestion from the Legal team. |
…g_key
fluent-plugin-remote-syslog: replacing tag_key with @tag_key
adding rescue around record[@tag_key]
Note: out_syslog.rb and out_syslog_buffered.rb are copied from
https://github.com/docebo/fluent-plugin-remote-syslog and
locally modified. Once the changes made on the files are
accepted by the plugin, out_syslog.rb and out_syslog_buffered.rb
are to be removed and the changes on Dockerfile* are to be undone.
Adding test cases for tag_key to remote_syslog.sh