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

filebeat/config: set filebeat.registry.flush default to 1s #31473

Merged
merged 9 commits into from
May 18, 2022

Commits on May 12, 2022

  1. filebeat/config: set filebeat.registry.flush default to 1s

    This will reduce the CPU usage and disk I/O from Filebeat, while
    keeping the changes of data duplication in the event of a crash to a
    minimum.
    
    Linter issues are also fixed
    belimawr committed May 12, 2022
    Configuration menu
    Copy the full SHA
    66377c4 View commit details
    Browse the repository at this point in the history
  2. Fixing tests

    belimawr committed May 12, 2022
    Configuration menu
    Copy the full SHA
    260960e View commit details
    Browse the repository at this point in the history
  3. Making linter happy

    belimawr committed May 12, 2022
    Configuration menu
    Copy the full SHA
    28d3ccc View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Improving changelog message

    belimawr committed May 16, 2022
    Configuration menu
    Copy the full SHA
    0b2896b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f2606 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Update CHANGELOG.next.asciidoc

    Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
    belimawr and cmacknz committed May 17, 2022
    Configuration menu
    Copy the full SHA
    126a60e View commit details
    Browse the repository at this point in the history
  2. Update filebeat/_meta/config/filebeat.global.reference.yml.tmpl

    Co-authored-by: Noémi Ványi <kvch@users.noreply.github.com>
    belimawr and kvch committed May 17, 2022
    Configuration menu
    Copy the full SHA
    356e1d6 View commit details
    Browse the repository at this point in the history
  3. fix test timeouts

    belimawr committed May 17, 2022
    Configuration menu
    Copy the full SHA
    d123c82 View commit details
    Browse the repository at this point in the history
  4. mage check/fmt

    belimawr committed May 17, 2022
    Configuration menu
    Copy the full SHA
    8501f24 View commit details
    Browse the repository at this point in the history