Hello, I new to the ELK flow and I have some issues with Logstash. Sometime my index will be populated sometime not. Furthermore it seems that logstash does not create index on elasticsearch. Can you help on that
Read the documentation for the logstash-output-elasticsearch plugin. I think that you need to add a index => "......" somewhere in the elasticsearch {...} part to send the documents to your chosen index.
And again...
Since you have not set sincedb_path, it will be created and LS keeps tracking about read lines.
Option 1 Add sincedb_path => "NUL" (on Windows) bellow start_position, LS will not use the sincedb database file, on every LS restart will read from the beginning.
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.