Graylog2 / Graylog2/graylog2-server
Detect and notify if the OS is dropping incoming messages due to overload
Open
feature
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## What and Why ?
Sometimes, UDP messages are dropped by the operating system if it is overloaded and it cannot handle the incoming throughput.
The purpose of this feature request is to have Graylog detect and notify if messages are consistently being dropped by the OS.
UDP receive errors can be displayed using the following command :
`$ netstat -us`

## Your Environment
* Graylog Version: 4.3.5
Contributor guide
Assessment
This issue has not been assessed yet.