You are viewing documentation for Falco version: v0.43.0

Falco v0.43.0 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date documentation, see the latest version.

gRPC API

Enable and configure the gRPC capabilities of Falco

The gRPC Output as well as the embedded gRPC server have been deprecated in Falco 0.43.0 and will be removed in a future release. Until removal and since Falco 0.43.0, using any of them will result in a warning informing the user about the deprecation. Users are encouraged to leverage another output and/or Falcosidekick, as the usage will result in an error after the removal.

Starting from version 0.18.0, Falco has its own gRPC server which provides a set of gRPC APIs.

The current APIs are:

In order to interact with these APIs, the The Falco Project provides a Golang SDK.