diff options
author | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-29 23:49:58 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-29 23:49:58 +0300 |
commit | 737f498e1f402a5a41068a37ab20f34cabd4b052 (patch) | |
tree | 2b97e22aa8e3293e4c66e69c5ba7d7bcc5b0a5fd /modules/telegraf/templates/basic_ETL.toml | |
parent | b2e8ec86abe8089ed5fbd1655677889b6691397f (diff) |
telegraf basicETL working
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" |