Skip to content

Instantly share code, notes, and snippets.

@sirishkumar
Created July 11, 2022 13:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirishkumar/53876e172f6a003435e1abcf228634a9 to your computer and use it in GitHub Desktop.
Save sirishkumar/53876e172f6a003435e1abcf228634a9 to your computer and use it in GitHub Desktop.
# Password for the 'elastic' user (at least 6 characters)
ELASTIC_PASSWORD=sirishkumar
# Password for the 'kibana_system' user (at least 6 characters)
KIBANA_PASSWORD=sirishkumar
# Version of Elastic products
STACK_VERSION=8.3.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
# 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
@sirishkumar
Copy link
Author

ELASTIC_VERSION=8.3.2

ELASTICSEARCH_PORT=9200
ELASTICSEARCH_URL=http://elasticsearch
ELASTICSEARCH_USERNAME=elastic
ELASTICSEARCH_PASSWORD=password
ELASTIC_PASSWORD=password
KIBANA_PASSWORD=sirishkumar
KIBANA_PORT=5601
KIBANA_URL=http://kibana
STACK_VERSION=8.3.2
CLUSTER_NAME=docker-cluster
LICENSE=basic
ES_PORT=9200
MEM_LIMIT=1073741824

REMOTE_ELASTICSEARCH_PORT=443
REMOTE_ELASTICSEARCH_URL=https://84b5817fcf8c49fdb200dedb48e796ed.mlaas.mls-ml.prd.eu.gs.aws.cloud.vwgroup.com

BITBUCKET_URL=https://devstack.vwgroup.com/bitbucket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment