Skip to content

Commit

Permalink
Merge pull request #24 from sysflow/fix/policy-not-found
Browse files Browse the repository at this point in the history
resource: pipeline: fix policy loading problem
  • Loading branch information
araujof authored and GitHub Enterprise committed Oct 30, 2020
2 parents 8092fa3 + 6b50986 commit 644cc8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/pipelines/pipeline.distribution.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"processor": "policyengine",
"in": "flat flattenerchan",
"out": "evt eventchan",
"policies": "../resources/policies/distribution"
"policies": "/usr/local/sysflow/resources/policies/"
},
{
"processor": "exporter",
"in": "evt eventchan",
"export": "syslog",
"export": "syslog",
"proto": "tcp",
"tag": "sysflow",
"host": "localhost",
"port": "514"
"port": "514"
}
]
}

0 comments on commit 644cc8d

Please sign in to comment.