-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packetbeat/beater: make sure Npcap installation runs before interface…
…s are needed in all cases This is a second attempt to ensure that Npcap is correctly installed; running packetbeat managed by elastic-agent appears to have a different code path to that when running vanilla packetbeat and does not execute Create in time (at all?) to have the installer run. So move the installNpcap call to the earliest time we have all the needed information to ensure that the library is installed by the time that it is needed.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters