Skip to content

v8.0.0-beta.10

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 07:24
· 109 commits to main since this release

What's Changed

  • feat: New dashboard datasource selector
  • refactor: Disabled anonymous access for dashboards containing "Machine Identifier" variables
  • refactor: Deprecated "Business Group Identifier" variable for dashboards
  • refactor: Added "Save" button to datasource form page, supporting save without testing
  • refactor: Changed default execution frequency of alert rules to 60 seconds
  • refactor: Unified submit buttons on rule form pages to "Save"
  • refactor: Notification rule improvements
    • Added view rule functionality to alert rule notification selector
    • Added support for message template cloning
    • Added adjustable width for documentation panel in message templates
  • fix: Fixed issue where datasource type wasn't refreshed on some pages after creating a datasource
  • fix: Fixed issue where cloned alert rules couldn't be saved when the original rule was modified by others
  • fix: Fixed incorrect field path saving for Elasticsearch source in alert rules
  • fix: Fixed issue in Elasticsearch log query Lucene mode where filter condition field values containing "and", "or", etc. were automatically converted to uppercase
  • fix: Fixed overflow issue in older dashboards after import due to missing legend.placement property
  • fix: Fixed issue where line chart tooltips didn't filter out empty value legends

更新记录

  • feat: 仪表盘新版数据源选择器
  • refactor: 仪表盘包含 "机器标识" 变量时禁止启用匿名访问
  • refactor: 仪表盘下线 "业务组标识" 变量
  • refactor: 数据源表单页添加 "保存" 按钮,支持不测试仅保存
  • refactor: 告警规则默认执行频率改为 60 秒
  • refactor: 记录规则表单页提交按钮统一改名为 "保存"
  • refactor: 通知规则优化
    • 告警规则的通知规则选择器添加查看规则功能
    • 消息模板支持克隆
    • 消息模板右侧文档宽度支持调节
  • fix: 修复创建数据源后部分页面数据源类型未刷新问题
  • fix: 修复告警规则克隆时遇规则被其他修改无法保存问题
  • fix: 修复告警规则 Elasticsearch 源保存的字段路径错误问题
  • fix: 修复 Elasticsearch 日志查询 Lucene 模式的过滤条件的字段值中包含 and or 等字符时会被自动转换成大写问题
  • fix: 修复一些比较老的仪表盘导入后因为缺少 legend.placement 导致图例容器溢出问题
  • fix: 修复折线图提示信息没有过滤掉空值图例问题

Full Changelog: v8.0.0-beta.9...v8.0.0-beta.10