I'm new to ELK , I tried to send the log files from Logstash to Elasticsearch from my loacl windows10 machine, though the service started successfully i don't see the index /logs in Kibana.
Logstash / Elasticsearch version : 7.8.0
My Logstash conf file
input {
file {
path => "C:\ELK\test.log"
type => "fe"
start_position => "beginning"
}
}
I assume that was just a typo in your post (but you should check for relog in Kibana in case you haven't already).
I assume you do have Elasticsearch running locally on port 9200. If you haven't checked, try clicking this link: http://localhost:9200 . You should see some JSON with version information being returned. Then, try this link: http://localhost:9200/_cat/indices . This is a list of all indices. Does "relog" exist?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.