Skip to content

wodby/elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Variable Default Value Description
ES_BOOTSTRAP_MEMORY_LOCK true
ES_CLUSTER_NAME elasticsearch-default
ES_DISCOVERY_ZEN_MINIMUM_MASTER_NODES 1 6.x only
ES_HTTP_CORS_ALLOW_ORIGIN *
ES_HTTP_CORS_ENABLED true
ES_HTTP_ENABLED true 6.x only
ES_JAVA_OPTS -Xms1g -Xmx1g
ES_NETWORK_HOST 0.0.0.0
ES_NODE_DATA true
ES_NODE_INGEST true
ES_NODE_MASTER true
ES_NODE_MAX_LOCAL_STORAGE_NODES 1
ES_PLUGINS_INSTALL Install specified plugins (separated by comma)
ES_SHARD_ALLOCATION_AWARENESS_ATTR_FILEPATH
ES_SHARD_ALLOCATION_AWARENESS_ATTR
ES_TRANSPORT_HOST localhost

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.