mattermost-community / mattermost-plugin-aws-SNS

Plugin that receives SNS notification from Alerts created by AWS CloudWatch and sent via AWS SNS
Apache License 2.0
21 stars 22 forks source link

teamChannel setting doesn't follow the pattern #58

Closed zzbmmbzz closed 3 years ago

zzbmmbzz commented 3 years ago

Hi, I have tried install SNS plugin but after config as the document, plugin could not enable, it show the error as bellow:

{"level":"error","ts":1608709092.99835,"caller":"mlog/log.go:229","msg":"Unable to activate plugin","plugin_id":"com.mattermost.aws-sns","error":"teamChannel setting doesn't follow the pattern $TEAM_NAME,$CHANNEL_NAME"}

my configuration image

Mattermost Version: 5.30.1 Amazon AWS SNS Plugin: v1.1.0

hanzei commented 3 years ago

Hi @zzbmmbzz,

The format is teamname,channelname. What is the team name you are using?

zzbmmbzz commented 3 years ago

Hi @zzbmmbzz,

The format is teamname,channelname. What is the team name you are using?

Hi hanzei, teamname,channelname: https://chat.mydomain.com/skytech/channels/test-channel I get this url on channel Info Thanks, Edgar

hanzei commented 3 years ago

Could you please input skytech,test-channel into that settings field and try if that resolves the error?

zzbmmbzz commented 3 years ago

Could you please input skytech,test-channel into that settings field and try if that resolves the error?

let me try

zzbmmbzz commented 3 years ago

Could you please input skytech,test-channel into that settings field and try if that resolves the error?

HI @hanzei ,

It's working

Thank you so much, Edgar