diff options
Diffstat (limited to 'modules/telegraf/templates/basic_ETL.toml')
-rw-r--r-- | modules/telegraf/templates/basic_ETL.toml | 2 |
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¤t_weather=true" ] method = "GET" - timeout = "plcaeholder" #"5s" + timeout = "5s" headers = { Content-Type = "application/json" } data_format = "json" json_query = "plcaeholder" #"current_weather" |