Logstash to pull logs from Elasticsearch input

Logstash is supposed to pull logs from elasticsearch input, but somehow its failing to pull.

I have used below configuration. let me know if i am missing something ...........

input {
beats {
port => 5044
}
elasticsearch {
hosts => ["Host1:9200","Host2:9200","Host3:9200"]
index => "some-index*"
}

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