diff --git a/templates/td-agent.conf b/templates/td-agent.conf deleted file mode 100644 index 0218b7205b35fa62c753b4cb1f1d81ec30e15c5d..0000000000000000000000000000000000000000 --- a/templates/td-agent.conf +++ /dev/null @@ -1,23 +0,0 @@ -<source> - @type secure_forward - shared_key {{ fluentd_shared_key }} - self_hostname {{ inventory_hostname }} - secure true - ca_cert_path /etc/ssl/td-agent/cert.pem - ca_private_key_path /etc/ssl/td-agent/key.pem - ca_private_key_passphrase {{ fluentd_cert_passphrase }} - authentication yes - <user> - username {{ fluentd_username }} - password {{ fluentd_password }} - </user> -</source> - -<match **> - @type elasticsearch - logstash_format true - host 127.0.0.1 - port 9200 - index_name fluentd - type_name fluentd -</match>