You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collection ratio of some files are too low. Collection of those files may not be keeping up. Or it may have stopped with some anomalies. This can be a known log missing issue of the follow_inodes feature that was fixed in Fluentd v1.16.2 (fluent-package v5.0.0, td-agent v4.5.1). If you are using any version older than these, updating Fluentd will resolve the issue.
214
-
Filepaths with too low collection ratio (threshold: 0.8):
215
-
/test/bar.log (ratio: 0.7)
216
-
/test/foo.log (ratio: 0.7)
221
+
Filepaths with too low collection ratio (threshold: 0.5):
222
+
/test/bar.log (ratio: 0.2)
223
+
/test/foo.log (ratio: 0.1)
217
224
218
225
All check completed.
219
226
Some anomalies are found. Please check whether there is any log loss.
@@ -222,9 +229,9 @@ Some anomalies are found. Please check whether there is any log loss.
222
229
In this case, collection ratio of some target files are too low.
223
230
Collection of those files may have stopped or may not be keeping up.
224
231
225
-
> /test/bar.log (ratio: 0.7)
232
+
> /test/bar.log (ratio: 0.2)
226
233
227
-
This means that only 70% of the data of the file is collected for the filesize.
234
+
This means that only 20% of the data of the file is collected for the filesize.
228
235
If it is not keeping up temporarily, then it is no problem.
229
236
If this is always the case, or if collection has stopped completely, then log missing may occur.
0 commit comments