Commit Graph

36 Commits

Author SHA1 Message Date
silenceqi fd2746a210
docs: update alert rule documentation (#139) 2025-02-14 17:20:19 +08:00
Hardy b44382327d
chore: add version and distribution for agent to avoid painc at start (#131)
* chore: add version and distribution for agent to avoid painc at start

* docs: add release notes

* docs: typo release notes

---------

Co-authored-by: hardy <luohf@infinilabs.com>
2025-02-14 11:26:49 +08:00
Hardy ea73bf9510
feat: add default roles to LDAP config (#114) (#130)
* chore: add anonymous roles to fix the issue (#114)

* docs: add release notes

* chore: change config key

* docs: update release notes

* chore: update comment

---------

Co-authored-by: hardy <luohf@infinilabs.com>
2025-02-13 23:18:21 +08:00
Hardy 6105976f9b
chore: add rollup ilm settings (#128)
* chore: add rollup ilm settings

* docs: add release notes

---------

Co-authored-by: hardy <luohf@infinilabs.com>
2025-02-13 21:18:12 +08:00
silenceqi 1ee6c59d2c
fix: missing data when processing multiple time series in a g… (#127)
* fix: address missing data when processing multiple time series in a group with insight data API

* chore: update release notes
2025-02-13 17:31:04 +08:00
yaojp123 c76875c1c2
chore: update release notes (#126)
Co-authored-by: yaojiping <yaojiping@infini.ltd>
2025-02-13 16:40:04 +08:00
Hardy 60eac5ebf6
chore: auto init agent ingest user (#120)
* chore: auto init agent ingest user

* docs: update release notes

---------

Co-authored-by: hardy <luohf@infinilabs.com>
2025-02-13 16:17:17 +08:00
yaojp123 4e8215482c
chore: add Copy request to alerting chart (#121)
* chore: add `Copy request` to alerting chart

* chore: update release notes

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2025-02-13 12:18:36 +08:00
silenceqi f910203599
feat: support alerts based on bucket diff state (#119)
* feat: support alerts based on bucket diff status

* fix: correct document count calculation

* fix: empty param `event_id `

* fix: removing first and last time bucket

* fix: removing first and last time bucket

* chore: update bucket diff algorithm for improved accuracy

* refactor: optimize bucket diff algorithm

* feat: trigger bucket diff content change alert using expression

* feat: include bucket diff type in alert message API response

* chore: update release notes

* feat: add alert rule template to detect cluster metrics collection anomaly

* chore: update release notes
2025-02-12 17:32:27 +08:00
yaojp123 80e2a4356a
chore: add `Buckets Diff` to alerting rule (#118)
* chore: adjust conditions of alerting rule

* chore: add stat periods to buckets diff

* chore: adjust minimum_period_match

* fix: lose config while editing the alerting rule

* chore: adjust buckets diff in Alerting Rule

* chore: adjust bucket diff styles

* chore: adjust type `Content` in `Buckets Diff`

* chore: add `Condition Type` to alerting message detail

* chore: update release notes

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
Co-authored-by: Hardy <luohoufu@infinilabs.com>
2025-02-12 15:57:07 +08:00
yaojp123 d2a3ec0e7a
chore: add credential settings for agent in enrolling agent (#116)
* chore: add collection mode to cluster editing

* chore: add credential settings for agent when enroll agent

* chore: update release notes

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2025-02-11 22:44:06 +08:00
liaosy b189b72c11
chore: update release notes for v1.28.1 (#109)
Co-authored-by: liaosy <liaosy@infinilabs.com>
2025-01-25 18:29:06 +08:00
liukuijun666 0d75582549
docs: fix v1.27.0 releaes note (#104)
Co-authored-by: liukj <liukj@infinilabs.com>
2025-01-25 16:09:52 +08:00
silenceqi 8a8fd962e1
docs: Update LDAP integration documentation (#99) 2025-01-24 15:24:51 +08:00
silenceqi ca243b1ce5
feat: support function-format parameters in Insight Data API (#93)
* feat: support function-format parameters in Insight Data API

* chore: update license header

* chore: format code

* feat: return `complex_fields` in the view API

* feat: include system cluster rollup setting in App Settings API response

* chore: update release notes

* fix: remove func `sum_func_value_in_group` from using aggregation `date_histogram`

* fix: generate unique group id for aggregation name

* fix: sort not work when using function `sum_func_value_in_group`

* feat: update view template
2025-01-23 20:08:19 +08:00
liukuijun666 52dee9c2d6
update reference agent install link path (#94)
* docs: add zh docs

* docs: update reference agent install link path

---------

Co-authored-by: liukj <liukj@infinilabs.com>
Co-authored-by: Hardy <luohoufu@infinilabs.com>
2025-01-23 20:07:14 +08:00
silenceqi f3417ee6de
feat: support configuring multiple hosts when creating a cluster (#90)
* feat: support configuring multiple hosts when creating a cluster

* chore: update release notes

* feat: support multiple hosts configuration for system cluster initialization
2025-01-23 09:04:14 +08:00
liukuijun666 70be900fe0
docs: add zh docs (#92)
Co-authored-by: liukj <liukj@infinilabs.com>
2025-01-22 18:44:17 +08:00
liukuijun666 67b72eb6b2
docs: add user logo (#91)
Co-authored-by: liukj <liukj@infinilabs.com>
2025-01-20 15:09:36 +08:00
Medcl 7cb3852b27
chore: update docs (#80) 2025-01-12 17:04:47 +08:00
Medcl c8977b18d5
chore: update release notes (#77) 2025-01-11 15:11:22 +08:00
silenceqi 692b87eb7a
feat: support querying top N metrics in the Insight Data Query API (#74)
* feat: refactor the Insight data API to support metric aggregation for multiple data inputs

* fix:  bucket sorting issue when a sub-aggregation contains a `date_histogram`

* feat: add insight metric CRUD api

* fix: empty value of metric

* fix: incorrect grouping results

* feat: add builtin metric template

* fix: bucket sort when aggregation with P99

* chore: update group size

* chore: update release notes

* chore: update release notes

* chore: update release notes

* chore: update group size
2025-01-10 16:24:24 +08:00
silenceqi 8a27cd4389
fix: unit tests (#69)
* fix: unit tests

* chore: update release notes
2025-01-04 18:30:48 +08:00
silenceqi 8cbaebc5a6
feat: add some index metrics related to segment memory (#65)
* feat: add some index metrics related to segment memory

* chore: update release notes
2024-12-31 11:40:56 +08:00
yaojp123 59908761b1
chore: set timeout to 10s by default in DatePicker's time settings (#63)
* chore: set timeout to 10s by default in DatePicker's time settings

* chore: update release notes

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
Co-authored-by: Hardy <luohoufu@163.com>
2024-12-31 09:26:04 +08:00
Medcl 29bef5e129
chore: enhanced http_client to support customizable configurations. (#61)
* chore: update http client

* chore: update release notes
2024-12-30 10:33:23 +08:00
yaojp123 59e88f7b03
chore: check if the cluster version supports metric `transport_outbound_comnections` in monitor (#60)
* chore: check if the cluster version supports metric `transport_outbound_comnections`

* chore: update release notes

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-26 19:37:58 +08:00
silenceqi f11a565948
optimize metric query bucket size (#59)
* feat: the automatically calculated bucket size should be at least twice the metrics collection interval

* feat: return the hit count and the minimum bucket size when querying metrics

* chore: update release notes

---------

Co-authored-by: Hardy <luohoufu@163.com>
2024-12-26 16:50:57 +08:00
yaojp123 b8b24f8fab
fix: add suggestion to chart in monitor if is no data because the time interval is less than the collection interval (#58)
* fix: add suggestion to chart in monitor if is no data because the time interval is less than the collection interval

* chore: update release notes

---------

Co-authored-by: yaojiping <yaojiping@infini.ltd>
2024-12-26 12:52:38 +08:00
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 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
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
liaosy 4218d42cde
docs: update console architecture (#42)
Co-authored-by: liaosy <liaosy@infinilabs.com>
2024-12-16 18:01:04 +08:00
hardy ec253f9e3d
chore: add web and common ui 2024-12-02 14:21:21 +08:00