You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error parsing /etc/telegraf/telegraf.conf, toml: line 42: parse error
Rather, it should become;
[[inputs.elasticsearch]]
cluster_health = true
local = false
servers = ["http://127.0.0.1"]
[inputs.elasticsearch.tags]
role = "some_role"
It looks like this is already supported by telegraf::input, so I think that the real issue here is that specifying inputs in $telegraf::inputs doesn't actually utilize the telegraf::input resource.
The text was updated successfully, but these errors were encountered:
I was trying to use the following Hiera configuration to create a Telegraf input:
This resulted in the following (snippet) of configuration:
This is wrong and causes
telegraf
to fail:Rather, it should become;
It looks like this is already supported by
telegraf::input
, so I think that the real issue here is that specifying inputs in$telegraf::inputs
doesn't actually utilize thetelegraf::input
resource.The text was updated successfully, but these errors were encountered: