Fluentd to External ELK stack

Hello,

I have a problem with Logstash.

FluentD is sending logs to external ELK stack.

Whichever option I have tried logstash is not creating index in ES.

Config:

input {
tcp {
port =>
codec => fluent
}
}
output {
elasticsearch {
hosts => ["http://xx.xx.xx.xx:port"]
index => "logstash-%{+YYYY.MM.dd}"
}
}

Any idea what is missing?

What do the Logstash logs show?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.