mirror of
https://github.com/Lanakod-Networks/rsyslog_docker.git
synced 2025-07-04 13:26:39 +03:00
41 lines
857 B
Bash
41 lines
857 B
Bash
# Project namespace (defaults to the current folder name if not set)
|
|
#COMPOSE_PROJECT_NAME=myproject
|
|
|
|
|
|
# Password for the 'elastic' user (at least 6 characters)
|
|
ELASTIC_PASSWORD=changeme
|
|
|
|
|
|
# Password for the 'kibana_system' user (at least 6 characters)
|
|
KIBANA_PASSWORD=changeme
|
|
|
|
|
|
# Version of Elastic products
|
|
STACK_VERSION=8.7.1
|
|
|
|
|
|
# Set the cluster name
|
|
CLUSTER_NAME=rsyslog-cluster
|
|
|
|
|
|
# Set to 'basic' or 'trial' to automatically start the 30-day trial
|
|
LICENSE=basic
|
|
#LICENSE=trial
|
|
|
|
|
|
# Port to expose Elasticsearch HTTP API to the host
|
|
ES_PORT=9200
|
|
|
|
|
|
# Port to expose Kibana to the host
|
|
KIBANA_PORT=5601
|
|
|
|
|
|
# Increase or decrease based on the available host memory (in bytes)
|
|
ES_MEM_LIMIT=1073741824
|
|
KB_MEM_LIMIT=1073741824
|
|
LS_MEM_LIMIT=1073741824
|
|
|
|
|
|
# SAMPLE Predefined Key only to be used in POC environments
|
|
ENCRYPTION_KEY=01J7X8AH4HFW7AX79B1WA311Y3172638 |