Skip to content
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

Cherry-pick #20540 to 7.9: Fix Winlogbeat export index-pattern with migration.6_to_7.enabled #20628

Merged
merged 2 commits into from
Aug 17, 2020

Commits on Aug 17, 2020

  1. Cherry-pick elastic#20540 to 7.x: Fix Winlogbeat export index-pattern…

    … with migration.6_to_7.enabled (elastic#20574)
    
    * Test export commands in all Beats (elastic#20016)
    
    This adds 4 new integration tests to all Beats that test export commands:
    
    > beatname export ilm-policy
    > beatname export template
    > beatname export index-pattern
    > beatname export config
    
    * [Filebeat] Add export tests to x-pack/filebeat (elastic#20156)
    
    * Add export tests to x-pack/filebeat
    
    Add export sub-command tests to x-pack/filebeat and add an assertion for the
    size the Kibana index-pattern due to the Kibana API limiting payloads to 1 MiB.
    
    * Assert size of index pattern document is less than 1 MiB
    
    * Fix Winlogbeat export index-pattern with migration.6_to_7.enabled (elastic#20540)
    
    - Test export index-pattern with migration.6_to_7.enabled=true
    - Always run these tests, not only when integration testing
    - Remove conflicting Winlogbeat alias
    
    * Changelog entry
    
    Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
    (cherry picked from commit 9ec7549)
    adriansr committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    d0ad6fd View commit details
    Browse the repository at this point in the history
  2. Fix changelog

    adriansr committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    fdb2cf7 View commit details
    Browse the repository at this point in the history