Release Notes #
Information about release notes of INFINI Console is provided here.
0.7.0 #
Breaking changes #
Features #
- Added Data Migration。
- Added Initialization Guide.
- Added System Service Health Monitoring。
- Added License Authorization.
Bug fix #
- Fixed the problem that Discover did not search for the first time.
0.6.0 #
Breaking changes #
Features #
- Added Overview Hosts.
- Added Monitor Hosts.
- Added log viewing in node overview (agent installation required).
- Insight Config Modal add Search Config.
Bug fix #
- Fixed the problem that page Discover became white screen when used field filter.
- Fixed the problem that sort failure after adding fields to page Discover’s table.
- Fixed the problem that the cluster registration was unsuccessful due to the incompatibility of js in low-level browsers.
- Fixed the incompatibility issue of Elasticsearch 8.x deleting documents.
- Fixed the issue of exception handling when creating a new index was unsuccessful.
- Fixed the issue with null pointer references in metadata configuration.
- Fixed the issue where loading common commands failed in the dev tools.
Improvements #
- Local list search lookup supports wildcard filtering.
- Support configuration page title suffix.
- Optimized the display of required fields in alerting rules.
- Set Discover TimeRange Auto Fit to 15 minutes.
- Optimize Discover to save the search, the field filters and Insight widget configuration will be saved.
- Optimized cluster list: add link jump; Support cluster list status field sorting.
0.5.0 #
Breaking changes #
Features #
- Added IO metrics at the elasticsearch node level (only supports the Linux version of Elasticsearch cluster).
- Added agent management.
- Add docker image based on Centos.
- Add INFINI Insight chart type (number, pie, area).
Bug fix #
- Fixed an issue with duplicate requests after the Gateway instance list was refreshed.
- Fixed an issue where docker image timezone loading failed.
- Fixed the issue that the metrics queue does not consume when the Elasticsearch cluster of storing data is unavailable.
- Fixed the problem that the development tool cannot forward the request to the Https based cluster.
- Fixed INFINI Insight all chart fetch data again after edits one of them.
- Fixed query still has the old state when jumping from the index link of other pages to discover.
Improvements #
- Optimized the log output when refresh cluster state.
- Optimized the pop-up prompt that frequently jumps to the login page when unauthorized.
- Optimize the time selection UI of the discover search bar, make the space more compact and switch more convenien
0.4.0 #
Breaking changes #
Features #
- Discover adds an Insight module, which pushes charts according to the data characteristics under the index, and visualizes the metrics data.
- Discover adds the functions of saving searches and replaying searches.
- Add alias management.
Bug fix #
- Fixed the bug that the Dev tools returned an error when sending a request response in v0.3.1 without security enabled.
- Fixed the bug that the AWS Elasticsearch cloud environment had no node http.public_address, which caused an error in collecting monitoring data.
- 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 #
- Optimized Console storage data Elasticsearch version check prompt.
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: Overview Statistic 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 Dev tools 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