From 5d5b6edef2d6f7628c804ca2d1bdcbe5d11425b4 Mon Sep 17 00:00:00 2001 From: Kerim Gokarslan Date: Wed, 11 Oct 2017 10:52:03 -0700 Subject: NFVBENCH-37 Read fluentd result tag from configuration file Change-Id: I08489ffedf81c0ad20b70d198989453a29dcbed8 Signed-off-by: Kerim Gokarslan --- nfvbench/cfg.default.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nfvbench/cfg.default.yaml') diff --git a/nfvbench/cfg.default.yaml b/nfvbench/cfg.default.yaml index fee65cb..c26991c 100644 --- a/nfvbench/cfg.default.yaml +++ b/nfvbench/cfg.default.yaml @@ -375,6 +375,11 @@ fluentd: # log records logging_tag: + # by default (result_tag is empty) nfvbench results are not sent to fluentd + # to enable sending nfvbench results to fluentd, specify a valid fluentd tag name + # to be used for the results records, which is different than logging_tag + result_tag: + # IP address of the server, defaults to loopback ip: 127.0.0.1 -- cgit 1.2.3-korg