From 6b3c096f6efea8855772c7faffa90f71861290bd Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sat, 26 Apr 2025 01:10:52 +0300 Subject: telegraf initial pluggin modifiying implemented --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 3b1f304..684349c 100644 --- a/config.py +++ b/config.py @@ -23,7 +23,7 @@ API_FIELDS={'temperature': '.current_weather.temperature', 'windspeed': '.curren API_USERNAME="Placeholder" API_PASSWORD="Placehoder" PIPELINE_SCHEDULING_PERIOD="5 sec" -PIPELINE_NAME="test_pipeline.json" +PIPELINE_NAME="test_pipeline" -- cgit v1.2.3