版本发布日志 #
这里是 INFINI Console 历史版本发布的相关说明。
0.4.0 #
Breaking changes #
Features #
- 数据探索新增 Insight 功能,根据索引下的数据特征推送图表,可视化展示指标数据。
- 数据探索新增保存搜索和回放搜索功能。
- 新增别名管理。
Bug fix #
- 修复了 v0.3.1 没有开启安全的情况下开发工具发送请求响应返回错误的 Bug。
- 修复了 AWS Elasticsearch 云环境 node http.public_address 没有,导致采集监控数据报错的 Bug。
- Fixed the bug that when the Elasticsearch cluster for storing data is unavailable, the collected metric data are not consumed(Updating the settings of
elastic>store
defaults to false inconsole.yml
).
Improvements #
- 优化 Console 存储数据 Elasticsearch 版本检查提示。
0.3.1 #
Bug fix #
- The kv module should be initialized before elastic module
- The account profile api should get builtin username dynamically
- Fixed an issue where the index in the overview was not displayed correctly
- Fixed node health status in the overview was not displayed correctly
- Fixed the bug that the new channel could not get the type when the rule was submit
0.3.0 #
Breaking changes #
Features #
- Support basic authentication
- Added platform overview
- Added cluster activities
- Added index management
- Added data view management
- Added data discover (Support both index and view)
- Support gzip compression and it is enabled by default
- Support rbac authorization
- Added alerting management (Support Webhook channel)
- Added time-zone quick selector
Bug fix #
- Fixed bug:discover multi fields selected
- Fixed bug:the count of
nodes
andshards
value incorrect in cluster overview - Fixed bug:overview search request params field
from
do not counting from 0 - Fixed bug:login page tab not centered
- Fixed bug:Re-login redirect jump parameter problem caused by session expiration
- Fixed bug:OverviewStatistic component mask state value incorrect
- Fixed bug:repeat http request pending state
- Fixed bug:console copy as curl without an endpoint
Improvements #
- Rewritten monitoring UI
- Optimize cluster metrics line chart
- Optimize health status component
- Add filter component to quick filter clisters,nodes,indices
- Add local sort for table column of clisters,nodes,indices
- Add isTLS form field for Gateway register
- Index list and node list Support real-time and non-real-time data switching viewing
- The interval for collecting elasticsearch cluster state is configurable
- Optimized requests to elasticsearch
- Add Console version info
- Add client http request timeout auto abort
- Dev tool support search
- Proper Handle metrics collecting while cluster in partial failure
0.2.0 #
Breaking changes #
Features #
- Collect Elasticsearch
cluster_health
metrics - Added thread pool related metrics
- Optimize the grouping of metrics
- Index
.infini_metrics
support ilm configuration - Added hot key(
Ctrl+Shift+O
) to dev tools - English version support
Bug fix #
- Fixed the “required authentication credentials” issue in the test connection cluster time
- Fixed the problem that the validation failed when the cluster address is a domain name and contains special characters
- Fixed the issue that monitoring data is not displayed on 32-bit operating systems
- Fixed the problem that the development tool was initialized blank when the storage ES address changed
- Fixed the problem that the pagination of cluster list page cannot work
Improvements #
- Cluster view Added metrics of counting cluster master, data, and coordinating nodes
- Cluster view Added metric of cluster health
- Node view Add JVM grouping, display related information of JVM memory
- Node view added JVM GC frequency and GC delay metrics
- Use
POST
instead ofGET
when request body is not nil - Node view added cache hit rate and other related metrics
- Node View added metric of the number of open files
- Show the last time of the metrics was collected When the cluster is unavailable
0.1.0 #
- Elasticsearch clusters management
- Basic monitoring supported for Elasticsearch cluster
- Dev tools support elasticsearch