Commit Graph

1519 Commits

Author SHA1 Message Date
silenceqi edaa276ac3
chore: adapter metrics query with cluster id and cluster uuid (#56)
* chore: adapter metrics query with cluster id and cluster uuid

* chore: reads cluster uuid from metadata

* chore: update release notes

* chore: update release notes

---------

Co-authored-by: Hardy <luohoufu@163.com>
2024-12-24 15:29:14 +08:00
Medcl c843711135
chore: update release notes (#54) 2024-12-23 18:20:55 +08:00
yaojp123 370c83b2fe
chore: Optimize ui of allocation in activities (#55)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-23 14:58:51 +08:00
Medcl 0926005632
chore: add Makefile (#53)
* chore: update license

* chore: add Makefile
2024-12-20 16:30:36 +08:00
silenceqi 34f2f3bcce
chore: update code comment in english (#52) 2024-12-20 15:55:15 +08:00
yaojp123 4d52f2882a
chore: add loading to each row in overview table (#51)
* chore: add loading to each row in overview table

* chore: update release notes

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-20 15:52:26 +08:00
Hardy 16110912c3
docs: update release version to 1.27.0 (#50) 2024-12-20 14:32:25 +08:00
yaojp123 d8d26fbb90
feat: add allocation to activities if is `cluster health change` and changed to `red` (#48)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-19 21:01:39 +08:00
yaojp123 1475ded1ec
fix: Optimize UI of agent list when its columns are overflow (#49)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-19 21:00:54 +08:00
silenceqi f9baad07e3
fix: query thread pool metrics when cluster uuid is empty (#47)
* fix: query thread pool metrics when cluster uuid is empty

* chore: update release notes

* chore: update release notes of version 1.27.0
2024-12-18 14:56:17 +08:00
yaojp123 b01a4e167b
fix: add limit of width to some columns and adjust ui of text if is overflow, in table (#45)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-17 20:09:43 +08:00
yaojp123 01c0bda677
chore: add `Clean unavailable nodes` and `Clean deleted indices` to actions in cluster list (#44)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-17 18:08:50 +08:00
liaosy 4218d42cde
docs: update console architecture (#42)
Co-authored-by: liaosy <liaosy@infinilabs.com>
2024-12-16 18:01:04 +08:00
Medcl 5491e2e535
chore: update github action and pull request template (#41) 2024-12-16 17:03:43 +08:00
yaojp123 0fe48abcfa
feat: add Agent Credential to Register Cluster (#40)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-16 17:03:21 +08:00
yaojp123 ffda990228
fix: lose range of Metrics' chart in Alerting Message Detail (#39)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-16 17:02:49 +08:00
silenceqi 5ad4ebd92f
chore: update alerting template with index health change (#38) 2024-12-16 15:54:23 +08:00
silenceqi 318ba82eed
fix: validating index search permission in discover api (#37)
* fix: validating index search permission in discover api

* fix: wrong error tips for validating index permission
2024-12-16 11:48:14 +08:00
yaojp123 bafef0e65e
feat: add button `Clean` to `Overview`(node, index) for clean data that is unavailable(deleted) (#36)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-14 19:19:17 +08:00
silenceqi 5c783288ce
feat: add api to clean unavailable index, node metadata (#35) 2024-12-14 19:18:45 +08:00
yaojp123 1a62e5a1c4
fix: optimize column `CPU Usage` in `Monitor Nodes` (#34)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-14 17:31:48 +08:00
silenceqi aaa4dcee6b
chore: moving primary shard filter from aggregations to query with single index metric (#32)
* chore: moving primary shard filter from aggregations to query

* chore: moving primary shard filter from aggregations to query with single index metric
2024-12-14 15:25:22 +08:00
yaojp123 e2a6b29b53
fix: lose `Copy As Curl` in `Dev Tools` (#33)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-14 15:24:39 +08:00
silenceqi e018f15f73
chore: moving primary shard filter from aggregations to query (#31) 2024-12-14 11:05:29 +08:00
yaojp123 a08e33a570
fix: error after changed table mode in overview (#30)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-14 10:52:21 +08:00
yaojp123 cfdc1870a9
Fix: some issue (#29)
* chore: change loading ui of DropdownList

* fix: remove index health in shard monitor overview

* chore: add error handling to monitor chart

* fix: lose table data in Overview

* chore: optimize ui of collect status

* fix: remove team in audit

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-13 19:15:06 +08:00
silenceqi 9cb54a3381
chore: adapter node metrics query with `cluster_id ` or `cluster uuid` (#28) 2024-12-13 15:12:24 +08:00
silenceqi 5a02966f2d
feat: add getting cluster collection stats api (#27)
* fix: empty index metrics in overview info api when collecting mode is agent

* feat: add getting cluster monitor state api

* chore: updating monitor state api

* chore: custom request timeout error with quering metrics
2024-12-13 14:30:45 +08:00
yaojp123 020c8aae47
feat: add `Collection mode` to `Monitor` (#26)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-13 14:29:01 +08:00
yaojp123 85879c5ea7
chore: optimize text display if text is too long in table (#25)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-12 20:29:51 +08:00
yaojp123 84577784a2
fix: optimize metrics fetching in overview (#24)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-11 19:26:51 +08:00
silenceqi 217008fd2f
Optimize overview (#23)
* chore: splitting overview info request

* fix: no index health metric with agent mode

* feat: add query param `timeout` for overview info api

* fix: index overview info format
2024-12-11 19:25:56 +08:00
yaojp123 ccd44c9b7d
feat: add actions(register, refresh) to cluster selector (#22)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-10 19:40:19 +08:00
silenceqi 3dd3ba9db0
feat: adding smtp server permission (#20) 2024-12-10 15:55:48 +08:00
yaojp123 bbf4c10c89
fix: permission verification of some menu is invalid (#21)
* fix: add `SMTP SERVER` to `Feature privileges` in role settings
* fix: permission verification of some menu is invalid

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-10 15:54:44 +08:00
yaojp123 9798ec9eb2
fix: lose data after changed filters in Overview (#19)
* fix: lose data after changed filters in `Overview`
* chore: add locales for `Audit`
---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-10 10:07:16 +08:00
yaojp123 667cf0580c
feat: add `Cluster Metrics Ops` to `Quick Access` in `Overview` (#17)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-09 14:31:35 +08:00
yaojp123 8aa77ca98c
fix: add a crosshair of the same point in each chart when hover in a chart (#16)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-09 10:38:05 +08:00
Hardy 356f710e4a
fix: agent enroll failed (#15) 2024-12-07 17:13:32 +08:00
yaojp123 9812249268
fix: optimize host's monitor (#13)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-07 17:11:30 +08:00
silenceqi 852420281d
feat: splitting host metrics query (#14) 2024-12-07 17:10:35 +08:00
yaojp123 b2401bb31f
fix: reference and website links (#12)
* fix: remove `www` of official website

* chore: update docs' url

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-07 15:14:50 +08:00
yaojp123 8b176ab8ed
fix: add loading to monitor statistic (#11)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-07 14:04:42 +08:00
silenceqi e5dbe3123a
chore: adjust bucket size of overview metric (#9) 2024-12-06 16:30:23 +08:00
yaojp123 eedcda0fec
fix: optimize monitor data fetching for large time ranges in overview detail (#10)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-06 16:27:38 +08:00
yaojp123 7dd3808942
fix: optimize UI without clusters (#8)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-06 15:28:55 +08:00
silenceqi 46a5976bf3
feat: splitting metric query, adding query param key for query metric api to support single metric query (#7)
* feat: support query es cluster metrics with special key
* feat: adding context param to control metric request timeout
* feat: splitting metric query, adding query param `key` for query metric  api to support single metric query
* chore: clean unused code
* fix: wrong metric key
2024-12-06 14:02:16 +08:00
Hardy 004f4bdc15
fix: cmc pattern add Merge (#6) 2024-12-06 13:58:48 +08:00
yaojp123 d6a8e2ff6b
fix: optimize monitor data fetching for large time ranges (#5)
* fix: adjust cluster monitor (fetch data independently, lazy load, copy request)

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-06 12:35:13 +08:00
Hardy 4823339a01
feat: add timeout setting for datepicker (#4) 2024-12-05 18:12:51 +08:00