Takahiro Yamashita
Takahiro Yamashita
This patch is to add an example in yaml for in_thermal.
This patch is to add an example in yaml for in_tcp.
This patch is to add an example in yaml for in_syslog.
This patch is to add test code for in_node_exporter_metrics and pseudo procfs and sysfs files. ---- Enter `[N/A]` in the box, if an item is not applicable to your change....
This patch is to 1. Remove some flb_errno. We should use flb_errno for syscall error. 2. Release key to prevent leak. 3. Fix mk_list handling. Always initialize mk_list. 4. Set...
`off` of out_es is not updated from v2.1.0 and it will log `[debug] [out_es] converted_size is 0`. e.g. https://github.com/fluent/fluent-bit/issues/7942 This patch is to update off. `off` is updated by `msgpack_unpack_next`...
This patch is to add a common API to grep. Currently filter_grep and filter_log_to_metrics implement grep individually. This patch adds src/flb_grep.c and filter_grep/filter_log_to_metrics use the API. ---- Enter `[N/A]` in...
This patch is to fix warnings. Note: in_podman_metrics test failed on a system using cgroup v2. It doesn't relate this patch. ---- Enter `[N/A]` in the box, if an item...
### Describe the bug I tested in_exec using [latest master](https://github.com/fluent/fluentd/tree/a60603346483da721799ccb3faebcbdd757c5f16) Refer to document, `` and `` are not required. However below configuration causes error since `keys` of `` is missing....
Bin type and Str type of msgpack represent string. This function is to get a pointer of string in unified manner. ---- Enter `[N/A]` in the box, if an item...