fluent-bit-docs icon indicating copy to clipboard operation
fluent-bit-docs copied to clipboard

Multiline Parser: Discrepancy over default flush timeout

Open pranavmarla opened this issue 4 years ago • 4 comments

Relatively minor issue, but I noticed that there seems to be conflicting default values mentioned for the flush_timeout multiline parser parameter.

Specifically:

  • As per the multiline parsing doc, the default is 5 seconds

    flush_timeout: Timeout in milliseconds to flush a non-terminated multiline buffer. Default is set to 5 seconds.

  • As per the comments in the built-in Docker multiline parser code, the default is 0.5 seconds

    In case a message is not complete just wait until 500 milliseconds (0.5 second) and flush the buffer.

  • As per the actual multiline parser code, the default is 4 seconds

    #define FLB_ML_FLUSH_TIMEOUT 4000 /* Flush timeout default (milliseconds) */

pranavmarla avatar Aug 31 '21 20:08 pranavmarla

@pranavmarla Thanks for noticing. We will try to solve this.

elenacbc avatar Oct 19 '22 09:10 elenacbc

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.

github-actions[bot] avatar Jan 18 '23 02:01 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Jan 24 '23 02:01 github-actions[bot]

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.

github-actions[bot] avatar Jan 17 '24 01:01 github-actions[bot]

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the exempt-stale label.

github-actions[bot] avatar Apr 18 '24 01:04 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Apr 23 '24 01:04 github-actions[bot]