elastic / integrations

Elastic Integrations
https://www.elastic.co/integrations
Other
199 stars 429 forks source link

sei: incorrect exclude_files syntax in numerous packages #8634

Closed efd6 closed 10 months ago

efd6 commented 10 months ago

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$'].

elasticmachine commented 10 months ago

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)