cvtienhoven / graylog-plugin-aggregates

Aggregates plugin for Graylog
https://marketplace.graylog.org
GNU General Public License v3.0
53 stars 12 forks source link

not able to select notification type --No Notification-- #20

Closed Manjukb closed 7 years ago

Manjukb commented 7 years ago

while creating rules no notification in select box

cvtienhoven commented 7 years ago

Did you follow this concept as described in the README?

Since version 2.0.0, the plugin integrates tightly with the Notifications within Graylog. You can define a notification on a stream as you would normally do, and from within the plugin, you can refer to that notification as well, as long as you use the same stream for the aggregate rule.

Manjukb commented 7 years ago

can you please elaborate what i must do?? as of now i just downloaded the jar and placed in plugin folder please let me know what configuration i need to do

cvtienhoven commented 7 years ago

No configuration, just plain usage of Graylog. If you don't understand the tool yet, read the docs first (http://docs.graylog.org/en/2.3/)

What you need to do in this case is: 1 Define a stream (http://docs.graylog.org/en/2.3/pages/streams.html#how-do-i-create-a-stream) 2 Create a notification for that stream (http://docs.graylog.org/en/2.3/pages/streams/alerts.html#notifications) 3 Create an Aggregate rule and select the stream you created in step 1 4 Select the notification you created in step 2

Manjukb commented 7 years ago

oh got it thanks man