From 872681c7cce986f1079f779d80e7b63f89ac0dec Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Fri, 6 Sep 2019 14:00:45 +0000 Subject: [PATCH] new: falco config for grpc server and outputs Co-Authored-by: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- falco.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/falco.yaml b/falco.yaml index af3b254d..428fdd8c 100644 --- a/falco.yaml +++ b/falco.yaml @@ -166,4 +166,11 @@ program_output: http_output: enabled: false - url: http://some.url \ No newline at end of file + url: http://some.url + +grpc: + enabled: true + bind_address: "0.0.0.0:5060" + +grpc_output: + enabled: true \ No newline at end of file