Cherry-pick #21481 to 7.x: Add filestream input reader#21538
Cherry-pick #21481 to 7.x: Add filestream input reader#21538kvch merged 1 commit intoelastic:7.xfrom
Conversation
|
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
|
This PR adds the event reader and publisher functionality. This is mostly the refactoring of `Harvester` from `filebeat/input/log`. Two things are missing: metrics and special readers e.g. `multiline`. (cherry picked from commit 40b24dd)
33c737d to
1e16353
Compare
|
Failing tests are unrelated. |
Cherry-pick of PR #21481 to 7.x branch. Original message:
What does this PR do?
This PR adds the event reader and publisher functionality. This is mostly the refactoring of
Harvesterfromfilebeat/input/log. Two things are missing: metrics and special readers e.g.multiline.Why is it important?
New step.
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.Related issues