-
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.
filebeat/input/filestream: Remove x-pack dependency (#40483)
To fix the failing linter rule that requires OSS code to not depend on x-pack code, this change removes the dependency on x-pack/dockerlogbeat/pipelinemock from the Filebeat filestream input. It does this by creating a mock client that is local to filestream test code ("A little copying is better than a little dependency"). Fixes #40293
- Loading branch information
1 parent
1f20a39
commit 49582f4
Showing
1 changed file
with
70 additions
and
2 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