parseable
parseable copied to clipboard
Open Source ElasticSearch Alternative. Parseable helps you search and get insights from your logs in the most simple way possible.
I conducted queries at 1-minute intervals across various time zones and discovered that incorrect data is occasionally returned. This issue was also found in the 'backend' stream of your provided...
We should allow for an arrow response in a streaming fashion when a query is run. This will make time to first byte much faster and also allow integration with...
This query: ```sql SELECT COUNT(*) as successful_logins, DATE_BIN('15 minutes', p_timestamp) as time FROM backend GROUP BY time ``` Gives me the following error message: ``` Query execution failed due to...
Hey guys, Just wanna say that you are on the right track! I had Idea similar to yours - to store logs on S3 and then query them and I've...
Hi Parseable Team, I'm evaluating Parseable in cooperation with Redpanda. And I'm following the demo setup on: https://www.parseable.com/docs/integrations/redpanda Everything is up and running until I add to the topic: https://www.parseable.com/docs/integrations/redpanda#send-data-to-redpanda-topic...
For more context, as we progress on https://github.com/parseablehq/parseable/pull/656 we need to add testing of ingestors and querier modes per PR.
Update the architecture to use tokio tasks instead of threads [Tokio Docs](https://docs.rs/tokio/latest/tokio/task/index.html) Edit: add documentation link
query ``` SELECT array_to_string('tags') FROM stream LIMIT 10; ``` Error in parseable server ``` parseable-server-d475ccd9b-bkxz4 server-server thread 'actix-rt|system:0|arbiter:1' panicked at /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/datafusion-physical-expr-32.0.0/src/array_expressions.rs:1506:54: parseable-server-d475ccd9b-bkxz4 server-server index out of bounds: the len is...
I use AWS EKS and for staging and data folder I use EFS mount for it, and I have fight with a issue about wrong configuration. in the documentation its...