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

Pushing CloudWatch Logs to Mattermost #71

Open abdmabrouk opened 1 year ago

abdmabrouk commented 1 year ago

I was trying to publish AWS CloudWatch logs to the Mattermost SNS topic using lambda function, is there away to implement this? I have tried to formulate the published message in a form of CloudWatch alarm but still not working !!

mickmister commented 1 year ago

Hi @abdmabrouk, are you saying that you are having issues with using CloudWatch and SNS together, or are you having issues with the connection to Mattermost?

abdmabrouk commented 1 year ago

Hi, The issue is i am trying to push cloudwatch logs not alarm using the same plugin, i have tried to push the logs in the same schema of cloudWatch alarm but still the message is not delivered. my question is there a way to push logs using this plugin ?

mickmister commented 1 year ago

@abdmabrouk At the moment, this plugin does not support incoming log messages. It only supports messages pertaining to CloudFormation AFAIK