Skip to content

Commit f5dfeb8

Browse files
author
Marko Goerg
committed
release candidate 0.3
1 parent f6692d2 commit f5dfeb8

File tree

14 files changed

+25
-102
lines changed

14 files changed

+25
-102
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# WxMonitoring
2-
WxMonitoring is a ready-to-use webMethods monitoring solution based on Open Elastic Stack (Elastic Search, Logstash, Filebeat), that provides rules-based log-file analysis and activity monitoring to optimize webMethods operations.
2+
WxMonitoring is a ready-to-use webMethods monitoring solution based on Elastic Stack (Elastic Search, Logstash, Filebeat), that provides rules-based log-file analysis and activity monitoring to optimize webMethods operations.
33

44
## Overview
55
![System Architecture](ressources/img/architecture.png)
66

7-
If running multiple webMethods productive environments it becomes critical to keep track of exceptions in near-time and leverage operational costs. _WxMonitoring_ is a monitoring solution based on _Open Elastic Stack_, that provides a independent, centralized monitoring. It samples existing IS log-files and supports queries and aggregations views. Additionally automatized rule based actions allows you to react immediately after an exception occurs. They simply send mails, raise JIRA tickets or invoke a compensating service. Rules can be easily defined on existing los messages. For business users WxMonitoring provides views and reports on current and historical process executions.
7+
If running multiple webMethods productive environments it becomes critical to keep track of exceptions in near-time and leverage operational costs. _WxMonitoring_ is a monitoring solution based on _Elastic Stack_, that provides a independent, centralized monitoring. It samples existing IS log-files and supports queries and aggregations views. Additionally automatized rule based actions allows you to react immediately after an exception occurs. They simply send mails, raise JIRA tickets or invoke a compensating service. Rules can be easily defined on existing los messages. For business users WxMonitoring provides views and reports on current and historical process executions.
88

99
For standalone installation you can simply import log files. This helps you to analyse logs from other environments without the need to be connected to. Together with purging data you can simulate different data sets.
1010

45.5 KB
Loading
81.4 KB
Loading
92.1 KB
Loading

assets/IS/Packages/WxMonitoring/pub/docs/release-notes.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,41 @@
22

33
| Release Date | Version | description (main feature) |
44
| -------------| ------- | --------------- |
5-
| 2019-xx-xx | 0.3 | |
5+
| 2019-02-21 | 0.3 | Event Rules |
66
| 2019-01-03 | 0.2 | import log data |
77
| 2018-11-23 | 0.1 | initial release |
88

99
### 0.3 (latest)
1010

1111
New features in 0.3:
1212

13+
* enhanced Event Search
14+
* filter on time range
15+
* support highlighting rule fired
16+
17+
![Event Search](img/EventSearch.png)
18+
19+
* provides Event Rules with Action framework
20+
21+
![Event Rules](img/EventRules.png)
22+
![Event Rules](img/EventRules_edit.png)
23+
![Event Rules](img/EventRules_priority.png)
24+
25+
* provides Adminstration for Rules Scheduler
26+
27+
![Event Rules](img/Admin_RulesScheduler.png)
28+
29+
* Developer Search (native ES search)
30+
31+
![Event Rules](img/DevSearch.png)
32+
1333
* fixes in documentation (user guide / configuration, e.g. globale variables)
1434
* raise default logstash timeout
15-
* Code refactoring
16-
* wx.monitoring.impl.maps:aggSourceToAggViewList !!!
35+
* Code refactoring, minor bugfixes
1736
* support monthly process reports
18-
* Developer Search (native ES search)
19-
* ...
2037

2138

22-
### 0.2 (latest)
39+
### 0.2
2340

2441
New features in 0.2:
2542

assets/IS/Packages/WxMontoring_CxExt/manifest.v3

Lines changed: 0 additions & 13 deletions
This file was deleted.

assets/IS/Packages/WxMontoring_CxExt/ns/wx/monitoringExt/node.idf

Lines changed: 0 additions & 8 deletions
This file was deleted.

assets/IS/Packages/WxMontoring_CxExt/ns/wx/monitoringExt/services/action/node.idf

Lines changed: 0 additions & 8 deletions
This file was deleted.

assets/IS/Packages/WxMontoring_CxExt/ns/wx/monitoringExt/services/action/sampleAction/flow.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

assets/IS/Packages/WxMontoring_CxExt/ns/wx/monitoringExt/services/action/sampleAction/node.ndf

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)