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 |
|
/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. DetailsIn 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 DetailsIn 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