Skip to content

Latest commit

 

History

History
127 lines (97 loc) · 5.33 KB

File metadata and controls

127 lines (97 loc) · 5.33 KB

📦 Software Downloads

Welcome to the official download page for our software


🐧 Linux Downloads

Version Architecture Tar File
4.2.17 x64 Download
4.2.5 x64 Download
4.2.4 x64 Download
4.2.0 x64 Download
4.1.23 x64 Download
4.1.5 x64 Download
4.1.3 x64 Download
4.1.2 x64 Download
4.1.1 x64 Download

Release Notes

Version 4.2.17 Stable

Release Date: Jan 30, 2025

🚀 What's New

  • Security fixes
  • Introduction of sending data only on Alert

Version 4.2.5

Release Date: Nov 4, 2025

🚀 What's New

  • Prometheus and Grafana support enhancement and dashboard templates available under templates folder

Version 4.2.4

Release Date: Oct 29, 2025

🚀 What's New

  • Enhanced alerts - Alerts now includes top 5 worst transactions that occurred during the observation window.

Version 4.2.0

Release Date: Oct 13, 2025

🚀 What's New

  • Security Vulnerability fixes
  • On Alert Data: Introduced a mode that minimizes data sent to the cloud. Users can now configure how much data to upload when an alert occurs — including the N minutes before and N minutes after the event.

Update following in your setup:

Environment Variable additions:

  • MICROAI_AM_ENABLE_ON_ALERT=true
  • MICROAI_AM_ALERT_DATA_CAPTURE_DURATION_MINUTES=15
  • MICROAI_AM_LAUNCHPAD_ACCESSTOKEN_URL=https://cloud1-coreapi.micro.ai
  • MICROAI_AM_LAUNCHPAD_USERNAME={user's launchpad username}
  • MICROAI_AM_LAUNCHPAD_PASSWORD={user's launchpad password}

Version 4.1.23

Release Date: Sept 23, 2025

🚀 What's New

  • Security Vulnerability fixes
  • Dockerfile setup update
  • MQTT TLS enabled exporter

Update following in your setup:

Environment Variable additions:

  • MICROAI_AM_TLS_ENABLED=true

Dockerfile changes:

Version 4.1.5

Release Date: Aug 29, 2025

🚀 What's New

  • Enhanced Email Alerts: Email notifications now fixed with trace data for improved visibility and diagnostics.
  • Agent Vulnerability Fixes: Addressed multiple security vulnerabilities in the agent to improve overall system resilience and safety.

Update following parameters:

MICROAI_AM_EMAIL_ICONS_BASE_URL=https://micro.ai

ELASTIC_AGENT_PATH=/MicroAI_AM_agent/lib/elastic/java/elastic-apm-agent-1.55.1.jar

Version 4.1.3

Release Date: Aug 05, 2025

🚀 What's New

  • Resolved an issue where email notification links were directing users to a blank data page.
  • Addressed a bug in the data ingestion pipeline to ensure consistent and accurate data processing.

Version 4.1.2

Release Date: July 23, 2025

🚀 What's New

  • Introduced functionality to monitor application resource consumption
  • Introduced monitoring for application running state, including detection of up, down, and recover state

Version 4.1.1

Release Date: July 3, 2025

🚀 What's New

  • Added functionality to adjust AI alert sensitivity, enabling fine-tuned control based on user preference.
  • Introduced the ability to customize alert severity, enabling users to define which levels of alert severity they wish to receive.

Key Considerations

Note: To monitor containerized applications:

  • Ensure Docker is installed and running on your system before executing the commands. See Docker docs.
  • If you need to update the configuration file, you can mount the config directory using the -v option and add this to the commands below:
    -v <absolute_path_to_config_directory_on_host_machine>:<working_dir_path>/MicroAI_AM_agent/config
  • Similarly, to access logs from the host machine, mount the log directory as follows:
    -v <absolute_path_to_log_directory_on_host_machine>:<working_dir_path>/MicroAI_AM_agent/data/logs
  • Only supports system with GLIBC 2.27 or newer