Моя конфигурация fluentd:
<match **>
@id elasticsearch
@type elasticsearch
@log_level "info"
@type http
include_tag_key true
host "{{ fluentd_elasticsearch_host_ip }}"
port "{{ fluentd_elasticsearch_port }}"
headers {"X-API-KEY":"{{ fluentd_td_agent_api_key }}"}
path "/elastic"
scheme "https"
ssl_verify "false"
ssl_version "TLSv1_2"
type_name "fluentd"
logstash_format true
logstash_prefix "logstash"
reconnect_on_error true
</match>
Я получаю эту ошибку при развертывании:
2020-08-03 08:58:06 +0200 [error]: config error file="C:\\opt\\td-agent/etc/td-agent/td-agent.conf"
error_class=Fluent::ConfigError error="'endpoint' parameter is required"
Пожалуйста, помогите !!!