Skip to content

Commit

Permalink
Update opensearch_external_url_formatter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
luffynextgen authored Nov 17, 2023
1 parent c2ad286 commit 523f274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elastalert/opensearch_external_url_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ def create_opensearch_external_url_formatter(

base_url = rule.get('opensearch_url')

return AbsoluteKibanaExternalUrlFormatter(base_url)
return AbsoluteOpensearchExternalUrlFormatter(base_url)

0 comments on commit 523f274

Please sign in to comment.