Subject: meshIQ Platform Track 11.3.2 Package release notes.
Date: 06-July-2026
Prerequisite: To upgrade to version 11.3.2, the meshIQ Core base version must be 11.3.2, and Tomcat 10 is required.
The Core Services should be upgraded before upgrading Track. See Core Services Release Notes.
The MeshIQ version 11.3.2 supports ActiveMQ 5.19.7 and kafka_2.13-3.9.1
Required files:
- DATA_SERVICE-11.3.2.pkg
- ds-db-utils-11.3.2.tar.gz
- ds-api-11.3.2.tar.gz
- track-11.3.2.tar.gz
Installation Overview
Instructions on upgrading to meshIQ Platform Track 11.3.2 from version 11.3.1 are described below.
Upgrade Procedure
- Stop the Web, CEP, and Domain services.
- Go to
/opt/meshiq/misc/dbapiand run the command:unlink current - Run the following:
tar -zxvf ds-db-utils-11.3.2.tar.gz
ln -s ds-db-utils-11.3.2 current
- Navigate to
/opt/meshiq/platform/updates. - Place all the files mentioned above (under Required files) in the updates folder.
- Go to
/opt/meshiq/platform/binand run the following commands:
./pkgman ../updates/DATA_SERVICE-11.3.2.pkg
- After running each command from the above go to
/opt/meshiq/sbinfolder and run the commands:
./start.sh domain
./stop.sh domain
- Go back to
/opt/meshiq/platform/updatesand run the following:
tar -zxvf ds-api-11.3.2.tar.gz
tar -zxvf track-11.3.2.tar.gz
- Move both ds-api.war and track.war files to
/opt/meshiq/platform/apache-tomcat/webapps. - Start the Domain to update the Solr database and create Kafka topics.
- Kafka needs to be running to create Kafka topics.
- To create kafka topics, go to
/opt/meshiq/sbinand run the command./config.sh kaf - To update the database, domain server should be running to authenticate Administrator user along with Solr and Zookeeper.
- Start the Domain, CEP, and Web services.
- Log in to the Track UI.
11.3.2
Bug Fixes
TRK-730: Incorrect results in “Summary Based on Objectives” widget
DSJ-500: UI issue for meshiq track not returning all records
________________________________________________________________________________________________________________
Old Fix Packs
11.3.1
New Features
TRK-451 Certify Tomcat 10 for Track
TRK-615 Support jKQL APPEND operator
TRK-628 Unable to config Track user to be "non JKQL" user, the feature use to be available in prior version to be able to manage view lets with View let Edit Wizard. Development story
TRK-629 Auto refresh interval should be a configurable field, as in Manage and if there is a default limit, should be atleast 2 mins
DSJ-342 Support jKQL APPEND operator
Bug Fixes
TRK-554 Group membership lists all users in the Domain Server
TRK-557 Unable to open shared dashboards
TRK-569 Editing a viewlet with a filter whose value starts with 0 automatically changes it to timestamp
TRK-627 Selecting all events without parentID selecting related JQKL carries over null in activity id.
TRK-646 Unable to create new Image template
TRK-610 RabbitMQ jKQL query based on Dataset results in error in Edit Viewlet
DSJ-364 Getting error for sensors when executing the query with non-admin user.
DSJ-387 Unable to connect to grafana with 11.3.1
11.3.0
New Features
TRK-533 Upgrade Track UI to Tomcat 10.1 and Jakarta EE 9.1
TRK-585 Implement viewlet template definition share/export support
TRK-597 Upgrade ds-api to Tomcat 10.1 and Jakarta EE 9.1