-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: nginx module can't handle multiline entries #14499
Conversation
79243e3
to
f7cb7d1
Compare
f7cb7d1
to
6b31262
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is looking great! Could you please add a new test file under nginx/error/test
folder? You should then be able to generate the expected files with
GENERATE=1 INTEGRATION_TESTS=1 BEAT_STRICT_PERMS=false TESTING_FILEBEAT_MODULES=nginx nosetests tests/system/test_modules.py
Also please update CHANGELOG.next.asciidoc
Thank you @exekias for your hints. I've updated the PR with an adjusted ingest pipeline, corresponding test case and CHANGELOG. |
jenkins, test this again |
38192f8
to
6374e64
Compare
This will need backport to 7.x, please use the |
* Fix: nginx module can't handle multiline entries * Update ingest pipeline and test case * Update next CHANGELOG (cherry picked from commit 72f2bf9)
This PR adds missing config definition for multiline log entries.
Seen in #14349, where the setup includes nginx and PHP-FPM.