8.0.x Improvements
Moogsoft Enterprise 8.0.x contains the following improvements. See Graze API and MoogDb V2 for details of improved endpoints and methods.
Ticket | Release Note |
---|---|
MOOG-11604 | The following header directive options are now configured by default in the browser, to reduce the security risk of attempted access by unauthorised users:
This will break any existing Situation Room Plugins to external vendors. To allow these sites, see the upgrade instructions depending on your implementation type: RPM - Upgrade UI components or Tarball - Upgrade UI components. |
MOOG-12004 | Visualize GA-ready UI improvements:
|
MOOG-14614 | Alert and Situation list improvements:
|
MOOG-14885 | Selective copy improvements:
|
MOOG-15146 | Provides a toggle to switch the Situation Timeline view so that it shows or hides leading events. |
MOOG-15513 | The collapsed/expanded state of the left navigation panel in the UI now persists between logins. |
MOOG-15364 | You can now scroll the left hand side navigation and the main area of the UI independently. |
MOOG-15263 | The performance of the database splitter utility is improved. We have reduced database lock waits, deadlocks and issues with replication while the splitting is running. |
MOOG-14933 | The UI browser tab icon is now a pink version of the logo, to be clearly visible in both macOS themes, light and dark. |
MOOG-14823 | The MySQL thread_stack parameter has been increased to 512k to allow stored procedures to complete more reliably. |
MOOG-14783 | The moog_archiver utility no longer includes the -o --retain_open option. It is no longer valid because the utility now always runs against the historic database. Using the option produces a message to this effect and displays the help text for the utility. |
MOOG-14451 | The topology_builder utility has been replaced by the topology_loader utility which can upload a .csv file to the topology API. |
MOOG-14381 | The signature column from the moogdb sig_alerts table has been moved to its own table named “signatures”. |
MOOG-14377 | Cookbook and recipe data is now stored in the “cookbook” and “recipe” tables in moogdb, and not in the “system_config” table. |
MOOG-14102 | The database splitter is now configured to run once a day, rather than at fixed intervals. This reduces the overhead of running the process within core hours and minimizes the impact on live systems. |
MOOG-14002 | The UI Situation and alert lists now use modern vue.js technology as opposed to legacy ext.js libraries. |
MOOG-15186 | Updates OpenJDK to v11.0.6. Nine dependencies updated to resolve Common Vulnerabilities and Exposures (CVEs). |
MOOG-14987 | Various HTTP security-related headers are now returned for API responses. |
MOOG-14889 | OpenJDK dependency is now more flexible. You can now upgrade to any version of open-jdk >= 11.0.5 without updating the Moogsoft Enterprise RPMs. |
MOOG-14746 | When a user is added to a team or removed from a team, the username and user ID are now logged for auditing purposes. |
MOOG-14712 | You can now configure the Tool Runner port using the new property “toolrunnerport” in the servlets.conf file. By default the Tool Runner uses port 22. |
MOOG-14710 | Updates the shipped version of the Java-based utility commons-beanutils to resolve security vulnerabilities. |
MOOG-14709 | Updates the shipped version of Jackson data-bind to resolve several security vulnerabilities. |
MOOG-14633 | POST requests to the MoogSvr API are now rejected with a 400 error if they contain any query (URI) parameters other than request. |
MOOG-14483 | Transport Layer Security (TLS) 1.3 is now supported. |
MOOG-13747 | Adds cross-site request forgery support. |
MOOG-13573 | You can now configure Moogsoft Enterprise to connect to Elasticsearch using encrypted credentials. |
MOOG-16110 | The new “getThreadEntry” API endpoint and MoogDb method retrieves specific thread entry details using the entry ID. |
MOOG-15938 MOOG-15939 | The new Graze API endpoints and Moogdb methods "updateClosedAlert" and "updateClosedSituation” enable users to update alerts and Situations during the grace period. |
MOOG-15934 | A new function in the Moobot Constants module “getNameSpace” returns the name and details of a specified namespace. |
MOOG-15708 | Adds two new views to monitor database performance, “top_used_tables” and “worst_queries”. These views query the MySQL performance schema to provide information about a running system. |
MOOG-15682 | A new UI page Settings > Vertex Entropy allows you to disable the graph analyser process that calculates Vertex Entropy. |
MOOG-15608 | Logging has been improved to indicate when a Moogfarmd process has finished starting/loading. |
MOOG-15379 | The Workflow Engine sweep up filter now supports an optional relative time window, which filters objects updated or created within a specified timeframe. |
MOOG-15377 | The Workflow Engine sweep up filter now excludes closed alerts and Situations. |
MOOG-15142 | Database splitter logging is improved to give more detailed information on the data that was moved, and any locks that occurred. |
MOOG-15131 | The UI summary dashboard now updates every 30 seconds. |
MOOG-14865 | You can now search for workflows in the Workflow Engine UI. |
MOOG-14800 | Archive logging now includes loose alerts (those not clustered in any Situation). |
MOOG-14762 | The new Graze API endpoint “getSituationSeverityChanges” returns Situation severity changes and the timestamp when the severity changed. |
MOOG-14761 | Two new statistics have been added to the db_stats section of the Moogfarmd health log: “top_blocking_query” and “top_blocking_query_count”. |
MOOG-14711 | Increases in Situation severity are now recorded in the moogdb database sig_journal table with code 40. |
MOOG-14656 | Adds support for an encrypted keystore password in the security.conf file. |
MOOG-14590 | The Graze API endpoint “getSituationVisualization” now returns the original threshold values for the Recipe at the point of the Situation creation. If a threshold was removed from the Recipe after Situation creation, it is not returned in the response. If a threshold was added to the Recipe since Situation creation, the current and original values are returned. |
MOOG-14514 | Previous services detail has been added to the SigUpdate event payload. |
MOOG-14390 | When SAML processing fails the log now contains the encoded SAML response. |
MOOG-14372 | Moogsoft Enterprise now logs errors when it fails to fetch database connections. |
MOOG-14301 | When creating a Cookbook Recipe, alert filters now provide suggestions for equality operators that are relevant to the field being used for filtering. |
MOOG-14111 | User login and logout is now captured for audit logging. |
MOOG-14035 | The start, stop and restart actions for Moogfarmd and LAMs have been removed from the Self Monitoring feature in the UI. Start and stop services are now only available from the command line. More support has been added for automatic restart if changes are made to Cookbooks/Recipes via the UI. |
MOOG-13933 | Two new Graze API endpoints and MoogDb methods access session audit log information:
|
MOOG-13926 | The events_analyser and moog_archiver utilities now log to a file by default. You can specify a different log file name using the --logfilename option. To log to console instead of a file, use the --logconsole option. |
MOOG-13835 | The preview mode UI setting is now remembered for each user, for the duration of the session and after logging out and back in. |
MOOG-13698 | The Grafana dashboard widgets for Teams and Services have been updated for improved clarity. |
MOOG-13535 | A new configuration property “refresh_interval” is now available in the “search” section of the system.conf configuration file. It defines how often an Elasticsearch index refreshes. A newly indexed document is not visible in search results until the next time the index refreshes. Defaults to 30 seconds. |
MOOG-13260 | When searching for Situations and alerts in the UI, the order in which results are now displayed is:
|
MOOG-13175 | In Situation preview mode, clicking through the Situation list now opens new tabs to show a Situation’s alerts. |
MOOG-12241 | Graze API endpoints that return a filter now return the filter in SQL format rather than JSON. |
MOOG-9582 | Administrators can now block file uploads to the Situation Room for specified file extensions. |
MOOG-13402 | The version of Hazelcast used by Moogsoft Enterprise has been upgraded to v3.12.2. |
MOOG-12834 | The process_cntl utility can now be used to set the loglevel of Moogsoft processes to TRACE as well as WARN, INFO and DEBUG. |
MOOG-11211 | The moog_indexer utility now has a 4 second timeout by default. If Moogfarmd does not respond before the timeout, the indexer stops waiting. Use the --timeout property to increase or decrease the length of the timeout. |
MOOG-9978 | The Cookbook UI now shows an option for 'Single Recipe Matching' instead of 'First Matching Cluster' which makes it consistent with the Graze API and configuration files. |
MOOG-15884 | There is a new login image for the UI background screen. |
INT-5765 | REST-based LAMs now run as active/active in HA deployments by default. |
INT-5765 | In distributed systems, the Controller now decides which instances to activate and deactivate for manual failover. |
INT-5881 | Tool Runner configuration is no longer required to install and configure integrations from the UI. |
INT-5761 | Refactored the HP NNMi integration and added proxy support. |
INT-5498 | The ServiceNow ticketing integration now supports OAuth authentication. |
INT-5446 | Added proxy support to the vRealize Log Insight integration. |
INT-5439 | You can now configure the SASL authentication mechanism for the Kafka integration in the UI. The options are PLAIN, SCRAM and OAUTHBEARER. |
INT-5372 | Added proxy authentication to the Email integration. |
INT-5329 | The Presend property is disabled by default in the configuration file and UI for the Site24x7, Catchpoint and WebSphere MQ integrations. To provide custom logic from the Lambot, use the LAM from the backend and enable the Presend property in the configuration file. |
INT-5887 | Validated the JIRA integration with JIRA Service Desk v4.7.1, JIRA Software v8.7.1 and JIRA Cloud Rest API v2. |
INT-5869 | Validated the SolarWinds integration with v12.2, v12.3 and v2019.4. |
INT-5839 | Validated the VMware vCenter and VMware vSphere integrations with v6.7. |
INT-5816 | The following integrations have new fields that are set to default on upgrade:
|
INT-5747 | Updated rule mapping for the Site24x7 integration. |
INT-5639 | Refactored the Java Messaging Service (JMS) integration and added proxy support. |
INT-5609 | Validated the Zabbix Polling integration with Zabbix v4.0 and v4.4 and updated the UI. |
INT-5549 INT-5669 | UI and backend LAM integration state is now stored in the moog_intdb.integration_state table. This state can be modified by the running the integration or via the integrations REST API. The newly available REST endpoints are:
where process_group is the integration’s HA group. |
INT-5548 | UI integrations can now be configured to run on remote brokers. This does not apply to inbound REST integrations, ie. webhooks. |
INT-5540 | The RabbitMQ integration is now available in the UI. This integration allows events to be ingested from a direct queue or a topic queue. |
INT-5391 | Validated the SCOM integration with SCOM 2019. |
INT-4552 | Validated the Zenoss integration with Zenoss v6.3.2. |
INT-4510 | Added proxy support to the Dynatrace APM integration. Remove the time_from and time_till configuration properties. |
INT-4368 | You can now perform the following actions on an integration's data mapping screen in the UI:
|
INT-5949 | Adds a new 'dnsLookup' function to the Utility module (applicable to both LAMbots and Moobots). This function attempts to lookup DNS information given an address and returns an object with the following structure: { "fqdn":"my.domain.com", "address":"192.168.1.1", "name":"domain.com" } |
INT-5834 | The integrations controller now responds to the ha_cntl -v command and exists under the servlets group. |
INT-5819 | Splunk integration supported versions are now v6.5, v6 6, v7.0, v7.1, v7.2, v7.3 and v8.0. |
INT-5765 | UI integrations and back end LAMs no longer require a database connection. To obtain their state and HA state, they communicate with the Controller over RabbitMQ. |
INT-5751 | The Programmatic LAM now supports Retry Config, meaning that it can be retried with the retry_interval. |
INT-5729 | The Constants module no longer supports load and save functions. If your existing LAMbots use them, remove them or the reported error prevents Events from being published and polling will not occur. |
INT-5727 | Validated the AWS SNS integration Node.js v10.x and Node.js 12.x Lambda runtime engines. |
INT-5715 | A new “stringToJSON” conversion type has been added for LAMs. |
INT-5538 | In the Jira Software integration, all services assigned to a Situation are now linked with the JIRA ticket as components. Services and components are in sync. Workflows are now bidirectionally synced between Moogsoft Enterprise and JIRA so a change in ticket status in one system is reflected in the other. |
INT-5523 | Improved logging on MySQL and RabbitMQ connection initialization. |
INT-5388 | REST client's results path now supports nested paths using the standard dot notation. |
INT-5027 | The RabbitMQ LAM now retries its initial connection to the target RabbitMQ. You can configure this in the rabbitmq_lam.conf file. |
INT-4159 | The previous xMatters integration has been deprecated and replaced with a new version that is more straightforward to configure and provides some additional features:
|