Cherry-pick #21479 to 7.x: Implementation of fileProspector#21529
Cherry-pick #21479 to 7.x: Implementation of fileProspector#21529kvch merged 1 commit intoelastic:7.xfrom
Conversation
## What does this PR do? This PR adds the implementation of `fileProspector`. The prospector listens for events from the `FSWatcher` and processes them depending on the type of the event. Possible actions are starting a new Harvester to read from a file, removing an entry from the registry, etc. (cherry picked from commit d987d10)
|
Pinging @elastic/integrations-services (Team:Services) |
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Cherry-pick of PR #21479 to 7.x branch. Original message:
What does this PR do?
This PR adds the implementation of
fileProspector. The prospector listens for events from theFSWatcherand processes them depending on the type of the event. Possible actions are starting a new Harvester to read from a file, removing an entry from the registry, etc.Why is it important?
Required for
filestream.Checklist
- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature works- [ ] I have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.