Technotes

Technotes for future me

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
Last updated on 31 Jan 2021
Published on 11 Dec 2019
Edit on GitHub