Integrate Logstash or fluentd with Open Distro for Elasticsearch

Hi,

Yes, I managed to resolve the issue. Try the following config in your td-agent.conf

<match *.**>
@type elasticsearch
hosts https://admin:admin@localhost:9200
scheme https
ssl_verify false
ssl_version TLSv1_2
logstash_format true
logstash_prefix fluentd
enable_ilm true
index_date_pattern “now/m{yyyy.mm}”
flush_interval 10s

Cheers,
Luke.