Tudor Golubenco
Tudor Golubenco
I think that on the [loadbalacing](https://www.elastic.co/guide/en/beats/filebeat/7.1/load-balancing.html) page, or where the `loadbalance` option is mentioned we should warn about the following: If one of the Logstash workers is slow (as opposed...
A simple test that calls `*beat -version` and checks that we have the expected version would be helpful.
For some of the Beats, namely topbeat and filebeat, linux on ARM would be easy to support, because they have been reported to work already. So what's missing is some...
**Describe the bug** The transaction API requires the table name as const, but in a situation like this you get an error: ```ts const records = await xata.db.test.getAll(); const toDelete...
We show how to build the extension using the Postgres from the development environment, but the next step is installing the resulting extension, or building it for the target production...