Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auditbeat] System module - Backlog #9344

Closed
11 tasks
cwurm opened this issue Dec 3, 2018 · 2 comments
Closed
11 tasks

[Auditbeat] System module - Backlog #9344

cwurm opened this issue Dec 3, 2018 · 2 comments

Comments

@cwurm
Copy link
Contributor

cwurm commented Dec 3, 2018

Backlog for the Auditbeat system module.

General

  • Unify top-level process object across process, socket, and login metricsets
  • Should Cache be thread safe (can Fetch() ever be called concurrently?)?
  • Add more unit tests, tighten system tests (check every document, check for presence of top-level error object, maybe wait longer for more documents)
  • Make data collection more resilient everywhere (do not fail on every error, collect errors in Error field for every object, log and send to ES)

1. Login

2. Package

  • Tests with sample files (/var/lib/dpkg/status and /usr/local/Cellar)

3. Process

  • Implement using the Linux Audit Framework (system calls exec/execve) by default instead of reading /proc (requires modifying go-libaudit to allow multiple clients/subscribers)

4. Socket

  • Evaluate and possibly implement using the Linux Audit Framework (system calls connect/bind) by default instead of using netlink (requires modifying go-libaudit to allow multiple clients/subscribers)
  • Enrichment by RPC service ([Metricbeat][Auditbeat] RPC enrichment for sockets #8837)

5. User

  • Tests with sample /etc/passwd, /etc/shadow, and /etc/group files
@elasticmachine
Copy link
Collaborator

Pinging @elastic/secops

@botelastic
Copy link

botelastic bot commented Jul 8, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added the Stalled label Jul 8, 2020
@botelastic botelastic bot closed this as completed Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants