-
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
Filebeat input v2 API #15324
Comments
Thanks @urso for pushing this effort! |
Needs to be closed by @kvch |
I'm adding |
@rameshelastic it seems that the missing input are on your plate, am I correct? |
@rameshelastic you are right, not all of them.
All the three below belongs to @elastic/obs-cloud-monitoring
|
We are moving to the new input system, so I think this can be closed. @jlind23 WDYT? |
This meta issue tracks all PRs, issues and tasks for a new input API in Filebeat. The new API also introduces a generic key-value store as registry, for reuse by other inputs. Development targets the feature branch feature-new-registry-file. Related issues/PRs will be labeled the
Project:Filebeat-Input-v2
.Initial Phase
Next
The inputs log, container, docker and stdin are not going to be moved. Instead these should be replaced by filestream or dropped altogether.
- [ ] log/container/docker/stdin- [ ] factor out file watcher emiting events- [ ] update to new API- [ ] split up into independent inputsWe decided to keep log input around so users are not forced to update.
- [ ] Remove old input API and supporting architecture- [ ] remove filebeat/channel package- [ ] remove state support from input/file package- [ ] remove registrar packageThe text was updated successfully, but these errors were encountered: