5044

TCP

Logstash Beats

Logstash Beats Input

⚠️ Security: DependsStatus: Active📊 Category: Monitoring

📋 Basic Information

Port Number
5044
Protocol
TCP
Service
Logstash Beats
Popularity
🔥 High
Description
Port for sending data from Elastic Beats (Filebeat, Metricbeat, etc.) to Logstash. Core data collection pipeline port in the ELK stack
Tags
elkloggingmonitoringelastic

🔒 Security Information

💡

Security Notes

Firewall configuration needed to allow access only from Beats agents

🛠️ Installation

🐧Linux

# Ubuntu/Debian - Logstash
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo gpg --dearmor -o /usr/share/keyrings/elastic-keyring.gpg
sudo apt-get install apt-transport-https
echo 'deb [signed-by=/usr/share/keyrings/elastic-keyring.gpg] https://artifacts.elastic.co/packages/8.x/apt stable main' | sudo tee /etc/apt/sources.list.d/elastic-8.x.list
sudo apt-get update && sudo apt-get install logstash -y
sudo systemctl start logstash

🐳Docker

docker run -d --name logstash -p 5044:5044 docker.elastic.co/logstash/logstash:8.12.0

🔗 Related Ports