-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env
More file actions
26 lines (19 loc) · 724 Bytes
/
.env
File metadata and controls
26 lines (19 loc) · 724 Bytes
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
# Version of Elastic products
STACK_VERSION=8.13.0-SNAPSHOT
# Password for the 'elastic' user (at least 6 characters)
# IMPORTANT: should be changed if your stack is not run locally!!
ELASTIC_PASSWORD=changeme
# Password for the 'kibana_system' user (at least 6 characters)
# IMPORTANT: should be changed if your stack is not run locally!!
KIBANA_PASSWORD=changeme
# Set the cluster name
CLUSTER_NAME=kibana-dev
# 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)
MEM_LIMIT=1073741824