-
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
packetbeat: allow user to prevent Npcap installation on Windows #34428
Conversation
18d4f5a
to
267d4cc
Compare
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.
This option should be added to the asciidocs so that it's present in the website docs. What's here looks good.
Hello, |
What does this PR do?
Allow user to prevent Npcap installation on Windows.
Why is it important?
Some users depend on software that uses Npcap pinned to other versions.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Test locally on a windows machine with no npcap installed, and running with
.\packetbeat -e -d '*'
(binary must have been built with npcap installer asset in place) with the following packetbeat.yml.You will see the following two lines in the output
and then will shortly after packetbeat will terminate with
Related issues
Use cases
Screenshots
Logs