parseable
parseable copied to clipboard
Parseable is an observability platform built for the modern - cloud native, AI era.
Hey all! Thanks for all the great work on parseable. Iām trying to use it. The UI lacks a few features which are limiting the utility for me. 1. It...
When doing a retention cleanup the fields added automatically should be removed if no existing events is using them. Or at least add an API endpoint to remove a field...
Use [utoipa](https://crates.io/crates/utoipa) to automatically generate OpenAPI docs for the REST endpoints
Audit logging is a core requirement for enterprise software. We need to add a feature to ensure a Parseable server (in any mode - local, s3, standalone, distributed) sends out...
There may be situations where the size of logs cannot be predicted. For example, if a bug causes an abnormal amount of logs to be generated, it could fill up...
It is also easier than ever to do. You can even do it fully-automated via Github Actions, Github OIDC and [Sigstore "keyless" signing](https://docs.sigstore.dev/signing/overview/).
Fixes #824 and Failing builds on windows ### Description For #824, the file path being passed to PartitionedFile struct is being modified if the storage_mode is drive (for s3-store, and...
Fixes #370 ### Description Adds support for dynamic queries by periodically re-fetching the query given. Associates each dynamic query with a UUID. Uses a static ref map to associate the...