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
logfile inputs allow exclusion of files by pattern (Go RE2). In many cases the configuration for this option incorrectly uses a literal dot, exclude_files: [".gz$"] instead of an escaped dot, exclude_files: ['\.gz$'].
logfile inputs allow exclusion of files by pattern (Go RE2). In many cases the configuration for this option incorrectly uses a literal dot,
exclude_files: [".gz$"]instead of an escaped dot,exclude_files: ['\.gz$'].