Graylog2 / Graylog2/graylog2-server
Sources that haven't sent any logs in X amount of time
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
The sources page is a great way to see which sources have sent logs in the past X hours, as well as the number of messages etc... The issue though is sometimes you stop receiving logs from a device in your network and it can take some time to before you realize it.
## Proposed Feature
It would be nice to keep a living log of all sources that you have received from, from the beginning of your retention plan, and be able to identify if a log has not been received from one of the sources in the specified time. It should query all unique sources, and fetch the last log time received, if that value is greater than the specified time in the search bar, then display the source as well as the timestamp of the last log received. If possible, it would be beneficial to receive alerts based on this page as well.
Contributor guide
Assessment
This issue has not been assessed yet.