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

Don't include full ES index template in errors #25743

Commits on Jun 14, 2021

  1. Don't include full ES index template in errors

    Index templates in some beats can be very large (~1MB) and including the data in errors can use a lot of memory and also makes for very large log lines. If the error is recurring then this makes the effects worse. So this change removes the index template body from the error. Users that need to see the index template for debugging can use `<beatname> export template --es.version=1.2.3`.
    
    Fixes elastic#25540
    andrewkroh committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    d3871e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    017d150 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1865f9 View commit details
    Browse the repository at this point in the history