Skip to content

Commit 86cbe7e

Browse files
esmerelcnorris-cs
andauthored
Apply suggestions from code review
Co-authored-by: Craig Norris <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent c51f35f commit 86cbe7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/inputs/ebpf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
This plugin is experimental and might be unstable. Use it in development or testing environments only. Its features and behavior are subject to change.
55
{% endhint %}
66

7-
The `in_ebpf` input plugin is an experimental plugin for Fluent Bit that uses eBPF (extended Berkeley Packet Filter) to capture low-level system events. This plugin lets Fluent Bit monitor kernel-level activities such as process executions, file accesses, memory allocations, network connections, and signal handling. It provides valuable insights into system behavior for debugging, monitoring, and security analysis.
7+
The `in_ebpf` input plugin uses eBPF (extended Berkeley Packet Filter) to capture low-level system events. This plugin lets Fluent Bit monitor kernel-level activities such as process executions, file accesses, memory allocations, network connections, and signal handling. It provides valuable insights into system behavior for debugging, monitoring, and security analysis.
88

99
The `in_ebpf` plugin leverages eBPF to trace kernel events in real-time. By specifying trace points, users can collect targeted system-level metrics and events, giving visibility into operating system interactions and performance characteristics.
1010

1111
## System dependencies
1212

1313
To enable `in_ebpf`, ensure the following dependencies are installed on your system:
1414

15-
- **Kernel version**: 4.18 or higher with eBPF support enabled.
15+
- **Kernel version**: 4.18 or greater, with eBPF support enabled.
1616
- **Required packages**:
1717
- `bpftool`: Used to manage and debug eBPF programs.
1818
- `libbpf-dev`: Provides the `libbpf` library for loading and interacting with eBPF programs.

0 commit comments

Comments
 (0)