You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before release 0.1.20, the helm chart can be found in `falcosidekick`[repository](https://github.com/falcosecurity/falcosidekick/tree/master/deploy/helm/falcosidekick).
7
7
8
+
## 0.9.6
9
+
10
+
- Ugrade to Falcosidekick 2.36.0
11
+
8
12
## 0.9.5
9
13
10
14
- Move the `prometheus.io/scrape` annotation to the default values, to allow overrides.
| config.loki.extralabels | string |`""`| comma separated list of fields to use as labels additionally to rule, source, priority, tags and custom_fields |
361
+
| config.loki.format | string |`"text"`| Format for the log entry value: json, text (default) |
361
362
| config.loki.grafanaDashboard | object |`{"configMap":{"folder":"","name":"falcosidekick-loki-dashboard-grafana","namespace":""},"enabled":true}`| dashboard for Grafana |
362
363
| config.loki.grafanaDashboard.configMap | object |`{"folder":"","name":"falcosidekick-loki-dashboard-grafana","namespace":""}`| configmaps to be deployed that contain a grafana dashboard. |
363
364
| config.loki.grafanaDashboard.configMap.folder | string |`""`| folder where the dashboard is stored by grafana. |
@@ -401,6 +402,7 @@ The following table lists the main configurable parameters of the Falcosidekick
401
402
| config.nats.hostport | string |`""`| NATS "nats://host:port", if not `empty`, NATS is *enabled*|
402
403
| config.nats.minimumpriority | string |`""`| minimum priority of event to use this output, order is `emergency\|alert\|critical\|error\|warning\|notice\|informational\|debug or ""`|
403
404
| config.nats.mutualtls | bool |`false`| if true, checkcert flag will be ignored (server cert will always be checked) |
405
+
| config.nats.subjecttemplate | string |`"falco.<priority>.<rule>"`| template for the subject, tokens <priority> and <rule> will be automatically replaced (default: falco.<priority>.<rule>) |
404
406
| config.nodered.address | string |`""`| Node-RED address, if not empty, Node-RED output is enabled |
405
407
| config.nodered.checkcert | bool |`true`| check if ssl certificate of the output is valid |
406
408
| config.nodered.customheaders | string |`""`| Custom headers to add in POST, useful for Authentication, syntax is "key:value\,key:value" |
@@ -514,6 +516,7 @@ The following table lists the main configurable parameters of the Falcosidekick
514
516
| config.stan.hostport | string |`""`| Stan nats://{domain or ip}:{port}, if not empty, STAN output is *enabled*|
515
517
| config.stan.minimumpriority | string |`""`| minimum priority of event to use this output, order is `emergency\|alert\|critical\|error\|warning\|notice\|informational\|debug or ""`|
516
518
| config.stan.mutualtls | bool |`false`| if true, checkcert flag will be ignored (server cert will always be checked) |
519
+
| config.stan.subjecttemplate | string |`"falco.<priority>.<rule>"`| template for the subject, tokens <priority> and <rule> will be automatically replaced (default: falco.<priority>.<rule>) |
517
520
| config.statsd.forwarder | string |`""`| The address for the StatsD forwarder, in the form <http://host:port>, if not empty StatsD is *enabled*|
518
521
| config.statsd.namespace | string |`"falcosidekick."`| A prefix for all metrics |
519
522
| config.sumologic.checkcert | bool |`true`| check if ssl certificate of the output is valid (default: true) |
0 commit comments