Eduardo Silva Pereira

Results 56 issues of 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 ![image](https://github.com/user-attachments/assets/eb71db0a-8957-4a2d-abf0-7670944eaca4)

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...

enhancement
docs-required

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....

enhancement
feature-request

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...

docs-required

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:...

docs-required

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...

Stale
docs-required
ok-package-test

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...

docs-required

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...

docs-required