Skip to content

v6.7.3

Choose a tag to compare

@github-actions github-actions released this 24 Jan 06:28

What's Changed

  • feat: Added value mappings to dashboard time series charts.
  • feat: Support for history records and field suggestions in Elasticsearch real-time query query @yansuan.
  • feat: Added autocomplete functionality to the callback URLs in alert rules.
  • refactor: Adapted dashboard text card charts for dark mode, resolving issues with inability to change color transparency.
  • refactor: Implemented text wrapping in dashboard table chart cells when content overflows.
  • refactor: Set the X-axis range of real-time queries and other time series charts to the query time range.
  • refactor: Changed default chart unit from auto to SI prefixes.
  • fix: Fixed the issue where Elasticsearch index patterns fetched all fields @yansuan.
  • fix: Fixed the issue where the tooltip panel leaks out in the edit panel state after opening a tooltip in the dashboard.
  • fix: timeseries of ident append labels

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.7.2...v6.7.3