dj-wasabi / ansible-telegraf

Installing and configuring Telegraf via Ansible for RedHat/Debian/Ubuntu/Windows/Suse.
MIT License
134 stars 116 forks source link

Support for sub_inputs in extra plugins #184

Closed lisuml closed 9 months ago

lisuml commented 9 months ago

Description of PR There are cases when a sub inputs have to be configured within same file as the main input, for example in cloudwatch plugin, where you may need to also add [[inputs.cloudwatch.metrics]] and [[inputs.cloudwatch.metrics.dimensions]] along with the main [[inputs.cloudwatch]] input.

Type of change Feature Pull Request

dj-wasabi commented 9 months ago

Thank you!