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
The easiest way to run the SysFlow Processor is using [docker-compose](https://github.com/sysflow-telemetry/sf-processor/edit/master/docker-compose.yml). The following compose file shows how to run sf-processor with processor events exported to rsyslog.
39
39
40
-
````yaml
40
+
```yaml
41
41
version: "3.5"
42
42
services:
43
43
sf-processor:
@@ -81,7 +81,7 @@ volumes:
81
81
socket-vol:
82
82
```
83
83
84
-
Instructions for `dockercompose` and `helm` deployments are available in [here](https://sysflow.readthedocs.io/en/latest/deploy.html).
84
+
Instructions for `docker-compose` and `helm` deployments are available in [here](https://sysflow.readthedocs.io/en/latest/deploy.html).
0 commit comments