I'm newbie on logstash, I've successfully installed and configured ElasticSearch, LogStash and Kibana as well as my first input using the Remote Log4J connector.
But now I'm trying to parse the server.log file with no success. This is my latest config file:
Finally I got it working,
now I'm trying to use a grok filter. I've tested the filter using the Grok Debugger but when restarting logstash, nothing is parsed.
Logstash is probably tailing the input file and waiting for more lines to be added to it. Either delete the sincedb file or set sincedb_path to /dev/null. Also, if the file is older than a day you need to adjust the file input's ignore_older option.
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.