Skip to content

Commit

Permalink
refactor(docs): updated toc
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
  • Loading branch information
araujof committed Sep 2, 2022
1 parent 10ee5d7 commit ab2bd29
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/collector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@ SysFlow Collector (sf-collector repo)
========================================

The SysFlow Collector monitors and collects system call and event information from hosts
and exports them in the SysFlow format using Apache Avro object serialization. SysFlow lifts
system call information into a higher order object relational form that models how containers,
processes and files interact with their environment through process control flow, file, and network
operations. Learn more about SysFlow in the SysFlow Specification Document.
and exports them in the SysFlow format using Apache Avro object serialization. It's built atop
libSysFlow, a library that lifts system call information into SysFlow, a higher order object
relational form that models how containers, processes and files interact with their environment
through process control flow, file, and network operations. Learn more about SysFlow in the
SysFlow Specification Document.

The SysFlow Collector builds on the `CNCF Falco libs <https://github.com/falcosecurity/libs>`_ to
passively collect system events and turn them into SysFlow. As a result, the collector supports the
libs' powerful filtering capabilities. Please see the build and installation instructions for installing
libs' powerful filtering capabilities. Check the build and installation instructions for installing
the collector.

.. toctree::
:maxdepth: 2

build
libs
build

0 comments on commit ab2bd29

Please sign in to comment.