-
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
[Filebeat] Create ActiveMQ module #14840
Conversation
This comment has been minimized.
This comment has been minimized.
jenkins, test this please |
d4d1767
to
e7f3a21
Compare
Verified that issues reported by Travis CI are not related. Rebased against master. Here is another PR failing similarly: https://travis-ci.org/elastic/beats/builds/618182978?utm_source=github_status&utm_medium=notification . Most likely there is regretion introduced. |
7c0a62d
to
dd6096e
Compare
Codecov Report
@@ Coverage Diff @@
## master #14840 +/- ##
==========================================
+ Coverage 58.71% 58.73% +0.02%
==========================================
Files 545 545
Lines 34754 34754
==========================================
+ Hits 20406 20413 +7
+ Misses 12440 12432 -8
- Partials 1908 1909 +1
Continue to review full report at Codecov.
|
dd6096e
to
a32eb07
Compare
I reckon that errors reported for "upgrade from an older release" are irrelevant. |
jenkins, test this please |
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.
Thanks for taking the time to check the suggestion!
/lgtm
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! I have added some suggestions, nothing serious.
x-pack/filebeat/module/activemq/audit/test/audit.log-expected.json
Outdated
Show resolved
Hide resolved
a913484
to
2863313
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.
LGTM!
I renamed |
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.
Thanks!
* Enable audit logs in ActiveMQ module * Generate module stub * Update configuration * Add log files * Add sample exception to ActiveMQ log * Define ingest pipeline for ActiveMQ audit logs * Define ingest pipeline for ActiveMQ logs * Adjust ingest pipelines, bugfixing * Do not check timestamp for audit logs * Refactor fields * Fix: mage fmt update * Adjust fields after review * Rename action to message to properly present logs in Kibana * Refactor fields according to the review (cherry picked from commit d4a6086) Rename
* [Filebeat] Create ActiveMQ module (#14840) * Enable audit logs in ActiveMQ module * Generate module stub * Update configuration * Add log files * Add sample exception to ActiveMQ log * Define ingest pipeline for ActiveMQ audit logs * Define ingest pipeline for ActiveMQ logs * Adjust ingest pipelines, bugfixing * Do not check timestamp for audit logs * Refactor fields * Fix: mage fmt update * Adjust fields after review * Rename action to message to properly present logs in Kibana * Refactor fields according to the review (cherry picked from commit d4a6086) Rename * Update CHANGELOG
Tested module manually full stack (including dashboards) and works as expected. |
This PR introduces the Filebeat module for the ActiveMQ platform. It supports two kinds of log entries - standard and audit logs.
Master issue: #14744