sysflow-telemetry / sysflow

SysFlow documentation and issues tracker
Other
44 stars 10 forks source link
cloud cloud-native docker edge-detection elk kubernetes mitre-attack monitoring security telemetry

Documentation Status

SysFlow: Cloud-native system telemetry pipeline

This repository hosts the documentation and issue tracker for all SysFlow projects.

Quick reference

What is SysFlow?

The SysFlow Telemetry Pipeline is a framework for monitoring cloud workloads and for creating performance and security analytics. The goal of this project is to build all the plumbing required for system telemetry so that users can focus on writing and sharing analytics on a scalable, common open-source platform. The backbone of the telemetry pipeline is a new data format called SysFlow, which lifts raw system event information into an abstraction that describes process behaviors, and their relationships with containers, files, and network. This object-relational format is highly compact, yet it provides broad visibility into container clouds. We have also built several APIs that allow users to process SysFlow with their favorite toolkits. Learn more about SysFlow in the SysFlow specification document.

The SysFlow framework consists of the following sub-projects:

Online documentation

SysFlow documentation is available at sysflow.readthedocs.io.

Offline build

This documentation depends on Sphinx (http://www.sphinx-doc.org/en/master/), which must be installed to do builds. The project also requires the following Sphinx plugins:

To build the site as HTML go to the base directory and type:

make html

License

View license information for SysFlow.

As with all software packages, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.