Monitor 10.2
Released: May 2026
Previous version: 10.1
Docker Registry:registry.frafos.net/abc/mon:10.2
Highlights
- #888: show CCM Monitoring info (reg. cache, live calls,...) in Monitor
- Added integration of CCM Monitoring information (registration cache, live calls, destination blacklist, call agent status, conference rooms, system status, user recent traffic) into Monitor.
- #839: Integrate vector with monitor
- Integrated Vector as a log processing tool within Monitor, replacing or supplementing Logstash.
- Improved performance and reduced resource usage by leveraging Vector's Rust-based architecture.
- Enhanced pipeline maintainability and flexibility with Vector's unit testing, enrichment tables, and DAG-based processing.
- Updated documentation and configuration references to reflect Vector integration.
- Provided compatibility for existing Logstash features such as throttling, mediation, identity extraction, forking, and geo-location.
- #920: introduce environment variables that control TLS certificate+key for GUI
- Added support for
GUI_CERTIFICATEandGUI_KEYenvironment variables to specify TLS certificate and key paths for the GUI. - If these variables are set, the GUI will use the provided certificate and key and will not allow uploading or changing them via the interface.
- Certificate renewal can be performed by replacing the files and restarting the monitor container.
- Added support for
- #929: use latest stable Elasticsearch version (9.x)
- Upgraded Elasticsearch from 7.x to 9.x.
- #931: collect logs in Monitor
- Monitor can now ingest syslog logs from SBCs.
- #963: Revamp Internal Documentation and Migrate Intuitive Labs Content
- Major revamp of internal documentation for improved clarity and completeness.
- Migrated and integrated relevant content from Intuitive Labs sources.
- Updated guides, configuration references, and alert types to reflect current system behavior.
- Deprecated outdated documentation and ensured all links point to internal resources.
- #1009: events table improvements
- Improved the events table with enhanced layout and functionality.
- #1027: docs: Update the docs UI
- Redesigned the documentation page with improved navigation and layout.
- #1028: Show buildInfo next to the logo
- Added build/version information display next to the logo in the top-left corner of the Monitor page.
- #1067: improve Alerts chart
- Improved the alert charts with enhanced user experience.
- #1115: Provide Default Notification Channel Value in
.envfor Moki Startup- Added a default notification channel that can be defined via environment variable.
- #1368: SNMPv3 traps for alert channel
- Added SNMP v3 (authPriv) channel support — configure username and authKey for v3 (SHA/AES); v2c community-based channels remain supported.
- #1387: IPv6 support in Monitor
- Added support for IPv6 addresses alongside IPv4, enabling dual‑stack operation.
- #1627: SBC API requests fail with 401 - missing SBC token configuration (SBC Live)
- SBC now requires an API token to access the API endpoint. SBC Live integration also requires token configuration.
Major New Features
- #888: show CCM Monitoring info (reg. cache, live calls,...) in Monitor
- Added integration of CCM Monitoring information (registration cache, live calls, destination blacklist, call agent status, conference rooms, system status, user recent traffic) into Monitor.
- Monitor can now display real-time SBC cache content and status via on-demand queries, improving visibility into current SBC states.
- Utilized SBC's
gopiAPI for accessing monitoring data. - No periodic sync; queries are performed on demand to avoid performance issues with large datasets.
Breaking Changes
- #929: use latest stable Elasticsearch version (9.x)
- Monitor
10.2requires Elasticsearch9.Xor later. If you are using an older version, you must upgrade to at least9.Xbefore upgrading Monitor.
- Monitor
- #963: Revamp Internal Documentation and Migrate Intuitive Labs Content
- The environment variables
PORTwas changed toSERVER_PORT, for now both of them work as this release is a graceful period before removing.
- The environment variables
- #965: Migrate monitor.json into sqllite
- The
Web Push VAPID Private Keyin settings have to be regenerated as there were changes to the database schema.
- The
- #1025: Remove the
PORTas it was already replaced withSERVER_PORT- The
PORTwas removed and was replaced fully withSERVER_PORT
- The
- #1031: Remove old endpoints
- The Following API endpoints were removed:
/profile/save,/profile/delete,/profile,/api/user/sip,/api/monitoring/sbc,/api/tag,/api/tag/delete,/api/tags
- The Following API endpoints were removed:
How to Upgrade
Monitor 10.2 is available as an OCI container and can be pulled from FRAFOS registry the same way as the CCM or SBC images.
registry.frafos.net/abc/mon:10.2
You can start it in the same way as previous versions.
⚠️ Note: The only supported Elasticsearch version is 9.X, specifically:
docker.elastic.co/elasticsearch/elasticsearch:9.1.5
If you're upgrading from version 10.1 and plan to re-use your existing data you have to upgrade your Elasticsearch instance that is fully defined in the migration steps that are defined in the Installation --> Migration subfolder.
Need help upgrading or deploying Monitor 10.2? Contact Support.