I have ELK stack (Elasticsearch/Logstash/Kibana) installed and running.
I use one server as ELK server to collect and store all logs from other servers.
logstash-forwarder
is used to send logs to ELK. The problem is:
Logstash is receiving alot of logs (as I checked with tailf logstash.stdout
) but after some period when I tailf logstash.stdout
again, there are nothing (not receving logs), after restarting the Logstash daemon it begins to receive again.
curl 'localhost:9200/_cat/nodes?v'
i got this outputhost ip heap.percent ram.percent load node.role master name elasticsearch_node_master xxxxxxx 57 87 0.60 d * Death's Head II logstash_node xxxxxx 99 c - logstash-logs.-50227-226
I think the error is shown here because logstash node use 99 of heap.help please? – Ibrahim Albarki