Does Linux universal forwarder use kernel hook technology? Such as eBPF?
The forwarder version is 8.2.1.
Hi @xiyangyang
No, the Linux UF does not use kernel hook technology like eBPF to monitor or collect data. It relies on reading log files, monitoring system logs, and other user-space data sources.
The Universal Forwarder primarily operates by:
Splunk does use eBPF in other product, but not in the UF. For more on eBPF see https://www.splunk.com/en_us/blog/learn/what-is-ebpf.html and for info on how its used in Splunk Infrastructure Monitoring (part of o11y suite) see https://www.splunk.com/en_us/products/infrastructure-monitoring-features.html
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
And what is the problem you're trying to solve?
Hi @xiyangyang
No, the Linux UF does not use kernel hook technology like eBPF to monitor or collect data. It relies on reading log files, monitoring system logs, and other user-space data sources.
The Universal Forwarder primarily operates by:
Splunk does use eBPF in other product, but not in the UF. For more on eBPF see https://www.splunk.com/en_us/blog/learn/what-is-ebpf.html and for info on how its used in Splunk Infrastructure Monitoring (part of o11y suite) see https://www.splunk.com/en_us/products/infrastructure-monitoring-features.html
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
I cannot find confirmation now, but if I recall right linux is using inotify to get information in new events on log files with splunk?