You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Description**: Extended Splunk Alert Manager with advanced reporting on alerts, workflows (modify assignee, status, severity) and auto-resolve features
4
-
-**Version**: 1.1
4
+
-**Version**: 2.0
5
5
6
6
## Introduction
7
7
The Alert Manager adds simple incident workflows to Splunk. The general purpose is to provide a common app with dashboards in order to investigate fired alerts or notable events. It can be used with every Splunk alert and works as an extension on top of Splunk's built-in alerting mechanism.
@@ -29,6 +29,19 @@ The Alert Manager adds simple incident workflows to Splunk. The general purpose
29
29
- The app will be used within customer projects, and improved according to customer and community needs. Development of the app will happen in public. Bugs/Issues and improvement requests can be opened on the project's Github page (<https://github.com/simcen/alert_manager/issues>).
30
30
31
31
## Release Notes
32
+
-**v2.0** / 2015-11-18
33
+
- Changed from scripted alert action to Custom Alert Action framework
34
+
- Added a customizable incident title
35
+
- Added support for extended notification schemes
36
+
- Added support for incident suppression (False positives, maintenance windows...)
37
+
- Added migration script to ingest default data (email templates and notification schemes) as well as migrating old incident settings to Custom Alert Action parameters
38
+
- Added new Splunk v6.3 style single values
39
+
- Added support to dynamically select a template by referencing a token in the notification scheme
40
+
- Added support for multiple dynamic recipients by using multi-valued fields and a token in the notification scheme
41
+
- Added a search command 'modifyincidents' to update an incident trough a search
42
+
- Added a general default email template
43
+
- Changed token reference in e-mail templates to $result.fieldname$ syntax
44
+
- Bugfixes and performance improvements
32
45
-**v1.1** / 2015-03-12
33
46
- Fixed support for per-result alert actions
34
47
- Added support for search results in e-mail templates
@@ -38,41 +51,7 @@ The Alert Manager adds simple incident workflows to Splunk. The general purpose
38
51
- Major release with e-mail notifications and templates
39
52
- Lots of bugfixes and enhancements
40
53
- Final release for Splunk Apptitude submission
41
-
-**v0.10** / 2015-01-04
42
-
- Bugfix & optimization release
43
-
-**v0.9** / 2014-12-28
44
-
- Lots of bugfixes
45
-
- New KPI dashboard with sankey visualization
46
-
- Full support to add/remove alert manager users
47
-
- Improved app setup (check for index existence) and configuration (configure which user directories should be used)
48
-
- Removed hardcoded index from searches
49
-
-**v0.8** / 2014-12-26
50
-
- Minor bugfixes & enhancements
51
-
- Documentation improvements
52
-
- App for demo data
53
-
-**v0.7** / 2014-12-21
54
-
- Trend indicators for single values in incident posture dashboard
55
-
- Full Windows support
56
-
- Bugfixes
57
-
-**v0.6** / 2014-12-18
58
-
- New TA for distributed Splunk environment support
59
-
- Improved incident settings (former alert settings) to work with non-global visible alerts
60
-
- Added incident change events and KPI reporting based on them;
0 commit comments