20 lines
394 B
Bash
20 lines
394 B
Bash
# Log Client Configuration (Promtail)
|
|
CONTAINER_NAME=logclient
|
|
|
|
# Server settings (REQUIRED by dropshell)
|
|
SSH_USER="root"
|
|
|
|
# REQUIRED: Log server connection
|
|
LOGSERVER_HOST=
|
|
LOGSERVER_PORT=3100
|
|
|
|
# REQUIRED: Authentication (get from log server admin)
|
|
LOKI_USER=logclient
|
|
LOKI_PASSWORD=
|
|
|
|
# Optional: Set a custom hostname label (defaults to actual hostname)
|
|
# HOSTNAME_LABEL=
|
|
|
|
TEMPLATE=logclient
|
|
|