Eduardo Silva Pereira
Eduardo Silva Pereira
need a basic JSON example similar to hello world that uses just one callback, compose a JSON buffer and send it back to the client.
Coverity scan, static analysis tool reported the following potential issue 
The following PR introduces two new configuration properties allowing optional formatting to CSV: - `format`: defines the data format, it supports `json` and `csv`. Default is `json`. - `csv_column_names`: when...
We are long-time Gitbook users at docs.fluentd.org and docs.fluentbit.io. While at the beginning the experience was smooth to work in local mode or offline, now it is no longer possible....
For cases where JSON encoding is needed, if SIMD is available, this brings 30%-50% performance improvement. __PostgreSQL SIMD__ The _header file_ with SIMD functionality has been taken from the PostgreSQL...
Isn't confusing having a plugin name called `es` ?, this comes from the time where Fluent Bit was mostly used from the command line to just abbreviate the name. This...
**DRAFT PR** Introduces a v2 APi for the Lua functions that allows the handling of Log metadata, e.g: ```yaml pipeline: inputs: - name: dummy processors: logs: - name: lua api:...
This PR makes possible to choose manually the desired Event loop mechanism, otherwise the system does an automatic lookup. The new CMake options available are: | CMake option | Description...
Prior to this change, the Lua filter in Fluent Bit supported processing of individual log records with a function signature that allowed modifying the timestamp and the record only: ```lua...
fixes: https://github.com/fluent/fluent-bit/issues/10458 In addition, other fixes are part of this PR for async DNS resolution (remove stale fd from the event loop), extra validation of socket status for a synchronous...