What's Changed
- feat: add median support for aggregation by @hengfeiyang in #4088
- feat: remove sql_mode, query_context and aggs from search API by @hengfeiyang in #4089
- fix: Reduced vertical spacing between and in the folders of the dashboard by @nikhilsaikethe in #4039
- fix: #3975 fixed incorrect logs count showing on query search at first by @nikhilsaikethe in #4040
- fix: #3630 solved cmd + enter issue by @nikhilsaikethe in #4023
- fix: no preview message for SQL mode by @nikhilsaikethe in #4070
- fix: logs page histogram resize issue while toggle from visualize to logs by @ktx-abhay in #4095
- fix: multi stream search panic by @hengfeiyang in #4101
- fix: use config timestamp and error message improve by @haohuaijin in #4104
- chore: Bump Node.js to v18.20.4 by @gaby in #4107
- chore: Bump PR debian image by @gaby in #4108
- feat: add some logs for alert by @hengfeiyang in #4109
- Logs page histogram partition by @bjp232004 in #4102
- fix: histogram will be updated when run query button will be pressed … by @bjp232004 in #4112
- fix: add req_node_group back to node selection in search by @taimingl in #4113
- fix: allow IPv6 addresses in RUM headers by @uddhavdave in #4111
- chore: upgrade vrl version by @oasisk in #4105
- fix: default timestamp column on logs page by @bjp232004 in #3860
- test: testcases for visualization functionality by @ktx-akshay in #4061
- feat: optimize sql to plan execution by @hengfeiyang in #4100
- fix: #4003 batch deletion feature introduced by @nikhilsaikethe in #4071
- fix: pagination part fix by @nikhilsaikethe in #4096
- fix: parse index error when using field is null by @hengfeiyang in #4118
- chore(deps): bump EmbarkStudios/cargo-deny-action from 1.6.3 to 2.0.1 by @dependabot in #4119
- chore: modify roadmap and cost by @prabhatsharma in #4121
- fix: add check to avoid root user role change by @uddhavdave in #4120
- fix: rum token invalid when user update by @hengfeiyang in #4122
- fix: restricting users to use select all (*) while creating alerts in SQL mode by @nikhilsaikethe in #4083
- fix: reduced default settings of total number of events per page by @bjp232004 in #4041
- fix: rum token deadlock by @hengfeiyang in #4131
- fix: #4114 error message when entering incorrect old password by @nikhilsaikethe in #4132
- fix: value api for number values by @hengfeiyang in #4134
- fix: search pagination error by @hengfeiyang in #4135
- fix: should exit when backend init failed by @hengfeiyang in #4138
- fix: top-level parenthesized sub-expressions by @shashitnak in #4093
- fix: some small issues of alert by @hengfeiyang in #4140
- fix: do not allow
*
in first column of alert and report cron expression and introduce vrl in alerts by @Subhra264 in #4126 - fix: #4098 loading icon stops when error in values api by @nikhilsaikethe in #4128
- chore: add debug logs for router by @hengfeiyang in #4143
- fix: duplicate call on page refresh by @bjp232004 in #4139
- fix: #4142 Histogram chart display in saved view by @nikhilsaikethe in #4145
- fix: issue#4144 corrected type by @bjp232004 in #4146
- feat: Logs Traces correlation by @omkarK06 in #3705
- fix: added back interesting field icon and eye icon on _timestamp column by @bjp232004 in #4150
- feat: return multiple partition when the query have _timestamp by @hengfeiyang in #4152
- fix: use next cron timestamp after silence period by @Subhra264 in #4154
- fix: plan error in some case by @hengfeiyang in #4156
- fix: use user defined schema for dashboard fieldList by @ktx-abhay in #4153
- fix: request timeout after an error happened by @hengfeiyang in #4148
- fix: #4124 fixed when histogram toggled the results will be displayed by @nikhilsaikethe in #4161
- perf: breakdown timechart performance improvement by @ktx-abhay in #4116
- feat: threshold line for dashboard chart by @ktx-abhay in #4087
- fix: use alert data period for trigger report start time and end time, also report partial send notification error by @Subhra264 in #4164
- fix: stream name wrapped in quotation as stream name contains hyphen … by @bjp232004 in #4165
- feat: derived stream by @taimingl in #4160
- fix: ingestion time of enrichement table by @hengfeiyang in #4172
- fix: enrichment table ingestion should be always append mode by @hengfeiyang in #4175
- fix: updated cached enrichment table by @oasisk in #4176
- fix: for enrichment table use orginal timestamp by @oasisk in #4177
- fix: extrace field in case when by @haohuaijin in #4178
- feat: upgrade to datafusion 41 by @hengfeiyang in #4180
- fix: convert
[:?#\s'"&%]
characters into_
while saving alert/report/destination/template names by @Subhra264 in #4103 - fix: disabled View Trace btn in logs if traces menu is disabled by @omkarK06 in #4181
- fix: Resource name validation by @omkarK06 in #4184
- fix: updated english language flag by @omkarK06 in #4185
- fix: include alert vrl function in the alert url by @Subhra264 in #4186
- fix: aggregate query check fixes by @oasisk in #4189
- fix: cache aggregate calculate by @hengfeiyang in #4192
- fix: logs page datepicker issue fix for restricted time range by @bjp232004 in #4195
- fix: Improved period (time range) functionality in pipelines derived stream by @omkarK06 in #4191
- fix:result cache start time fix for histogram by @oasisk in #4196
New Contributors
- @uddhavdave made their first contribution in #4111
- @ktx-akshay made their first contribution in #4061
- @shashitnak made their first contribution in #4093
Full Changelog: v0.10.9-rc3...v0.10.9-rc4