summaryrefslogtreecommitdiff
path: root/modules/telegraf/templates/basic_ETL.toml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/telegraf/templates/basic_ETL.toml')
-rw-r--r--modules/telegraf/templates/basic_ETL.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/telegraf/templates/basic_ETL.toml b/modules/telegraf/templates/basic_ETL.toml
index 155f570..82b1728 100644
--- a/modules/telegraf/templates/basic_ETL.toml
+++ b/modules/telegraf/templates/basic_ETL.toml
@@ -7,7 +7,7 @@
[[inputs.http]]
urls = [] #[ "https://api.open-meteo.com/v1/forecast?latitude=58.38&longitude=26.72&current_weather=true" ]
method = "GET"
- timeout = "plcaeholder" #"5s"
+ timeout = "5s"
headers = { Content-Type = "application/json" }
data_format = "json"
json_query = "plcaeholder" #"current_weather"