-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
23 lines (18 loc) · 982 Bytes
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Elasticsearch configuration
ELASTICSEARCH_HOST=localhost # Elasticsearch hostname
ELASTICSEARCH_PORT=9200 # Elasticsearch port
ELASTICSEARCH_USERNAME=elastic # Default user for Elasticsearch
ELASTICSEARCH_PASSWORD=changeme # Password for the default user
# Logstash configuration
LOGSTASH_PORT=5044 # Port for Logstash to listen for logs
# Kibana configuration
KIBANA_HOST=localhost # Kibana hostname
KIBANA_PORT=5601 # Kibana port
# Docker network
NETWORK_NAME=elk_network # Custom Docker network name
# Paths
LOGS_DIR=./logs # Directory for log files
DATA_DIR=./elasticsearch/data # Directory for Elasticsearch data
CONFIG_DIR=./config # Directory for configuration files
# Other settings
TIMEZONE=UTC # Set the timezone for the stack