parseable
parseable copied to clipboard
Parseable is an observability platform built for the modern - cloud native, AI era.
what i really miss with this software are a way to create dynamic group, I know the X-P-Stream header use to it, but looking from a Kubernetes opratore eyes its...
Will parseable work if I have multiple instances of the parseable application running independently and ingesting log data, each backed by the same S3 bucket or will I run into...
It is currently not possible to use the `extract` function because the syntax of it confuses Parseable. Can be easily reproduced by running the query below in the demo environment....
- Let's say Parseable does anomaly detection. - let's scope it under stream So from the UI(console) the user can set up different parameters to watch out for anomaly eg:...
I've been stress-testing and experimenting with Parseable, _locally_ on my machine. I've the following setup: ``` version: '3.8' services: parseable: image: parseable/parseable:latest command: parseable local-store ports: - "8000:8000" env_file: -...
I tested Parseable and sent full http error object to stream. It led to create many fields in the stream, and after that I can't fetch data from this stream....
- [ ] Defer the `memtable.push` flow outside of the write path. For example make the memtable push async / use a separate thread. - [ ] The `disk.push` should...
Although not fully pinpointed there are few indications is that blocking writes to disk is causing lesser performance that could otherwise be achieved in similar test scenarios. Primarily StreamWriter is...
It should be possible to specify SLA / SLO in alert config and Parseable should generate alerts as and when this is about to be breached.
It should be possible to specify queries in alert config and parseable should generate alerts as the query evaluates to a given value.