Skip to content

v6.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Nov 07:41

What's Changed

  • feat: Enhanced business group and team tree structure display, supporting selection of parent nodes to query resources corresponding to all leaf nodes.
  • feat: Added bar charts to the dashboard.
  • feat: Dashboard enhancements with tooltip information and zoom behavior settings, supporting shared tooltips across all time series charts and updating the global time range upon zooming in time series charts.
  • feat: Time series charts on the dashboard now include a Legend click behavior setting, allowing items to be shown or hidden with a single click.
  • feat: Added site settings page, supporting customization of the homepage URL and display modes for business groups and teams.
  • feat: Dashboard time series charts now support dual Y-axes.
  • feat: Historical and active alarm events now support querying for a specified time.
  • feat: Remote write functionality with support for configuring multiple addresses; on failure with the first address, it automatically retries the next until successful.
  • perf: Dashboard charts adapted to non-time series data.
  • perf: Changed the default transparency of the dashboard time series chart lines from 0.5 to 0.
  • perf: Adjusted immediate query parameters for Elasticsearch log searches to obtain the actual number of log entries. @yansuan
  • perf: Updated the default font to Helvetica Neue in the English version.
  • fix: Fixed an issue where exiting the dashboard details page caused abnormal display of the browser tab title.
  • fix: Fixed a crash issue caused by truncating results exceeding the limit (10000) in Prometheus immediate queries.
  • style: Unified the AccessTokenKey variable. @springrain
  • docs: i18n updates.
  • docs: Added manual table structure update migrate.sql.

Install

See Install Docs

Upgrade

See Upgrade Docs

升级到专业版

  1. 将夜莺升级到 v6 正式版本
  2. 下载 专业版 安装包,解压安装包,将 n9e-plus 放到 n9e 二进制所在目录
  3. 停掉 n9e 进程,启动 n9e-plus 即可
pkill n9e && nohup ./n9e-plus &> n9e.log &
  1. 如果想从专业版切回开源版,直接停掉 n9e-plus 进程,启动 n9e 即可
pkill n9e-plus && nohup ./n9e &> n9e.log &

专业版详细介绍见 夜莺专业版

Full Changelog: v6.5.0...v6.6.0