Skip to content

Commit

Permalink
Merge branch 'dev' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
araujof committed Oct 31, 2020
2 parents 1144bb1 + 64dc6cb commit e47e09e
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 165 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Please check [Sysflow Processor](https://sysflow.readthedocs.io/en/latest/proces
### Starting the processor
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.

````yaml
```yaml
version: "3.5"
services:
sf-processor:
Expand Down Expand Up @@ -81,7 +81,7 @@ volumes:
socket-vol:
```
Instructions for `docker compose` and `helm` deployments are available in [here](https://sysflow.readthedocs.io/en/latest/deploy.html).
Instructions for `docker-compose` and `helm` deployments are available in [here](https://sysflow.readthedocs.io/en/latest/deploy.html).

### Configuration

Expand Down
Loading

0 comments on commit e47e09e

Please sign in to comment.