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

[Backport 2.x] Implemented cross-cluster monitor support (#1404) #1412

Merged
merged 2 commits into from
Feb 6, 2024

Commits on Feb 6, 2024

  1. Implemented cross-cluster monitor support (opensearch-project#1404)

    * Updated alert mappings to accommodate cross-cluster cluster metrics monitors.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Implemented support for cross-cluster cluster metrics monitors. Implemented GetRemoteIndexes API to populate the frontend UI with details regarding the remote clusters, and indexes.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Fixed a writeable test after changing QueryLevelTriggerRunResult from a data class to an open class for inheritability.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Fixed ktlint errors.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    * Removed changes to IndexUtils as they're only needed by doc monitors.
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    ---------
    
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    
    (cherry picked from commit ea36996)
    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    AWSHurneyt committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f27a687 View commit details
    Browse the repository at this point in the history
  2. Fixed a test.

    Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
    AWSHurneyt committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    bf1a2e1 View commit details
    Browse the repository at this point in the history