config: Update 3 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s

This commit is contained in:
j
2026-01-27 18:41:18 +13:00
parent 04e1c7b8f7
commit 0c47dc47e5
3 changed files with 6 additions and 6 deletions

View File

@@ -8,8 +8,8 @@ SSH_USER="root"
WEB_PORT=9000 # Graylog web UI
GELF_UDP_PORT=12201 # GELF UDP input
GELF_TCP_PORT=12202 # GELF TCP input
SYSLOG_UDP_PORT=1514 # Syslog UDP input
SYSLOG_TCP_PORT=1515 # Syslog TCP input
SYSLOG_UDP_PORT=514 # Syslog UDP input (external port, maps to 1514 internal)
SYSLOG_TCP_PORT=514 # Syslog TCP input (external port, maps to 1514 internal)
BEATS_PORT=5044 # Beats input
# Graylog Admin Password (CHANGE THIS!)