parseable icon indicating copy to clipboard operation
parseable copied to clipboard

Parseable is an observability platform built for the modern - cloud native, AI era.

Results 116 parseable issues
Sort by recently updated
recently updated
newest added

Fixes #1458. ### Description This PR has: - [ ] been tested to ensure log ingestion and log query works. - [ ] added comments explaining the "why" and the...

This seems similar to [this ](https://github.com/parseablehq/parseable/issues/1433)issue. The error message: Error: template: parseable/templates/logstream-job.yaml:51:37: executing "parseable/templates/logstream-job.yaml" at : can't evaluate field keys in type interface {} The YAML: ``` logstream: - name:...

bug

Add `previous_alert_state` and `previous_alert_duration`. If not present at runtime, will get created using historical values Fixes #XXXX. ### Description This PR has: - [ ] been tested to ensure log...

Fixes #1157 ### Description **Goal**: allow configuring Parseable via a TOML file so users don’t juggle dozens of P_* env vars. **Approach**: load a config file before Clap runs, hydrate...

Fixes #452 ### Description Blocking I/O moved to the tokio spawn_blocking so it would not block the worker thread and move away the mem write from write path To improve...

take cpu and memory utilisation for 2 min rolling window before decide to reject the request ## Summary by CodeRabbit # Release Notes * **New Features** * Automatic hourly memory...

## Summary by CodeRabbit * **Performance & Optimization** * Improved memory management across query paths with batched response processing and explicit memory-release steps for more stable large-response handling * Added...

feature request: add ingress options in the helm chart

Fixes #XXXX. ### Description This PR has: - [ ] been tested to ensure log ingestion and log query works. - [ ] added comments explaining the "why" and the...

`/about` output: ```json {"version":"v2.3.3","uiVersion":"v2.3.2","commit":"45b06f8","deploymentId":"01K1VQC9BW89NXYNBH918Q8MWT","updateAvailable":false,"latestVersion":null,"llmActive":false,"llmProvider":null,"oidcActive":true,"license":"AGPL-3.0-only","mode":"Distributed (Query)","staging":"/parseable/staging","hotTier":"Enabled, Path: /parseable/hot-tier","grpcPort":8001,"store":{"type":"S3 bucket","path":"sorry-not-here"},"analytics":{"clarityTag":null}} ``` Description: I suspect I've made a mistake with my OIDC config, but it's really hard to debug because I'm pretty sure...

bug