You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data would be read from /proc/<pid>/status. go-sysinfo supports fetching this data (source), but the returned strings are not in the exact format expected by ECS.
Describe a specific use case for the enhancement or feature:
A user might want to enrich auditd execve events with Linux capability info.
The text was updated successfully, but these errors were encountered:
Describe the enhancement:
The
add_process_metadata
processor should be able to report the Linux capabilities associated with a process. ECS has these two new fields in 8.10.0.process.thread.capabilities.effective
process.thread.capabilities.permitted
The data would be read from
/proc/<pid>/status
. go-sysinfo supports fetching this data (source), but the returned strings are not in the exact format expected by ECS.Describe a specific use case for the enhancement or feature:
A user might want to enrich
auditd
execve events with Linux capability info.The text was updated successfully, but these errors were encountered: