diff --git a/README.md b/README.md index eb06087..f8b84c7 100755 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ JIRA Plugin for Graylog An alarm callback plugin that integrates [JIRA](https://www.atlassian.com/software/jira/) into [Graylog](https://www.graylog.org/). +![](https://github.com/tjackiw/graylog-plugin-jira/blob/master/screenshot-jira.png) + **Required Graylog version:** 1.0 and later ## Installation @@ -22,6 +24,8 @@ Create a "JIRA Alarm Callback" on the "Manage alerts" page of your stream. Enter the requested configuration and save. Make sure you also configured alert conditions for the stream so that the alerts are actually triggered. +![](https://github.com/tjackiw/graylog-plugin-jira/blob/master/screenshot-alert.png) + ## Build This project is using Maven and requires Java 7 or higher. diff --git a/screenshot-alert.png b/screenshot-alert.png new file mode 100644 index 0000000..ae9c334 Binary files /dev/null and b/screenshot-alert.png differ diff --git a/screenshot-jira.png b/screenshot-jira.png new file mode 100644 index 0000000..0eb6b8b Binary files /dev/null and b/screenshot-jira.png differ