For the complete documentation index, see llms.txt. This page is also available as Markdown.

Elastic Server

Each article describes a different situation

  • If the servers have issue with connecting to the portal server, please check:

    1. /etc/resolv.conf

    2. /etc/resolvconf/resolv.conf.d/head

    3. /etc/dnsmasq.conf

    4. /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?