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
The Map Sink does not implement limiting/trimming - it just fans out over an unlimited number of sink configurations
The File Sink does implement trimming, but does not let you customize the naming strategy
It's way beyond the remit of Map to manage sinks over time (and Sinks would need to impleent some generic way to route requests to trim if it decided there were too many etc)
The bottom line here is that
The Map Sink does not (and can not) implement a retainedFileCountLimit
the File Sink implements a retainedFileCountLimit
Thus the most likely way to achieve your goal is to:
Hi,
I have a problem regarding limiting the number of log files.
I have retainedFileCountLimit 2, but map seems to ignore this rule. Unfortunately it creates more than 2 files.
it should only have been 2 files, but I see 3 files:
The text was updated successfully, but these errors were encountered: