Installed ES and Logstash but the logstash process consumes 30 % cpu !
I stopped Logstash and cpu returns to normal use.
Did a reboot, cpu again up to 30%. Now I can stop logstash but cpu stays 
high. There are 2 jobs running: /usr/bin/java 
-Djava.io.tmpdir=/var/lib/logstash etc. When I kill these jobs logstash 
does a auto restart 
I also cannot apt-get remove Logstash with normal apt-get remove.

1. Why is the cpu so high when Logstash is doing nothing?
2. Why can't stop the process(es) or remove Logstash?
3. in logfile: "Error: No config files found: /etc/logstash/conf.d/*\
4. What am I doeing wrong?


Installprocess on Ubuntu 14.04:
sudo su
wget -O - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | apt-key 
add -

vi /etc/apt/sources.list
deb http://packages.elasticsearch.org/elasticsearch/1.1/debian stable main
deb http://packages.elasticsearch.org/logstash/1.4/debian stable main

apt-get update
apt-get upgrade
apt-get install elasticsearch
apt-get install logstash 
apt-get install openjdk-7-jre-headless
update-rc.d elasticsearch defaults 95 10
sudo /etc/init.d/elasticsearch start
sudo /etc/init.d/logstash start

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/c897de82-e069-4425-a089-1f415e2bac23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to