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

Bug fix and Release notes update #1491

Merged
merged 2 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class TransportGetFindingsSearchAction @Inject constructor(
)
)
}
searchSourceBuilder.query(queryBuilder)
searchSourceBuilder.query(queryBuilder).trackTotalHits(true)

client.threadPool().threadContext.stashContext().use {
scope.launch {
Expand Down
4 changes: 2 additions & 2 deletions release-notes/opensearch-alerting.release-notes-2.13.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Compatible with OpenSearch 2.13.0
* optimize to fetch only fields relevant to doc level queries in doc level monitor instead of entire _source for each doc #[1441](https://github.com/opensearch-project/alerting/pull/1441)
* Add jvm aware setting and max num docs settings for batching docs for percolate queries #[1435](https://github.com/opensearch-project/alerting/pull/1435)
* fix for MapperException[the [enabled] parameter can't be updated for the object mapping [metadata.source_to_query_index_mapping] (#[1432](https://github.com/opensearch-project/alerting/pull/1432)) (#[1434](https://github.com/opensearch-project/alerting/pull/1434))

* adding tracking_total_hits in search query for findings (#[1487](https://github.com/opensearch-project/alerting/pull/1487))

### Enhancements
* Enhance per bucket, and per document monitor notification message ctx. (#[1450](https://github.com/opensearch-project/alerting/pull/1450)) (#[1477](https://github.com/opensearch-project/alerting/pull/1477))
Expand All @@ -20,4 +20,4 @@ Compatible with OpenSearch 2.13.0
* add distributed locking to jobs in alerting (#[1403](https://github.com/opensearch-project/alerting/pull/1403)) (#[1458](https://github.com/opensearch-project/alerting/pull/1458))

### Documentation
* Added 2.13 release notes (#[1483](https://github.com/opensearch-project/alerting/pull/1483))
* Added 2.13 release notes (#[1483](https://github.com/opensearch-project/alerting/pull/1483))
Loading