summaryrefslogtreecommitdiff
path: root/modules/telegraf/templates/different_jsonPaths_ETL.toml
blob: d7825e30d8254f841b449d1564a4b1c740e7c5c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[agent]
interval = "10s"
debug = true

[[inputs.http]]
  urls = [ ]
  method = "GET"
  timeout = "10s"
  data_format = "json"
  json_query = ""  # empty = use whole JSON
  name_override = "placeholder"
  fieldpass = []

[[outputs.influxdb]]
  urls = []
  database = "Placeholder"
  username = "admin"
  password = "admin"