eBPF
Last updated
Was this helpful?
Was this helpful?
git clone https://github.com/fluent/fluent-bit.git
cd fluent-bitmkdir build
cd build
cmake .. -DFLB_IN_EBPF=Onmake# For YAML configuration.
sudo fluent-bit --config fluent-bit.yaml
# For classic configuration.
sudo fluent-bit --config fluent-bit.confpipeline:
inputs:
- name: ebpf
trace:
- trace_signal
- trace_malloc
- trace_bind[INPUT]
Name ebpf
Trace trace_signal
Trace trace_malloc
Trace trace_bind