Known Issues

Moogsoft identified the following problems and defects at the time of the Moogsoft AIOps v7.3 release.

Key

Issue

Graph Analyser

MOOG-14092

A process deadlock can occur when the Graph Analyser utility analyzes a large number of topology nodes when executed. As a result, new alerts are not created.

Maintenance Window Manager DST

MOOG-12589

This issue can occur when configuring a recurring Maintenance Window, when timezone is not explicitly set. If you set the timezone to "use client Timezone", it synchronizes with the system MoogSvr is running on, instead of the client timezone. This can be problematic when the system adjusts for Daylight Savings Time (DST). The adjustment calculator may not be correct for the expected timezone.

Moogsoft advises you to either set an explicit timezone or use the Graze API endpoint/MoogDb method createMaintenanceWindow with an explicit timezone.

Kafka Moobot Module

DOCS-2044

The Kafka LAM, Integration and Moobot module now support SASL/JAAS authentication. For the Kafka Moobot module, you will need to explicitly define use_sasl and set it to false for upgrades.

To do so, add the following:

use_sasl: false, 
ssl_endpoint_identification_algorithm: "", 
compression_codec: "none"

For example:

var conn = kafka.connect({ 
servers: ["my.kafka.broker:9092", "my.other.kafka.broker:9092"], 
connection_id: "situationMgrKafkaConnection", 
use_ssl: false,
use_sasl: false, 
ssl_endpoint_identification_algorithm: "", 
compression_codec: "none"

This is resolved in v7.3.0.1. Unless you installed v7.3.0 you do not need to make this change.

Self-signed certificates are not trusted by macOS Catalina

MOOG-15170

After upgrading macOS to Catalina, the Moogsoft AIOps UI is inaccessible in Chrome, Safari and Edge browsers because self-signed certificates are no longer trusted.

For workaround instructions see Catalina Browser Certificate Workaround.