Hengfei Yang
e0a1ef7a26
fix: keeping optimize search ( #2321 )
2024-01-03 09:45:47 +08:00
ktx-abhay
d8519a3856
feat: decimal points for table chart ( #2349 )
...
- decimal points for table chart.
- for pie chart, use decimal point in percentage label.
2024-01-02 17:49:02 +05:30
Bhargav
0cd29e1c3f
fix: no of records out of message changes ( #2357 )
2024-01-02 17:26:52 +05:30
ktx-vaidehi
5f0984d36d
fix: dynamic variables for add and maximize panel ( #2356 )
...
- #2355
2024-01-02 16:53:44 +05:30
Bhargav
ebcfa2a978
fix: size set to zero for histogram request ( #2351 )
2024-01-02 16:21:37 +05:30
Omkar Kesarkhane
81e5db33c8
fix: fixed traces and alerts UI issues ( #2350 )
2024-01-02 15:18:04 +05:30
Bhargav
fbe83dd25e
fix: split histogram query on logs page ( #2348 )
2024-01-02 13:24:37 +05:30
Ashish Kolhe
726f997670
fix: build failure fixes ( #2343 )
2024-01-01 21:15:06 +05:30
ktx-kirtan
c202bd6f2c
feat: dashboard view page enhancements ( #2328 )
...
- Adjust paddings
- Sticky header
- Fullscreen option on view page
- Adjust view dashboard icons
- Remove identifier column from dashboard list page and trim dashboard
list description
- Shows panel description on icon hover with new lines
- Format exported dashboard json file
---------
Co-authored-by: ktx-vaidehi <vaidehi.akhani@kiara.tech>
Co-authored-by: ktx-abhay <abhay.padamani@kiara.tech>
2024-01-01 18:55:10 +05:30
ktx-vaidehi
94ca726e55
fix: dynamic filters ( #2323 )
...
- Use dynamic filters as a checkbox compared to part of variables
- In the Dashboard's general settings, will get an option to show
dynamic filters apart from set variables
---------
Co-authored-by: Kirtan Thakkar <kirtan@kiara.tech>
Co-authored-by: ktx-abhay <abhay.padamani@kiara.tech>
2024-01-01 17:35:43 +05:30
ktx-abhay
ca83d6ddc2
feat: decimal point option in config panel ( #2327 )
...
![image](https://github.com/openobserve/openobserve/assets/141122205/379213fc-70ac-4348-8ccd-ffa3f8f21946 )
- configure decimal point using config panel.
- default value will be 2.
- #2178
2024-01-01 13:25:01 +05:30
ktx-abhay
ac8062362c
fix: run query button not working in metrics page ( #2325 )
...
- Run query button not working in metrics page
2023-12-29 12:59:59 +05:30
Juan Calderon-Perez
66968e8265
refactor: API Integration Tests workflow ( #2324 )
...
- Simplify the API integration tests by removing steps not needed (Node,
k8s, building docker, etc).
- Testing the UI, linting, formatting, etc should be done in a separate
workflow file
- Simplify Rust cache workflow.
- By default it caches /target
- Removed Dockerfile and k8s deployment from CI.
- You can just run `OpenObserve` in the background
- Replace `ubicloud-standard-16` with `ubuntu-latest` which is *FREE*.
- Using 16 cores, 64GB of ram is an overkill for running tests.
- Don't run the CI if changes to `.md` files are detected.
Notes:
- Before caching building `OpenObserve` takes around 5-7 mins, after
cache it goes down to 1-2 mins.
2023-12-29 07:39:09 +01:00
Hengfei Yang
a4bae1a584
feat: Implement memtable + wal ( #2261 )
2023-12-28 07:40:22 +08:00
Ankur Srivastava
2c319d9c6f
feat: integrate API integration testing using pytest ( #2250 )
...
Co-authored-by: neha00290 <neha@openobserve.ai>
2023-12-27 16:59:41 +01:00
Ashish Kolhe
ed99055b48
fix: organisation check for jwt auth flow ( #2320 )
2023-12-27 18:39:16 +05:30
ktx-vaidehi
39de71f0bb
fix: dashboard test ids for panel popup ( #2319 )
2023-12-27 15:50:15 +05:30
ktx-vaidehi
69147c163b
fix: dashboard e2e testcases ( #2318 )
2023-12-27 14:26:27 +05:30
ktx-vaidehi
67442d11bc
feat: delete popup for panel ( #2317 )
2023-12-26 21:45:14 +05:30
ktx-vaidehi
464299424d
feat: dashboard panel description ( #2316 )
...
- #2293
2023-12-26 20:00:45 +05:30
Ashish Kolhe
d59b89f14b
fix: vrl functions on query ( #2315 )
2023-12-26 18:42:56 +05:30
ktx-abhay
4005ef15c4
fix: logs chart decimal point issue in yaxis and show grid lines ( #2314 )
...
- fix: logs chart decimal point issue in yaxis
![image](https://github.com/openobserve/openobserve/assets/141122205/0b8bad5f-b5ea-444f-80c8-8a50dc60cb47 )
- add: showing split line in charts.
![image](https://github.com/openobserve/openobserve/assets/141122205/bcd304c5-6564-4cc5-93f8-1502de084837 )
2023-12-26 16:47:04 +05:30
Prabhat Sharma
d9065d68e3
fix: add human friendly geoip URL ( #2309 )
2023-12-26 17:33:43 +08:00
ktx-vaidehi
d6fb9c2a95
fix: test ids for e2e test cases for dashboard folders ( #2312 )
2023-12-26 13:19:41 +05:30
Ashish Kolhe
197637bef8
feat: maxmind asn db as vrl enrichment table ( #2308 )
...
- [x] download maxmind asn db for 02 use
- [x] add maxmind asn db as enrichment table for vrl
- [x] fix search issue when no vrl query is present
2023-12-25 22:35:25 +05:30
Ashish Kolhe
ad52d80a1e
fix: vrl function for query execution ( #2306 )
...
vrl functions during query make query execution very slow, which makes
function unusable, the PR aims to fix this by:
- [x] applying functions on query results rather than complete data set
and then applying query filters
This will result in values for derived field values not being returned
for _values api
2023-12-25 16:34:54 +05:30
Hengfei Yang
c17ddab3db
feat: add API for alert preview ( #2303 )
2023-12-24 23:10:26 +08:00
Prabhat Sharma
70f930f71b
docs: Add new screenshots ( #2304 )
...
Add new screenshots
2023-12-24 05:36:16 -08:00
小埋酱
487815ed58
fix: Fixed the problem that the front-end menu "Function" has an unnecessary string "1" ( #2302 )
2023-12-24 18:25:36 +08:00
Juan Calderon-Perez
d475fc3cd1
chore: Bump Debian to 12 (Bookworm) ( #2299 )
2023-12-24 16:21:00 +08:00
Hengfei Yang
10bfe2c867
ci: update rust version ( #2301 )
2023-12-24 14:23:46 +08:00
Juan Calderon-Perez
dfb352d97a
fix: Typo in recommended ingestion page ( #2297 )
2023-12-24 10:34:02 +08:00
Ashish Kolhe
3cc141d778
fix: user api checks ( #2294 )
...
- [x] Check role during User Creation
- [x] Added checks during User Deletion/removal from org
2023-12-23 22:48:59 +05:30
Juan Calderon-Perez
029b2420b5
refactor: Complete refactoring of the README file ( #2280 )
...
- Complete refactoring of the main `README.md` file.
- Added quick-start section with docker and compose examples
- Fixes typos and syntax issues
- Added intro section
- Full preview can be seen here:
https://github.com/gaby/openobserve/tree/readme-fixes
Preview:
![image](https://github.com/openobserve/openobserve/assets/835733/c6bd455d-1f83-48ff-8648-eaefc7eac418 )
![image](https://github.com/openobserve/openobserve/assets/835733/4c167244-3bd3-4550-a6dc-7cf947bfd231 )
---------
Co-authored-by: Prabhat Sharma <hi.prabhat@gmail.com>
2023-12-22 16:20:28 -08:00
Juan Calderon-Perez
0555c2f50f
chore: Bump Node.js to v18.19.0 ( #2278 )
2023-12-22 23:33:09 +08:00
Bhargav
b5e0daba48
fix: replaced function icon ( #2290 )
2023-12-22 20:04:55 +05:30
ktx-abhay
9f1f3aaa92
fix: logs chart y-axis overlapping issue in logs page ( #2291 )
...
![image](https://github.com/openobserve/openobserve/assets/141122205/4334dbbb-5732-45ca-9997-552eb8a61209 )
2023-12-22 19:13:01 +05:30
ktx-abhay
bbc3e44feb
fix: reverse order issue for h bar ( #2286 )
...
- #2179
2023-12-22 18:29:04 +05:30
Ashish Kolhe
582f728b4b
fix: parse ldap dn changes ( #2283 )
2023-12-22 18:05:17 +05:30
Bhargav
844c693e70
fix: logs page ui and login issue for cloud ( #2287 )
2023-12-22 16:51:00 +05:30
ktx-vaidehi
9e4fe3aa21
fix: metric stream drop-down for dark mode ( #2285 )
...
![image](https://github.com/openobserve/openobserve/assets/134508096/cbc3129c-dd05-4655-97b7-e25c0a1b33db )
2023-12-22 15:51:18 +05:30
Omkar Kesarkhane
ce40182e57
fix: Alerts and Traces UI issues ( #2281 )
...
fix : #2274 #2203 #2208 #2209 #2206 #2218 #2235
2023-12-22 13:13:17 +05:30
Juan Calderon-Perez
cabee9c560
chore: Bump buildx to v0.12.0 ( #2279 )
2023-12-22 13:45:06 +08:00
Ashish Kolhe
122d5d52c4
feat: dex integration ( #2277 )
2023-12-22 09:05:46 +05:30
Omkar Kesarkhane
e117df78f5
feat: Expandable Spans in Trace details ( #2275 )
...
#2037
2023-12-21 19:02:39 +05:30
Bhargav
c3663c5563
fix: environment variable added for route guard ( #2272 )
2023-12-21 18:19:20 +05:30
Ankur Srivastava
01ba091210
feat: control redirection of a user to ingestions ( #2273 )
...
Control redirection of a user to ingestions page in case no data This is
an extension to #2173 , just that user can now control this behavior.
```
ZO_RESTRICTED_ROUTES_ON_EMPTY_DATA=false cargo run
curl -s -u user:pass -k http://localhost:5080/config | jq .restricted_routes_on_empty_data
```
2023-12-21 12:32:34 +01:00
ktx-abhay
709e70a979
feat: share dashboard functionality ( #2267 )
...
- #1390
2023-12-21 13:36:34 +05:30
ktx-abhay
9dcd2fb178
fix: maximize panel pass same time whether relative or absolute ( #2266 )
...
- use currently selected same time in maximize panel.
- #2260
2023-12-21 12:00:43 +05:30
Prabhat Sharma
0ef9f75543
docs: add header for grpc ( #2265 )
...
Add header for grpc ingestion
2023-12-20 15:24:24 -08:00