-
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] Update compatibility function to remove processor description on ES < 7.9.0 #27774
[Filebeat] Update compatibility function to remove processor description on ES < 7.9.0 #27774
Conversation
1099e30
to
e31e68e
Compare
…n field on ES < 7.9.0
e31e68e
to
9a04d4a
Compare
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
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 aside from the godoc here.
Co-authored-by: Andrew Kroh <[email protected]>
run tests |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
@andrewkroh Any ideas on the test that failed? |
run tests |
I think it's not related to these changes. |
…ion on ES < 7.9.0 (#27774) * Update Filebeat compatibility function to remove processor description field on ES < 7.9.0 * Fix function description Co-authored-by: Andrew Kroh <[email protected]> (cherry picked from commit 6e290c8) # Conflicts: # filebeat/fileset/compatibility.go # filebeat/fileset/compatibility_test.go
…ion on ES < 7.9.0 (#27774) * Update Filebeat compatibility function to remove processor description field on ES < 7.9.0 * Fix function description Co-authored-by: Andrew Kroh <[email protected]> (cherry picked from commit 6e290c8) # Conflicts: # filebeat/fileset/compatibility.go # filebeat/fileset/compatibility_test.go
* master: (39 commits) [Heartbeat] Move JSON tests from python->go (elastic#27816) docs: simplify permissions for Dockerfile COPY (elastic#27754) Osquerybeat: Fix osquery logger plugin severy levels mapping (elastic#27789) [Filebeat] Update compatibility function to remove processor description on ES < 7.9.0 (elastic#27774) warn log entry and no validation failure when both queue_url and buck… (elastic#27612) libbeat/cmd/instance: ensure test config file has appropriate permissions (elastic#27178) [Heartbeat] Add httpcommon options to ZipURL (elastic#27699) Add a header round tripper option to httpcommon (elastic#27509) [Elastic Agent] Add validation to ensure certificate paths are absolute. (elastic#27779) Rename dashboards according to module.yml files for master (elastic#27749) Refactor vagrantfile, add scripts for provisioning with docker/kind (elastic#27726) Accept syslog dates with leading 0 (elastic#27775) [Filebeat] Add timezone config option to decode_cef and syslog input (elastic#27727) [Filebeat] Threatintel compatibility updates (elastic#27323) Add support for ephemeral containers in elastic agent dynamic provider (elastic#27707) [Filebeat] Integration tests in CI for AWS-S3 input (elastic#27491) Fix flakyness of TestFilestreamEmptyLine (elastic#27705) [Filebeat] kafka v2 using parsers (elastic#27335) Update Kafka version parsing / supported range (elastic#27720) Update Sarama to 1.29.1 (elastic#27717) ...
…ion on ES < 7.9.0 (#27774) * Update Filebeat compatibility function to remove processor description field on ES < 7.9.0 * Fix function description Co-authored-by: Andrew Kroh <[email protected]>
…ion on ES < 7.9.0 (#27774) (#27805) * Update Filebeat compatibility function to remove processor description field on ES < 7.9.0 * Fix function description Co-authored-by: Alex Resnick <[email protected]> Co-authored-by: Andrew Kroh <[email protected]>
…ion on ES < 7.9.0 (elastic#27774) * Update Filebeat compatibility function to remove processor description field on ES < 7.9.0 * Fix function description Co-authored-by: Andrew Kroh <[email protected]>
What does this PR do?
Update Filebeat compatibility function to remove processor description field on ES < 7.9.0
Why is it important?
Users with new versions of Filebeat and ES versions < 7.9.0 will run into errors when loading module ingest pipelines. See https://discuss.elastic.co/t/filebeat-v7-14-0-error-in-loading-pipeline/283407
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs