config: Add 20 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 10s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 10s
This commit is contained in:
17
graylog-client/config/service.env
Normal file
17
graylog-client/config/service.env
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user