Skip to content

Commit

Permalink
Update TransportGetFindingsSearchAction.kt
Browse files Browse the repository at this point in the history
Signed-off-by: Annie Lee <[email protected]>
  • Loading branch information
Annie Lee committed Mar 15, 2022
1 parent 1e5f720 commit 6e87b73
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ class TransportGetFindingsSearchAction @Inject constructor(
val searchRequest = SearchRequest()
.source(searchSourceBuilder)
.indices(".opensearch-alerting-findings")
// Debug request
log.info("Request: $searchRequest")
client.search(
searchRequest,
object : ActionListener<SearchResponse> {
Expand Down

0 comments on commit 6e87b73

Please sign in to comment.