Skip to content

Commit

Permalink
prepare 2.15.0
Browse files Browse the repository at this point in the history
Signed-off-by: Issif <[email protected]>
  • Loading branch information
Issif authored and poiana committed Oct 27, 2020
1 parent 5bb714c commit a958108
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 780 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.15.0 - 2020-10-27
#### New
- New output : **AWS SNS** ([PR#66](https://github.com/falcosecurity/falcosidekick/pull/84)
- A `prometheus` exporter is now available for all metrics
#### Enhancement
- Reduce cardinality of alerts by grouping them for `AlertManager` ([PR#79](https://github.com/falcosecurity/falcosidekick/pull/79) thanks to [@epcim](https://github.com/epcim))
#### Fix
- Fix unsupported chars in a label name for `AlertManager` ([PR#78](https://github.com/falcosecurity/falcosidekick/pull/78) thanks to [@epcim](https://github.com/epcim))
#### Note
The Helm chart has been migrated to [falcosecurity/charts](https://github.com/falcosecurity/charts/tree/master/falcosidekick), the official repository chart of `falco` organization. You can now install it from [artifacthub.io](https://artifacthub.io/packages/helm/falcosecurity/falcosidekick).

## 2.14.0 - 2020-08-10
#### New
- New output : **Azure Event Hubs** ([PR#66](https://github.com/falcosecurity/falcosidekick/pull/66) thanks to [@arminc](https://github.com/arminc))
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,13 @@ The daemon exposes the common *Golang* metrics and some custom values in JSON fo
![expvar json](https://github.com/falcosecurity/falcosidekick/raw/master/imgs/expvar_json.png)
![expvarmon](https://github.com/falcosecurity/falcosidekick/raw/master/imgs/expvarmon.png)

### StatsD
### Prometheus

The daemon is able to push its metrics to a StatsD server. See [Configuration](https://github.com/falcosecurity/falcosidekick#configuration) section for how-to.
The daemon exposes a `prometheus` endpoint on URI `/metrics`.

### StatsD / DogStatsD

The daemon is able to push its metrics to a StatsD/DogstatsD server. See [Configuration](https://github.com/falcosecurity/falcosidekick#configuration) section for how-to.

## Examples

Expand Down
22 changes: 0 additions & 22 deletions deploy/helm/falcosidekick/.helmignore

This file was deleted.

8 changes: 0 additions & 8 deletions deploy/helm/falcosidekick/Chart.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions deploy/helm/falcosidekick/templates/NOTES.txt

This file was deleted.

32 changes: 0 additions & 32 deletions deploy/helm/falcosidekick/templates/_helpers.tpl

This file was deleted.

19 changes: 0 additions & 19 deletions deploy/helm/falcosidekick/templates/aadpodidentity.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions deploy/helm/falcosidekick/templates/clusterrole.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions deploy/helm/falcosidekick/templates/clusterrolebinding.yaml

This file was deleted.

Loading

0 comments on commit a958108

Please sign in to comment.