forked from ashishtiwari1993/elastic-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
39 lines (28 loc) · 1.02 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Password for the 'elastic' user (at least 6 characters)
ELASTIC_PASSWORD=pass@123
# Password for the 'kibana_system' user (at least 6 characters)
KIBANA_PASSWORD=pass@123
# Version of Elastic products
STACK_VERSION=8.16.2
# Set the cluster name
CLUSTER_NAME=docker-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
#ES_PORT=127.0.0.1:9200
# Port to expose Kibana to the host
KIBANA_PORT=5601
#KIBANA_PORT=80
# Port to expose APM Server to the host
APM_PORT=8200
# Port to expose Logstash Server to the host
# Here we are not specifying any port for logstash.
# But if you want to use any port in the input plugin,
# Feel free to mention in the docker-compose.yml file.
LOGSTASH_EXTERNAL_CONFIGS=./logstash_external_configs
# Increase or decrease based on the available host memory (in bytes)
MEM_LIMIT=1073741824
# Project namespace (defaults to the current folder name if not set)
#COMPOSE_PROJECT_NAME=myproject