Hello,
Im trying to use ELK + Elastiflow to analyze netflow and I'm running into an issue with logstash.
I followed this tutorial: http://blogs.catapultsystems.com/mdowst/archive/2018/06/18/install-elastiflow-on-ubuntu-18-04-part-3/#
Heap is 8gb
I am not seeing any data in logstash - and I receive the following errors when I tail the logstash log:
tail -f /var/log/logstash/logstash-plain.log
[2018-11-12T18:26:44,022][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
[2018-11-12T18:26:59,010][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
[2018-11-12T18:27:13,806][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
[2018-11-12T18:27:28,544][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
[2018-11-12T18:27:43,216][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
[2018-11-12T18:27:58,609][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
[2018-11-12T18:28:13,531][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
[2018-11-12T18:28:28,517][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
[2018-11-12T18:28:43,377][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
[2018-11-12T18:28:57,976][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit
I have tried on both ubuntu 18.04 and 16.04 and get the same results.
Can anyone help me understand what is going wrong and point me in the right direction? The logs don't provide me very much info.
Thanks