@@ -177,7 +177,7 @@ Check /path/to/pos.
177177Done duplication check for 2 PosEntries.
178178Done collection ratio check for 2 files.
179179
180- All check completed.
180+ All check completed. (Fluentd v1.15.0)
181181There is no anomalies.
182182```
183183
@@ -186,6 +186,7 @@ This means:
186186* The command has checked ` /path/to/pos ` .
187187* The command has checked 2 pos entries for duplication check.
188188* The command has checked 2 files for collection ratio check.
189+ * It is detected that the version of your Fluentd is v1.15.0.
189190* There is no anomalies.
190191
191192#### Pos duplication found
@@ -198,7 +199,7 @@ Duplicated paths:
198199 /test/foo.log
199200Done collection ratio check for 0 files.
200201
201- All check completed.
202+ All check completed. (Fluentd v1.15.0)
202203Some anomalies are found. Please check the logs for details.
203204If you have any questions or issues, please report them to the following:
204205 Fluentd Q&A: https://github.com/fluent/fluentd/discussions/categories/q-a
@@ -226,7 +227,7 @@ Filepaths with too low collection ratio (threshold: 0.5):
226227 /test/bar.log (ratio: 0.2)
227228 /test/foo.log (ratio: 0.1)
228229
229- All check completed.
230+ All check completed. (Fluentd v1.15.0)
230231Some anomalies are found. Please check the logs for details.
231232If you have any questions or issues, please report them to the following:
232233 Fluentd Q&A: https://github.com/fluent/fluentd/discussions/categories/q-a
0 commit comments