METRON-1261: Apply bro security patch#805
Conversation
Testing
|
9c4bdf6 to
d39b72e
Compare
|
As usual, I really love your test scripts. Well done, @JonZeolla ! |
|
Maybe we should have the checkout-pr script in the metron repo? |
|
It's actually easier than this to pull in a PR, for future reference Assuming upstream is GitHub, of course. It'll just make a branch in your local and you can check it out there. Edit: 805 being the PR number from the top after the title |
|
Right @justinleet I've done that in the past as well, this is me just being lazy and not wanting to look up the PR # when drafting my instructions =) That said, those instructions don't depend on my repo, which means it's probably the right way to do it. |
|
This is ready for a review. |
|
@JonZeolla. Followed the steps, and in my monitor storm logs 'window' i have many of the following: [root@node1 ~]# tail -f /var/log/storm/workers-artifacts/indexing-*/*/worker.log | grep -i "org.elasticsearch.index.mapper.MapperParsingException: failed to parse"
org.elasticsearch.index.mapper.MapperParsingException: failed to parse [ip_dst_addr]
org.elasticsearch.index.mapper.MapperParsingException: failed to parse [ip_dst_addr]
org.elasticsearch.index.mapper.MapperParsingException: failed to parse [ip_dst_addr]I don't know if I should expect these or not? |
|
never mind, I just re-read the instructions before sorry |
|
+1 |
Contributor Comments
This should update the version of bro that is auto-installed by full-dev/quick-dev, and update some manual instructions for setting up bro to use bro 2.4.2, which recently had a security patch applied (details here).
Additional testing instructions coming soon.
Pull Request Checklist
Thank you for submitting a contribution to Apache Metron.
Please refer to our Development Guidelines for the complete guide to follow for contributions.
Please refer also to our Build Verification Guidelines for complete smoke testing guides.
In order to streamline the review of the contribution we ask you follow these guidelines and ask you to double check the following:
For all changes:
For code changes:
For documentation related changes:
Have you ensured that format looks appropriate for the output in which it is rendered by building and verifying the site-book? If not then run the following commands and the verify changes via
site-book/target/site/index.html:Note:
Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible.
It is also recommended that travis-ci is set up for your personal repository such that your branches are built there before submitting a pull request.