Home

Awesome

Elasticsearch Docker Container Image

Build Status Docker Pulls Docker Stars

Docker Images

❗For better reliability we release images with stability tags (wodby/elasticsearch:7-X.X.X) which correspond to git tags. We strongly recommend using images only with stability tags.

Overview:

Supported tags and respective Dockerfile links:

Environment Variables

VariableDefault ValueDescription
ES_BOOTSTRAP_MEMORY_LOCKtrue
ES_CLUSTER_NAMEelasticsearch-default
ES_DISCOVERY_ZEN_MINIMUM_MASTER_NODES16.x only
ES_HTTP_CORS_ALLOW_ORIGIN*
ES_HTTP_CORS_ENABLEDtrue
ES_HTTP_ENABLEDtrue6.x only
ES_JAVA_OPTS-Xms1g -Xmx1g
ES_NETWORK_HOST0.0.0.0
ES_NODE_DATAtrue
ES_NODE_INGESTtrue
ES_NODE_MASTERtrue
ES_NODE_MAX_LOCAL_STORAGE_NODES1
ES_PLUGINS_INSTALLInstall specified plugins (separated by comma)
ES_SHARD_ALLOCATION_AWARENESS_ATTR_FILEPATH
ES_SHARD_ALLOCATION_AWARENESS_ATTR
ES_TRANSPORT_HOSTlocalhost

Orchestration Actions

Usage:

make COMMAND [params ...]
 
commands:
    check-ready [host max_try wait_seconds delay_seconds]
 
default params values:
    host localhost
    max_try 1
    wait_seconds 1
    delay_seconds 0

Deployment

Deploy Elasticsearch with Kibana to your own server via Wodby Wodby.