Skip to content

Commit

Permalink
upgrade elastalert from v1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
itaynvn committed Dec 24, 2023
1 parent a2be5a6 commit 1b7969e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var fluentbitDefault = Fluentbit{
var cnvrgAppLoggingDefault = CnvrgAppLogging{
Elastalert: Elastalert{
Enabled: false,
Image: "elastalert:3.0.0-beta.1",
Image: "elastalert2:latest",
CredsRef: "elastalert-creds",
AuthProxyImage: "nginx:1.20",
Port: 80,
Expand Down

0 comments on commit 1b7969e

Please sign in to comment.