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

[7.x](backport #27901) Beats dashboard should use custom index patterns when setup.dashboards.index is set #27932

Merged
merged 1 commit into from
Sep 15, 2021

Commits on Sep 15, 2021

  1. Beats dashboard should use custom index patterns when `setup.dashboar…

    …ds.index` is set (#27901)
    
    This PR adds a new check to `make check` to make sure all dashboards can handle custom index names. It is the responsibility of the dashboard author to keep the dashboard useable if `setup.dashboards.index` is configured.
    
    The PR contains additional fixes to make sure existing dashboards can be used with custom index names. Also, the test coverage was increased as it is a quite big PR.
    
    The PR also decodes a few fields to make dashboards easier to review.
    
    The bug prevents users from setting custom index names and use our dashboards at the same time.
    
    Closes #21232
    
    (cherry picked from commit 2328548)
    kvch committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    ee128bc View commit details
    Browse the repository at this point in the history