Commit Graph

465 Commits

Author SHA1 Message Date
hardy ec253f9e3d
chore: add web and common ui 2024-12-02 14:21:21 +08:00
liugq 655725f6ad chore: remove unused configs code 2024-12-02 12:14:36 +08:00
hardy a936a8fa7c
chore: change to framework main branch and reflactor the dependcy 2024-12-01 21:36:06 +08:00
hardy ae3b792f7f
fix: build error with basicAuth.Password 2024-11-29 23:08:48 +08:00
medcl 8cbd35ed0a chore: safety update queue lables 2024-11-10 16:04:22 +08:00
liugq e7389af822 chore: fix saving event usage 2024-07-15 09:44:40 +08:00
liugq 4a0a71e38b fix: error of extracting diff result docs id 2024-06-25 17:53:17 +08:00
hardy 659a30c1a1 fix: alert rule import patch for v1.6.0 (#346)
修复[344](https://git.infini.ltd/infini/console/issues/344)

Reviewed-on: https://git.infini.ltd/infini/console/pulls/346
Co-authored-by: hardy <luohf@infinilabs.com>
Co-committed-by: hardy <luohf@infinilabs.com>
2024-05-08 08:58:56 +08:00
root 10c317f07c feat: add audit logs 2024-04-12 06:31:13 +00:00
liugq 50c3539cb0 fix: refresh after created and deleted migration task 2024-03-26 18:43:29 +08:00
liugq f36e088f4e fix: filter activities in collection search api 2024-03-26 15:41:03 +08:00
liugq 2cf7d71971 fix: filter cluster permission in collection search api 2024-03-26 14:07:05 +08:00
liugq 63cd503c38 feat: make certain system indices accessible in visualization data api 2024-03-26 12:20:44 +08:00
hardy 9020e691de fix: agent setup config 2024-03-21 23:01:37 +08:00
liugq 32ef0a140e feat: collection search support alerting rule search(collection name: alering_rule) 2024-03-13 10:34:17 +08:00
hardy 200ffd7af6
fix: agent first run need cluster_uuid & change for agent.tpl with yaml content 2024-02-29 11:52:13 +08:00
hardy 855c4849cb
feat: migration skip exists docs with bulk operation 2024-02-05 10:09:56 +08:00
hardy a338af5c9a feat: migration skip exists docs with bulk operation 2024-02-04 17:32:29 +08:00
liugq 00dfa9ed5d fix count logic of tasks per instance 2024-02-03 20:31:37 +08:00
hardy 5b28c59853 feat: migration skip exists docs 2024-02-03 16:59:35 +08:00
hardy 50f12de6a8 feat: migration with bulk skip exit docs 2024-01-31 14:14:29 +08:00
medcl 9cfd9b15e3 misc changes 2024-01-22 22:39:49 +08:00
medcl d8c7809237 update buffer usage 2024-01-21 17:16:51 +08:00
liugq 69aaebd3ea add param use_even_strategy 2023-12-19 17:43:43 +08:00
liugq f053282754 add api to restart all failed sub tasks 2023-12-19 17:42:24 +08:00
medcl c434d3fb76 refactor: setup wizard (#250)
Co-authored-by: liugq <silenceqi@hotmail.com>
Reviewed-on: https://git.infini.ltd/infini/console/pulls/250
2023-12-15 11:22:03 +08:00
medcl 3b91a57bc1 add timeout to context 2023-11-18 13:29:56 +08:00
liugq 57bf0976f1 add collection search api (#212)
add search api for front component ListView

Reviewed-on: https://git.infini.ltd/infini/console/pulls/212
Co-authored-by: liugq <silenceqi@hotmail.com>
Co-committed-by: liugq <silenceqi@hotmail.com>
2023-11-01 10:57:53 +08:00
liugq 4b63e81ae1 fix get task worker (#208)
Reviewed-on: https://git.infini.ltd/infini/console/pulls/208
Co-authored-by: liugq <silenceqi@hotmail.com>
Co-committed-by: liugq <silenceqi@hotmail.com>
2023-10-30 17:17:29 +08:00
medcl 4c8ee4a3e2 Merge branch 'master' into v2 2023-10-24 11:27:34 +08:00
medcl cb9cc545e5 fix incorrect variable name 2023-10-21 00:25:32 +08:00
hardy 7b59e0dc3e
change domain 2023-10-20 13:55:02 +08:00
liugq 3dc47e3b9a remove api /_platform/nodes, reuse search instance api 2023-10-19 20:49:11 +08:00
liugq 5679f3d426 refactor search instance api to support sort and wildcard sarch 2023-10-19 20:49:11 +08:00
liugq f83c0d274f handle initialize setup timeout error 2023-10-19 20:46:44 +08:00
medcl a315c4330d fix build 2023-10-16 17:51:45 +08:00
liugq 12d4a8eef0 return last running task info 2023-10-10 08:59:44 +08:00
liugq 9f60c4685f return workers info of index level 2023-10-09 10:56:22 +08:00
liugq f3569c2701 support restart cluster comparison task 2023-10-09 09:36:50 +08:00
liugq 71ba08d266 refactor getComparisonMajorTaskInfo 2023-10-08 17:46:55 +08:00
liugq 2f45792480 add diff result info and reset total_diff_docs after task restarted 2023-10-08 11:02:39 +08:00
liugq 97731564c1 add name and tags config 2023-10-08 11:00:04 +08:00
liugq a54cb2c9a1 fix nil pointer (#164)
Reviewed-on: https://git.infini.ltd:64443/infini/console/pulls/164
Co-authored-by: liugq <silenceqi@hotmail.com>
Co-committed-by: liugq <silenceqi@hotmail.com>
2023-09-25 18:09:55 +08:00
liugq d0ab79f47d insight metric support formula template (#158)
only support template variable 'bucket_size_in_second' currently, eg frmula: `a/{{.bucket_size_in_second}}`

Reviewed-on: https://git.infini.ltd:64443/infini/console/pulls/158
Co-authored-by: liugq <silenceqi@hotmail.com>
Co-committed-by: liugq <silenceqi@hotmail.com>
2023-09-21 16:08:57 +08:00
liugq 6557286bdd migration optimize (#145)
- add task field name and tags

- add index logging level api

- other migration optimize

Reviewed-on: https://git.infini.ltd:64443/infini/console/pulls/145
Co-authored-by: liugq <silenceqi@hotmail.com>
Co-committed-by: liugq <silenceqi@hotmail.com>
2023-09-19 15:32:50 +08:00
medcl 3673791467 temp commit 2023-09-16 17:45:33 +08:00
liugq d738d1985e remove default time filter with alert message search api 2023-08-31 15:25:45 +08:00
liugq 16b18e3ca5 return notification error info 2023-08-30 20:05:16 +08:00
liugq 589303cee4 add rule name to activity info 2023-08-30 10:38:42 +08:00
liugq 74415b97e7 get event message list with default order by updated 2023-08-29 16:00:44 +08:00