Restart ELK stack
Restart stack
systemctl stop logstash.service
systemctl stop kibana.service
systemctl stop elasticsearch
!!systemctl stop redis.service
systemctl start redis.service
systemctl status redis.service
systemctl start elasticsearch.service
systemctl status elasticsearch.service
systemctl start kibana.service
systemctl status kibana.service
systemctl start logstash.service
systemctl status logstash.service
Redis queue
while true; do redis-cli llen logstash-blaataap; sleep 5; done