-
Notifications
You must be signed in to change notification settings - Fork 476
Adding fireeye nx package #1887
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
Conversation
💚 CLA has been signed |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
/test |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
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.
Thank you very much for this integration @emnp It is looking awesome already 👍
There is some comments below, but they are all super small, so no need to worry!
packages/fireeye/data_stream/nx/_dev/test/pipeline/test-common-config.yml
Outdated
Show resolved
Hide resolved
/test |
Thanks for the updates @emnp . It seems that the CI just has some small formatting issues left. Could you run these two commands in the folder of the specific package: It will fix any formatting issues that you can commit, or point out what is missing. |
@P1llus I check with these commands and formatting issues are clear now. And also all tests are working well. Could you please check the updates that I pushed? |
/test |
@emnp Seems like it is still complaining about |
/test |
If the build doesn't pass now I might try to fix it and commit it to this PR if it is okay? |
Sorry, @P1llus. I missed your comment. Did the build pass or did you try to fix it? |
packages/fireeye/data_stream/nx/_dev/test/pipeline/test-nx.log-expected.json
Outdated
Show resolved
Hide resolved
packages/fireeye/data_stream/nx/elasticsearch/ingest_pipeline/renaming-raws.yml
Outdated
Show resolved
Hide resolved
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.
I added a few small changes that would be nice to have, while we wait for the CI to pass @emnp
Currently waiting for this to finish before triggering CI again: #2017 Thanks for fixing the last few comments :) |
/test |
Did you run one last format/lint/package build afterwards? If not I can do it as well of course @emnp . |
Hey again @emnp 👋 I also added some minor changes in capitalization of letters, and since all the required pipeline and system tests are available, I moved it from experimental to GA. |
/test |
Hey @P1llus, yes we moved the observer fields to ingest pipeline and I forgot to regenerate again :(. |
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.
As a suggestion, could be interesting to add a community_id
processor (https://www.elastic.co/guide/en/elasticsearch/reference/master/community-id-processor.html) using the available fields. Other that that and the couple of comments, it looks good 👍
Adding the small fixes now |
Thank you very much for the contribution @emnp :) It is now merged and will be published with the rest of the 7.16 packages. Hope to work with you again in the future 👍 |
What does this PR do?
Adds FireEye NX package.
Checklist
changelog.yml
file.manifest.yml
file to point to the latest Elastic stack release (e.g.^7.13.0
).Author's Checklist
How to test this PR locally
Related issues
Screenshots