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

[pull] main from elastic:main #752

Merged
merged 5 commits into from
Nov 28, 2024
Merged

[pull] main from elastic:main #752

merged 5 commits into from
Nov 28, 2024

Commits on Nov 28, 2024

  1. skip flaky suite (#200788)

    mistic committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    bd9df81 View commit details
    Browse the repository at this point in the history
  2. skip flaky suite (#200786)

    mistic committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    42881d5 View commit details
    Browse the repository at this point in the history
  3. skip flaky suite (#201598)

    mistic committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    022accd View commit details
    Browse the repository at this point in the history
  4. skip flaky suite (#201759)

    mistic committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c6af176 View commit details
    Browse the repository at this point in the history
  5. [Stack Monitoring] Do not add empty include array when retrieving log…

    …stash pipelines (#202039)
    
    ## Summary
    
    This PR fixes the query that retrieves Logstash pipeline stats and
    metrics to be displayed in Stack Monitoring. The problem with the
    existing query is that a `terms` aggregation contains an empty
    `"include": []` filtering array, but that has the nasty effect of
    excluding everything and not returning anything, hence the screen is
    empty.
    
    The fix is to only add the `include` array if it's not empty. The PR
    also fixes a wrong field name used in a cardinality aggregation:
    `logstash.node.stats.logstash.uuid` instead of
    `logstash_stats.logstash.uuid`
    
    Closes #202020
    
    ### Checklist
    
    - [X] This was checked for breaking HTTP API changes, and any breaking
    changes have been approved by the breaking-change committee. The
    `release_note:breaking` label should be applied in these situations.
    
    ---------
    
    Co-authored-by: Chris Earle <[email protected]>
    consulthys and pickypg authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b7e46bd View commit details
    Browse the repository at this point in the history