butler-sos-v7.0.0
If you plan to run Butler SOS...
- ... as a native Node.js app you should get the downloadable package from the links below.
- ... in a Docker container, you find the needed image on Docker Hub.
Full documentation is available at https://butler-sos.ptarmiganlabs.com.
⚠ BREAKING CHANGES
- Log event handling in Butler SOS.
A replacement for log db, which is no longer part of Qlik Sense Enterprise on Windows (QSEoW).
The Butler SOS "log event" feature provide close to real-time insight into warnings and errors as they happen in QSEoW. - Starting phasing out log db support.
In a first step some of the settings in the main config file are renamed, with more focus shifting to the new log event feature. - Add more control to user event MQTT msgs.
When user events occur there is now more fine grained control over what is sent as MQTT messages. The config file has new fields to control this new feature.
Features
- Log event handling in Butler SOS (c082dbb)
- Add more control to user event MQTT msgs (85b7bbd)
- MQTT topics follow QSEoW subsystems (370a4ba)
- Starting phasing out log db support (d51d0bd)
- telemetry: Show instance ID on startup (c7277a7)
Bug Fixes
- Add port mappings to docker-compose file (18436cc)
- All MQTT substopics now lower case (6c4b209)
- Remove unused config file entries (93a69b3)
- Replace outdated scheduling library (8648cd3)
Refactoring
- Align handling of user and log events (efe0064)