Release Notes SevOne Data Insight 8.0.10

Below please find the Release Notes for SevOne Data Insight 8.0.10 (Release Date: March 31, 2026). Please contact your Technical Account Manager (if applicable) or Systems Engineering Team or Support Team to discuss and plan the installation. Thank you for being a customer.

Attention: Applies only if you have image backgrounds for maps
  • Upgrading from SevOne Data Insight 6.8.22

    The Maps component has undergone a significant implementation change. As a result, a manual migration step is required to ensure existing map layouts are preserved and to prevent layout issues after the upgrade.

    This applies to all upgrades from SevOne Data Insight 6.8.22.

    You must run this migration step before performing the upgrade.

    • Log into the MySQL pod.
      
      kubectl exec -it di-mysql-0 -- sh                
                    
    • Execute the following command to add the lastRunMigration field.
      
      mysql -p$MYSQL_PASSWORD datainsight -e "UPDATE mapconfigs SET content = JSON_SET(content, '$.lastRunMigration', '0000015-invert-image-y.js')"                
                    
    • Run the following to validate that the field has been added.
      
      mysql -p$MYSQL_PASSWORD datainsight -e "SELECT id, JSON_EXTRACT(content,'$.lastRunMigration') FROM mapconfigs"
                    
    • The output should look similar to the table below.
      
      +--------------------------------------+--------------------------------------------+
      | id                                   | JSON_EXTRACT(content,'$.lastRunMigration') |
      +--------------------------------------+--------------------------------------------+
      | 5a1341c3-aaea-11f0-a2bd-16db7319002b | "0000015-invert-image-y.js"                |
      | 7438008c-aaec-11f0-a2bd-16db7319002b | "0000015-invert-image-y.js"                |
      +--------------------------------------+--------------------------------------------+
                  
  • Upgrading from SevOne Data Insight 6.8

    When upgrading SevOne Data Insight, image assets are not migrated automatically. They are, however, backed up during the upgrade process and can be manually restored using the commands provided below.

    NOTE: Execute the following steps once the upgrade has been successfully completed.

    • Identify which backup you wish to restore from. Backups are stored in /home/sevone/backups/<YYYYMMDD>.
    • Find the latest backup and provide the path in the following command.
      
      kubectl cp /home/sevone/backups/<YYYYMMDD>/assets/ $(/usr/local/bin/kubectl get pods | grep assetserver | awk '{ print $1 }'):/opt/app-root/src/
                  

Upon completion of the steps above, your image assets will be successfully restored.

Important: Guides & Release Notes

From IBM's Documentation Portal (https://www.ibm.com/docs/en/sevone-npm), please refer to SevOne Data Insight guides and release notes under IBM SevOne Network Performance Management version 8.0 for details.

Release Notes SevOne Data Insight 8.0.0 contains the browser requirements, resources and other requirements, deployment recommendations, known issues, and other details that apply to SevOne Data Insight 8.0.x release.

For a list of all issues resolved in SevOne Data Insight 8.0.x, please refer to each 8.0.x release notes for details.

Resolved Issues

Important: In addition to the issue(s) mentioned below, please refer to each SevOne Data Insight 8.0.x release notes prior to this release for the list of all issues resolved.
Important: When performing an upgrade to SevOne Data Insight 8.0.10, signature tools must be on the latest version. For example, v2.0.3.
Kernel version is kernel-4.18.0-553.111.1.el8_10.
Note: For detailed upgrade instructions, refer to the SevOne Data Insight Upgrade Process Guide. After completing the upgrade, if the kernel version has changed, a reboot is required to load the new kernel and to start all services.
  • S1NPM-118447: Shortcut: When saving a shortcut with a name that already exists, the user interface now displays an error message: “A shortcut with this name already exists.”
  • S1NPM-119024: Addressed CVE-2025-58367.
  • S1NPM-120070: Addressed CVE-2025-69873.
  • S1NPM-120163: Fixed an issue in the backup playbook that could result in multiple mysqldump files being generated within a short interval. The backup process now ensures a single, consistent dump is created.
  • S1NPM-120292: The upgrade process now correctly detects and reports failures, preventing silent backup issues and reducing the risk of data loss.
  • S1NPM-120564: When upgrading from a previous SevOne Data Insight version, the OpenTelemetry Collector now initializes successfully and exports metrics as expected, ensuring a smooth upgrade experience.

Known Issues

The following known limitations have been identified in SevOne Data Insight 8.0.10, in addition to those previously noted in version 8.0.0.

  • The Topology widget layouts Organic, Sequential, Lens, Standard, Structural, and Tweak have all been migrated to the Default layout. The Custom layout remains available for use.
  • When dropping nodes on the map, they will sometimes be placed at coordinate 0,0 instead of the mouse position. These nodes need to have their position adjusted to get the desired placement.
  • When editing a map widget in a report, the chart options for alert overlays and metric styling do not reflect immediately on the map view. These functionalities still operate when the map is saved with those settings.
  • Locating nodes that are inside of a cluster by using the Members tab zoom-to feature currently does not work properly.
  • Pulsing node selection effect is not implemented.
  • Unable to view resources attached to links in the members tab.

Build files required

File Type File Name
CHECKSUM sdi-v8.0.10-build.6.tgz.sha256.txt
TAR sdi-v8.0.10-build.6.tgz