-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Filebeat] Fix of syslog parsing for Priority value <0> ( #11010 ) #11011
Conversation
Fix of #11010 in elastic/beat branch
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
I think this part also needs to be fixed: https://github.com/elastic/beats/blob/master/filebeat/input/syslog/syslog_rfc3164.rl#L10 |
@ph could you please review this fix? |
I don't think any changes is required in this file. I have locally verified the fix which is perfectly working. If any case the above need to be change then kindly let me know. |
In the meantime could you please "sign" the CLA? |
I am able to sign this on Monday. Is it fine? |
Changes look good to me. @DebashisMondal you only need to sign the CLA once and it will be valid for all the other PRs you are making. Can you also add an entry to the changelog? |
@ph can I change the agreement type in future? |
jenkins test this |
@DebashisMondal changing from what to what? |
@ph in which changelog I have to change? In master or in 6.6 .
Kindly let me know as I am contributing for the first time. |
Please add the entry to CHANGELOG.next.asciidoc on master. |
@kvch can you please verify the pull request for changelog? Why it gets failed during Integration. Can you please let me know as I am new to this. Thanks |
Those issues are not related to your change. Do you mind adding the new changelog entry to this pull request? |
@kvch, Actually I am not much more familiar with the pulls. If you don't mind can you add the changelog in behalf of me. If you have any suggestion kindly let me know. |
Hm. That's interesting. I recall checking the base branch and it said master. I might dreamed that. Sorry about that. |
@kvch Is it not possible to merge the changes from this pull request to the master. Is it mandatory to open pull request in master. I have also observed that other contributor changes in branch 6.6 and it is merged to master. Is not it possible for this case? In addition before opening pull request I want to know why the chagelog regarding PR which I have mentioned here gets failed in Build. Can you tell me the reasons? And one more thing in Changelog of master I observed that the pull request for the fix is referred in other cases. But if I open a new pull request in master then what will the reference for the fix (Bug reference or anything else? |
@ph As you mentioned that changes looks good to you, so kindly approve the changes. |
You could change the base branch to master of this PR instead of opening a new one. You changelog PR is failing because Travis failed to install the requiested dependencies of an unrelated job: https://travis-ci.org/elastic/beats/jobs/502463779#L420 |
@kvch when I am changing the base branch to master it is showing some conflicts, so what to do now? |
You could rebase it. But I think it would be easier to apply the patch to master and force push this branch with that single commit. |
I am approving the change for the file, but could you target the master branch and rebase your PR on top of master and include #11107 as part of the same PR this make it easier to backport everything and make a cleaner history. If you have problem doing that, myself or @kvch could do it but we would have to do some trickery because we want to keep your authorship of the work. |
@ph, Basically I committed the fix in version 6.6 but as suggested by @kvch when I am trying to rebase it to master branch I am getting some conflicts. I have changed the changelog in master branch #11107 . Keeping my authorship, you (@ph and @kvch ) can do whatever is required. And one more thing @ph, as you approved the changes kindly change the review status, it is still showing "Awaiting requested review from ph" |
To eliminate the conflict, you could try to cherry-pick your commit on top of master. Update your master branch. Make sure you don't have any unstaged changes, as resetting removes everything. You can skip this step, if your master branch is up to date with the master in this repo (
Cherry-pick this commit on top of a new branch.
After you have pushed the branch, open a PR with the base branch master. Your new PR will be approved if it's opened for the correct base branch. Let me know if you need further assistance. |
Sure. That would be even better. :) |
Actually I want to know @kvch that after opening new PR this PR will be valid or not? |
@kvch I am getting below error during cherry-pick
I am little bit confused that I have to create a fork of master branch then I have to follow these steps or Directly cloning master branch I have to do all the steps. When I am doing after forking the master branch then everything is working but when I am trying to do this things directly with cloning master branch then above error message is displaying |
Closing as #11288 has been opened. |
Fix of #11010 in elastic/beat branch