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
Copy file name to clipboardExpand all lines: services/alarm-logger/README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
-
# Alarm Logging
1
+
# Alarm Logging Service
2
2
3
-
Logging alarm state and other messages to an elastic back end.
3
+
The alarm logging service (aka alarm-logger) records all alarm messages to create an archive of all alarm state changes and the associated actions.
4
+
This is an elasticsearch back end.
4
5
5
6
## Dependencies ##
6
7
1. Elasticsearch version 8.x OS specific release can be found here:
@@ -48,6 +49,11 @@ mvn spring-boot:run
48
49
Run with `-help` to see command line options,
49
50
including those used to create daily, weekly or monthly indices.
50
51
52
+
#### Standalone mode
53
+
54
+
With the `-standalone true` option on the command line or in `application.properties`, you can run the alarm logging service independently of an alarm server.
55
+
It may be useful to troubleshoot the system independently from production alarm services using the alarm log service backup for the long alarm log history.
56
+
51
57
#### Configuration
52
58
53
59
The alarm logger can be configured via command line switches when running the jar, see option `-help` for details,
0 commit comments