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

parseable right now does not support building with more advanced optimization techniques like [PGO](https://en.wikipedia.org/wiki/Profile-guided_optimization) and [BOLT](https://github.com/llvm/llvm-project/tree/main/bolt). This tooling has an increasing adoption in the community as a tool to additionally...

enhancement
help needed

Hi, I'm trying to run Parseable on my GCP cloud, but I am not able to connect with my GCS bucket. Getting the following error - This is my `env`...

triage

We can replace the docker quickstart command with the following - ``` docker run -p 8000:8000 \ -p 8001:8001 \ -p 8002:8002 \ -v /tmp/parseable/data:/parseable/data \ -v /tmp/parseable/staging:/parseable/staging \ -e...

Fixes #824 (Temporarily) ### Description PR suggests a temporary fix for issue #824. The issue might lie in the way an internal dependency is parsing the path for a given...

Current Behaviour - In Distributed deployment, stream creation is allowed only from querier node. At the time of ingestion, ingestors check if stream is created in storage, if yes, syncs...

server

Hi there, with #769 the Arrow Flight Protocol was implemented and is published with release 1.2. But I cannot find any (minimum) documentation how to connect to the new Arrow...

documentation
server

Stacktrace: [2024-06-14T14:59:28Z ERROR actix_http::h1::dispatcher] stream error: request parse error: invalid Header provided [2024-06-16T06:31:51Z ERROR actix_http::h1::dispatcher] stream error: request parse error: invalid Header provided [2024-06-17T01:03:27Z ERROR actix_http::h1::dispatcher] stream error: request parse...

server
stability

I'm running parseable on windows machine, I'm able to ingest the logs, but when querying through ui, i'm getting below error. ``` http://localhost:8000/api/v1/query ``` ``` Execution Error: Query Execution failed...

bug
good first issue
help needed