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.13] [Backport 2.x] Enable cross-cluster monitor cluster setting #1612 #1618

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport f0ff930 from #1613.

Signed-off-by: Megha Goyal <goyamegh@amazon.com>
(cherry picked from commit f0ff930)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy link
Collaborator

@AWSHurneyt AWSHurneyt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build is failing due to the following compiler error.
https://github.com/opensearch-project/alerting/actions/runs/10083295005/job/27933608106?pr=1618#step:5:58

e: file:///home/runner/work/alerting/alerting/alerting/src/main/kotlin/org/opensearch/alerting/transport/TransportGetAlertsAction.kt:97:45 Unresolved reference: boolQueryBuilder
> Task :alerting:compileKotlin FAILED

That import is missing because the alerting 2.13 branch is currently set to v2.13.0, and the v2.13.0 common utils artifact doesn't contain the following PR that introduced a boolQueryBuilder to the data model.
changes to add start_time and end_time filters to getalertsrequest (

Will bump the alerting version in a separate PR.

Approving as the tests pass in the initial PR #1612

@AWSHurneyt AWSHurneyt merged commit bb4d24f into 2.13 Jul 25, 2024
6 of 35 checks passed
AWSHurneyt added a commit that referenced this pull request Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants