enable RE2 support by default on linux#4386
Conversation
|
@blotus: There are no 'kind' label on this PR. You need a 'kind' label to generate the release automatically.
DetailsI am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
|
@blotus: There are no area labels on this PR. You can add as many areas as you see fit.
DetailsI am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
|
/kind enhancement |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4386 +/- ##
==========================================
- Coverage 63.14% 63.13% -0.01%
==========================================
Files 475 475
Lines 33669 33670 +1
==========================================
Hits 21259 21259
Misses 10288 10288
- Partials 2122 2123 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Enable the use of RE2 by default for GROK patterns on linux.
The
re2_grok_supportfeature flag is now deprecated only on linux.The
re2_disable_grok_supportfeature flag is available only on linux to force switching off the use of RE2 in case of issues.