https://github.com/stackrox/collector
Runtime data collection for the StackRox Kubernetes Security Platform using eBPF
https://github.com/stackrox/collector
Last synced: 10 months ago
JSON representation
Runtime data collection for the StackRox Kubernetes Security Platform using eBPF
- Host: GitHub
- URL: https://github.com/stackrox/collector
- Owner: stackrox
- License: apache-2.0
- Created: 2018-08-11T00:35:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T13:58:25.000Z (about 1 year ago)
- Last Synced: 2024-12-06T19:15:57.561Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 93.8 MB
- Stars: 52
- Watchers: 8
- Forks: 24
- Open Issues: 86
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Stackrox Collector




Welcome to the Stackrox Collector project documentation. Here you can learn
more about idea behind the project, how to start guidelines, design overview
and detailed references.
Collector is a component of Stackrox responsible for gathering runtime data. In
a few words it is an agent that runs on every node under strict performance
limitations and gathers the data via kernel modules or eBPF probes (the default
collection mode nowadays). To implement eBPF probes and collect data, the
project leverages the Falco libraries via a custom
[fork](https://github.com/stackrox/falcosecurity-libs).
## Useful links
Here are few links to get more details:
1. [How to start](docs/how-to-start.md): If you want to contribute to the
project, this is the best place to start. This section covers building and
troubleshooting the project from scratch.
2. [Design overview](docs/design-overview.md): When your goal is to better
understand how Collector works, and it's place in the grand scheme of
things, you may want to look here.
3. [Troubleshooting](docs/troubleshooting.md): For common startup errors,
ways of identifying and fixing them.
4. [Release Process](docs/release.md): Having troubles with the release? Here
we have a few tips for you.
5. [References](docs/references.md): Contains a comprehensive list of
configuration options for the project.