My logstash config file seems to running successfully, however, it doesn't pull in any data. It isn't until I manually shutdown the process using 'Ctrl+C', that it pulls in data. This doesn't seem to normal behavior. Is this so? And if not how can I correct this?
That would happen if the input expects a separator between events (e.g. a tcp input looking for newline) and it never sees the separator. Or a multiline codec that never sees a line that causes it to flush an event. What is your input configuration?
Sorry scratch that last comment. It did work there was a change that needed to be done elsewhere. A gsub to separate where the pattern was located, on the last line.
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.