parseable
parseable copied to clipboard
Parseable is an observability platform built for the modern - cloud native, AI era.
Currently, parseable configs are extracted from env variables, this could become simpler if configs can be extracted from a TOML file.
We need to delete all the stuff a user created or stuff related to a stream when the user or stream is deleted. For example: - Dashboards - Saved filters...
1. Integration Tests: - [ ] Add tests using test containers to simulate Kafka. 2. Documentation: - [ ] Getting started with kafka ingestor on parseable - [ ] System...
> Similar issues are also seen in the case of running tests in #1047 => [ref](https://github.com/parseablehq/parseable/actions/runs/13063219327/job/36489367801#step:10:840) > > _Originally posted by @de-sh in [#1152](https://github.com/parseablehq/parseable/issues/1152#issuecomment-2628033806)_
`/about` output: v1.6, distributed mode Description: Ingestion API returns 200, but events aren't in s3. Logs show retries reaching limit(5): ``` 2024-11-18T18:13:43Z WARN parseable::sync] failed to sync local data with...
This PR introduces distributed, scalable querying in a stateless manner. The idea is that query nodes should be able to scale up and down like ingestor nodes. The only difference...