Graylog2 / Graylog2/graylog2-server
Add tracking connections for suitable inputs
Open
feature
inputs
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
Currently it's not possible to get a list of open connections for an input.
To debug (or even audit) currently open connections to inputs, track the remote IP/Port per input.
This should be implemented transparently by a netty handler that maintains a list of open connections.
That way we can easily support this functionality even for plugins.
This will likely need an API version bump because it won't be binary compatible anymore.
Contributor guide
Assessment
This issue has not been assessed yet.