Elastic Server
Each article describes a different situation
Last updated
Was this helpful?
Each article describes a different situation
If the servers have issue with connecting to the portal server, please check:
/etc/resolv.conf
/etc/resolvconf/resolv.conf.d/head
/etc/dnsmasq.conf
/etc/netplan/<file>.yaml
Check DNS Port via executing these commands:
ss -lptn 'sport = :53'
Check services via executing these commands:
systemctl status elasticsearch && systemctl status kibana
Check server resources via executing these commands:
df -h
top
btop (if exists)
lsblk
ncdu (if exist)
Last updated
Was this helpful?
Was this helpful?