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 90 parseable issues
Sort by recently updated
recently updated
newest added

We need a stats api to report the storage ingested and storage used on object storage, per log stream.

enhancement

We need to add a mechanism that allows users to specify which fields on incoming log stream they don't want to store.

enhancement

### Description Alerts are stored on metadata map which is behind and rwlock. This is fine but having to hold writer lock for alert check is not ideal. This PR...

### Description For compatibility with glibc, some options that were attempted, but didn't work out were: ``` # apk add gcompat # apk add libc6-compat ``` They both resulted in...

Parseable website has docs on how to directly send logs from Go, Python, Java, JS etc. Ref: https://www.parseable.io/docs/log-ingestion/applications/go We need to add docs on how to directly sends logs from...

documentation
good first issue
hacktoberfest

Current approach is too confusing to add new fields or top level commands. We need to simplify the flow here.

[vergen]( https://crates.io/crates/vergen) crate sets environment variable `VERGEN_GIT_SEMVER` at build time which looks like this `5.0.0-2-gf49246c`. Banner should show this version and possibly some other information if Parseable is ran from...

enhancement
good first issue
hacktoberfest
devsprint

We need to add support for multi-arch images https://docs.docker.com/desktop/extensions-sdk/extensions/multi-arch/

good first issue
hacktoberfest
devsprint

When running Parseable in development mode via `cargo run` it takes quite a while compared to `cargo build`. On my machine it takes 4-5 min for cargo run to complete...

bug
help wanted
devsprint