Skip to content

Commit e55f11b

Browse files
committed
Merge branch 'release/v2.0' into develop
2 parents f22ed8d + 4642542 commit e55f11b

3 files changed

Lines changed: 19 additions & 55 deletions

File tree

README.md

Lines changed: 16 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Alert Manager
22
- **Authors**: Simon Balz <[email protected]>, Mika Borner <[email protected]>
33
- **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
55

66
## Introduction
77
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
2929
- 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>).
3030

3131
## 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
3245
- **v1.1** / 2015-03-12
3346
- Fixed support for per-result alert actions
3447
- 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
3851
- Major release with e-mail notifications and templates
3952
- Lots of bugfixes and enhancements
4053
- 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;
61-
- **v0.5** / 2014-12-16
62-
- Added change incidents (workflow, priority) feature
63-
- Indexed events on incident creation or update
64-
- Bugfixes
65-
- **v0.4** / 2014-12-14
66-
- Again a lot of updates and improvements
67-
- CIM compliancy
68-
- Ability to run classical alert scripts; incident categorization and tagging
69-
- ES-like urgency calculation; many UI improvements
70-
- **v0.3** / 2014-12-10
71-
- Release with major improvements (better see changelog :-) )
72-
- **v0.2** / 2014-12-07
73-
- Added config parsing (alert_manager.conf)
74-
- **v0.1** / 2014-12-07
75-
- First working version
54+
7655

7756
## Changelog
7857
- **2015-11-09** [email protected]
@@ -137,22 +116,7 @@ The Alert Manager adds simple incident workflows to Splunk. The general purpose
137116
- Introduced Notification Schemes
138117
- Introduced Event Handler
139118
- Removed E-mail settings which are replaced by notification schemes
140-
- **2015-02-10** [email protected]
141-
- Fixed trend timerange to depend on timepicker in incident posture
142-
- **2015-02-04** [email protected]
143-
- Improved inicdent list when tags are empty
144-
- **2015-02-04** [email protected]
145-
- Fixed issue #60
146-
- **2015-02-03** [email protected]
147-
- Added support to display selected fields in incident row expansion on incident_posture
148-
- **2015-02-01** [email protected]
149-
- Prepared CsvResultParser for per-result fixing
150-
- Code optimizations
151-
- Improved email notifications to support multi value fields
152-
- Added alert description to incident details
153-
- Added support for sorted field list in incident results
154-
- **2015-02-01** [email protected]
155-
- Fixed per-result incident creation for all alerting types
119+
156120

157121
Please find the full changelog here: <https://github.com/simcen/alert_manager/wiki/Changelog>.
158122

default/app.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ check_for_updates = 1
55
[install]
66
is_configured = 0
77
state = enabled
8-
build = 14
8+
build = 35
99

1010
[ui]
1111
is_visible = 1
@@ -14,5 +14,5 @@ label = Alert Manager
1414
[launcher]
1515
author = Simon Balz <[email protected]>, Mika Borner <[email protected]>
1616
description = Extended Splunk Alert Manager with advanced reporting on alerts, workflows (modify owner, status, severity) and auto-resolve features
17-
version = 1.1
17+
version = 2.0
1818

default/app.conftemplate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ check_for_updates = 1
55
[install]
66
is_configured = 0
77
state = enabled
8-
build = 14
8+
build = 35
99

1010
[ui]
1111
is_visible = 1

0 commit comments

Comments
 (0)