Skip to content

Commit

Permalink
docs(README.md): add priority mapping table
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <[email protected]>
Co-authored-by: Matteo Baiguini <[email protected]>
Signed-off-by: Leonardo Grasso <[email protected]>
  • Loading branch information
2 people authored and poiana committed Feb 1, 2022
1 parent f31368f commit 46002b3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,22 @@ You can find detailed Grafana importing instructions [here](https://grafana.com/

![Falco dashboard](https://github.com/falcosecurity/falco-exporter/raw/master/grafana/preview.png)

## Event priority

Falco events have a priority value, as defined [here](https://github.com/falcosecurity/falco/blob/b76420fe471f8af220d742543637b5aae02ee556/userspace/engine/falco_common.h#L82-L89).
The exported metrics will include a `priority` label that uses a numeric index. The meaning of these indices is reported in the following table.

| ID | Priority |
| --- | ------------- |
| 7 | debug |
| 6 | informational |
| 5 | notice |
| 4 | warning |
| 3 | error |
| 2 | critical |
| 1 | alert |
| 0 | emergency |

## Connection options

**falco-exporter** uses gRPC over a Unix socket by default.
Expand Down

0 comments on commit 46002b3

Please sign in to comment.