Documentation Index
Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Summary
This hot fix (patch release versions 2.2.3 and 3.0.3) includes code to resolve a known issue with the LogDNA Agent for Kubernetes and OpenShift.Gradual log loss in Agent as log files were rotated
How was the issue manifested?
Depending on the timing of inotify events during log rotation, the agent did not pick up the rotated files due to events being processed in the wrong order.What was the resolution?
The inotify events are now buffered across inotify calls to ensure that filesystem events are processed in the correct order, and to ensure that log files are picked up after being rotated. #How do I apply the patch? The patch is available in our GitHub repository. Refer to the <a href=“https://github.com/logdna/logdna-agent-v2#installing” target=“_blank”>installation instructions</a> in the Readme.md file.Version 2.2.3: https://github.com/logdna/logdna-agent-v2/releases/tag/2.2.3> Version 3.0.3: https://github.com/logdna/logdna-agent-v2/releases/tag/3.0.3