From 405a1dbf97ab71f5239235f8df0a2c2067825e95 Mon Sep 17 00:00:00 2001 From: admingit Date: Mon, 20 Nov 2023 14:01:59 +0100 Subject: [PATCH] update --- .../02-Linky_forwarders_inputs/local/inputs.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/deployment-apps/02-Linky_forwarders_inputs/local/inputs.conf b/deployment-apps/02-Linky_forwarders_inputs/local/inputs.conf index 66563b92..e4c05844 100644 --- a/deployment-apps/02-Linky_forwarders_inputs/local/inputs.conf +++ b/deployment-apps/02-Linky_forwarders_inputs/local/inputs.conf @@ -1,4 +1,9 @@ [monitor:///var/rsyslog/linky/*.json] disabled = false index = idx_linky -sourcetype = json \ No newline at end of file +sourcetype = json + +[monitor:///var/rsyslog/linky/*.csv] +disabled = false +index = idx_linky +sourcetype = csv \ No newline at end of file