[[inputs.x509_cert]] | |
{%- include 'telegraf/files/input/_common.conf' %} | |
{%- if values.sources is defined %} | |
sources = {{ values.sources }} | |
{%- endif %} | |
{%- if values.timeout is defined %} | |
timeout = "{{ values.timeout }}" | |
{%- endif %} | |
{%- include 'telegraf/files/input/_tls.conf' %} | |
{%- include 'telegraf/files/input/_filters.conf' %} |