Graylog2 / Graylog2/graylog-plugin-integrations
Handle NODATA AWS Flow Log messages
Open
aws
bug
- Dominant language
- Java
- Stars
- 17
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Occasionally NODATA flow log messages arrive in the stream of regular flow log messages. They look like the following:
`2 459220251735 eni-029d1d22467f80aa9 - - - - - - - 1575609521 1575609563 - NODATA`
These messages are not identified as Flow Logs by the newer Kinesis Functionality Health Check. This causes the Health Check to fail if one of these is returned during the Health Check when the stream really contains flow logs.
We should decide what to do about these. What are they from? What do they mean? Perhaps they should be skipped during the health check?
Contributor guide
Assessment
This issue has not been assessed yet.