Subject: meshIQ Platform Track 11.2.0 Package release notes.
Date: 11-Oct-2024
Required files:
- AP_CORE-11.2.pkg
- AP_AIM-11.2.pkg
- DATA_SERVICE-11.2.pkg
- JOB_SCHEDULER-11.2.pkg
- ds-db-utils-11.2.0.tar.gz
- ds-api-11.2.0.tar.gz
- track-11.2.0.tar.gz
Installation overview
If you have not done so already, you must update your version of meshIQ Platform Core Services to 11.2.0 (AP11.2 SU02).
Instructions on upgrading to meshIQ Platform Track 11.2.0 from version 11.1.2 are described below.
Upgrade procedure
- Stop the Web, CEP, and Domain services.
- Go to
/opt/meshiq/misc/dbapi
and run the command:unlink current
- Run the following:
tar -zxvf ds-db-utils-11.2.0.tar.gz
ln -s ds-db-utils-11.2.0 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/bin
and run the following commands:
./pkgman ../updates/ AP_CORE-11.2.pkg
./pkgman ../updates/ AP_AIM-11.2.pkg
./pkgman ../updates/ JOB_SCHEDULER-11.2.pkg
./pkgman ../updates/ DATA_SERVICE-11.2.pkg
- After running each command from the above go to
/opt/meshiq/sbin
folder and run the commands:
./start.sh domain
./stop.sh domain
- Go back to
/opt/meshiq/platform/updates
and run the following:
tar -zxvf ds-api-11.2.0.tar.gz
tar -zxvf track-11.2.0.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/sbin
and run the command./config.sh kaf
- To update the database, domain server should be running to authenticate Administrator user along with Solr and Zookeeper.
- To update the database go to
/opt/meshiq/misc/dbapi/current/bin
- And run
./jkool-db-upgrade.sh -da -pwd admin -zr xraysolr
These are some variable to run DB upgrade script. You can find these variables in yourapin_env.sh
script. The location of the file is./opt/meshiq/sbin/apin_env.sh
. - Start the ActiveMQ, CEP, and Web services.
- Log in to the Track UI.
Fixes
11.2.0
TRK-177 Update non-summary viewlet frame/container design
TRK-182 White/light theme support with ability to switch on-demand
TRK-230 Screen shots for v11.2 redesign Phase 1
TRK-241 Update table based viewlets and configuration windows tables styling
TRK-279 Test cases for Replace "Select2" with "Tagify" library
TRK-280 Test Execution for Replace "Select2" with "Tagify" library
TRK-317 Test Cases for Replace simple HTML Tables with Tabulator Tables library and update tables design
TRK-318 Test Cases for Add validation to Schemas aliases editor
TRK-320 Test Execution for Add validation to Schemas aliases editor
TRK-321 Test Execution for Replace simple HTML Tables with Tabulator Tables library and update tables design
TRK-322 Test Cases for Update Sets import/export logic
TRK-323 Test Execution for Update Sets import/export logic
TRK-337 Document check for duplicates in schema aliases
TRK-338 Document new Sets functionality
TRK-341 Test Cases for Drop support for Subscriptions and Triggers
TRK-347 Test cases for UI Redesign
TRK-348 Test Execution for UI Redesign
TRK-165 Replace "Select2" with "Tagify" library
TRK-169 UI Redesign
TRK-231 Add validation to Schemas aliases editor
TRK-255 Replace simple HTML Tables with Tabulator Tables library and update tables design
TRK-267 Drop support for Subscriptions and Triggers
TRK-268 Update Sets import/export logic
TRK-112 Update Custom (manual) installation guide for v11
TRK-170 Index page redesign
TRK-175 Update tabs functionality to work with visual redesign
TRK-176 Update summary viewlet design to match redesign in Figma
TRK-178 Investigate what color pallete we want to use for known things (like Severity and other enums) and for unknown things
TRK-184 Update left sidebar ("menu") to work with visual redesign
TRK-185 2nd iteration of index page redesign
TRK-189 Update repository dropdown style to match redesign in Figma
TRK-200 Integrate App Switcher into redesign
TRK-226 Document v11.2 switching of themes
TRK-240 Update loading overlay and loading indicator elements styling
TRK-242 Update AmCharts based viewlets styling
TRK-243 Update Plotly based viewlets styling
TRK-247 Adapt updated sidebar menu redesign from Figma
TRK-258 Update non-viewlet Table header design
TRK-282 Revisit combined Figma redesign
TRK-335 Track UI 11.2 tech debt
DSJ-89 Test cases for Support multiple Property(<data-type>) expressions in query
DSJ-90 Test Execution for Support multiple Property(<data-type>) expressions in query
DSJ-94 Test cases for Support AES 256 for encrypting Solr token
DSJ-95 Test Execution for Support AES 256 for encrypting Solr token
DSJ-96 Test cases for Support log-type field in streamed log data
DSJ-97 Test Execution for Support log-type field in streamed log data
DSJ-98 Test cases for Separate DB operation retry from message send retry
DSJ-99 Test Execution for Separate DB operation retry from message send retry
DSJ-101 Document multiple Property(<data-type>) expressions in query
DSJ-102 Document support of AES 256 encryption
DSJ-103 Document support of log-type in Streamed log data
DSJ-104 Document new retry fields
DSJ-105 Remove Storm, Triggers, Subscriptions from docs where applicable.
DSJ-107 Test cases for Remove use of Apache Storm, dropping Triggers and Subscriptions support
DSJ-108 Test Execution for Remove use of Apache Storm, dropping Triggers and Subscriptions support
DSJ-109 Test cases for Update external Slack Item Type logic
DSJ-110 Test Execution for Update external Slack Item Type logic
DSJ-67 Support multiple Property(<data-type>) expressions in query
DSJ-69 Support AES 256 for encrypting Solr token
DSJ-72 Support log-type field in streamed log data
DSJ-77 Separate DB operation retry from message send retry
DSJ-85 Remove use of Apache Storm, dropping Triggers and Subscriptions support
DSJ-93 Update external Slack Item Type logic
DSJ-100 Upgrade ANTLR to 4.13.1