Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Slack notification support. #1

Closed
influx6 opened this issue Mar 9, 2017 · 4 comments
Closed

Add Slack notification support. #1

influx6 opened this issue Mar 9, 2017 · 4 comments

Comments

@influx6
Copy link
Contributor

influx6 commented Mar 9, 2017

Requirements

Honeytrap needs to send notifications to slack with filtering support by:

  • Per Message Type using Regular Expression
    Slack will be a message channel in honeytrap and will be the means through which will deliver messages to slack, the messages which will be passed into this channel will be filtered based on Regular Expression.

  • Per Channel
    Slack allows us override the channel destination of a giving message hence allow providing channel name from configuration file to allow notifications for specific channels.

Questions

How will the filtering for the channels be done, by configuration through a UI or json configuration file?

Required Clarity

What is the current structure for honeytrap and how will it be supporting filtering and what means will this values be provided for.

@nl5887
Copy link
Contributor

nl5887 commented Mar 9, 2017

the configuration (in toml format) already has other channels (elasticsearch and honeytrap) configured. Here we can add Slack as well. Due to the nature of the messages, we need to filter per channel the type of messages (by regular expression) that will pass the channel. This allows us to have only high level notifications to Slack, and detail information to Elasticsearch.

@influx6
Copy link
Contributor Author

influx6 commented Mar 10, 2017

Updated the issue to be precise, I was under the assumption we were building to get notifications from slack but it's clearer we want to make notifications to slack and do it on a per channel and message type basis.

@influx6
Copy link
Contributor Author

influx6 commented Mar 10, 2017

Breakdown

This was referenced Mar 10, 2017
@influx6
Copy link
Contributor Author

influx6 commented Mar 15, 2017

Merged into restructure

@influx6 influx6 closed this as completed Mar 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants