update: falco-exporter clean up and deprecation
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
c42f19dbd3
commit
127a9e369f
|
|
@ -82,4 +82,4 @@ Falco is composed of several main components:
|
|||
|
||||
## What are the ecosystem projects that can interact with Falco?
|
||||
|
||||
Apart from the [Falco core projects](https://github.com/falcosecurity/evolution#core), the Falco organization also maintains and distributes ecosystem projects that help adopters get the most out of Falco. To learn more, visit the [Falco Evolution repositories](https://github.com/falcosecurity/evolution/#repositories) list. For example, the [falcosidekick](https://github.com/falcosecurity/falcosidekick) project makes it easier to output Falco events to many applications and channels, [falcoctl](https://github.com/falcosecurity/falcoctl) makes it easier to perform a number of administrative tasks for Falco, including installing and updating rules and plugins, while the [falco-exporter](https://github.com/falcosecurity/falco-exporter) tool is used to integrate Falco with Prometheus.
|
||||
Apart from the [Falco core projects](https://github.com/falcosecurity/evolution#core), the Falco organization also maintains and distributes ecosystem projects that help adopters get the most out of Falco. To learn more, visit the [Falco Evolution repositories](https://github.com/falcosecurity/evolution/#repositories) list. For example, the [falcosidekick](https://github.com/falcosecurity/falcosidekick) project makes it easier to output Falco events to many applications and channels, [falcoctl](https://github.com/falcosecurity/falcoctl) makes it easier to perform a number of administrative tasks for Falco, including installing and updating rules and plugins.
|
||||
|
|
|
|||
|
|
@ -203,4 +203,4 @@ Here's the same output, pretty-printed:
|
|||
|
||||
## gRPC Output
|
||||
|
||||
If you'd like to send alerts to an external program connected via gRPC API (for example, the [falco-exporter](https://github.com/falcosecurity/falco-exporter)), you need to enable both the `grpc` and `grpc_output` options as described under the [gRPC Configuration section](/docs/grpc/#configuration).
|
||||
If you'd like to send alerts to an external program connected via gRPC API, you need to enable both the `grpc` and `grpc_output` options as described under the [gRPC Configuration section](/docs/grpc/#configuration).
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ aka:
|
|||
tags:
|
||||
- integration
|
||||
---
|
||||
Prometheus Metrics Exporter for {{< glossary_tooltip text="Falco" term_id="falco" >}} output events.
|
||||
Old Prometheus Metrics Exporter for {{< glossary_tooltip text="Falco" term_id="falco" >}} output events, now DEPRECATED.
|
||||
|
||||
<!--more-->
|
||||
Loading…
Reference in New Issue