All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 10s
18 lines
383 B
Bash
18 lines
383 B
Bash
# Graylog Client Configuration (Fluent Bit)
|
|
CONTAINER_NAME=graylog-client
|
|
|
|
# Server settings (REQUIRED by dropshell)
|
|
SSH_USER="root"
|
|
|
|
# REQUIRED: Graylog server connection
|
|
GRAYLOG_HOST=
|
|
GRAYLOG_PORT=12201
|
|
|
|
# Protocol: "udp" or "tcp" (default: udp)
|
|
GRAYLOG_PROTOCOL=udp
|
|
|
|
# Optional: Set a custom hostname label (defaults to actual hostname)
|
|
# HOSTNAME_LABEL=
|
|
|
|
TEMPLATE=graylog-client
|