I am having an issue getting my Logstash index to show up in Kibana. I have worked out all of the issues in my Logstash config and still nothing is showing up. I ran this command to start Logstash
logstash agent -f C:\ELK\Logstash\bin\logstash.conf -l C:\ELK\Logstash\logs.txt
It created the log with 1 entry only
{:timestamp=>"2016-06-17T08:59:09.933000-0500", :message=>"Pipeline main started"}
My console shows this
io/console not supported; tty will not be manipulated
Sending logstash logs to C:\ELK\Logstash\logs.txt.
Everything seems to be it seems nothing is being indexed. My logstash config is pointing to a folder with several web logs. The web logs have a date as the extension (don't know if that matters)