Connection refused error from logstash.log

Finally able to find the root cause of this issue which was index name . By default Kibana use logstash-* but I have used filebeat-*.So after creating a new index pattern with name [filebeat-]YYYY.MM.DD, able to see the logs on Kibana. Always thank you for your help.