Giter Site home page Giter Site logo

sriramrajendiran / elasticsearch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dockhippie/elasticsearch

0.0 0.0 0.0 32 KB

Docker images for Elasticsearch

Home Page: https://hub.docker.com/r/webhippie/elasticsearch

License: MIT License

Shell 100.00%

elasticsearch's Introduction

Elasticsearch

Build Status

These are docker images for Elasticsearch running on an Alpine Linux container.

Versions

  • latest available as webhippie/elasticsearch:latest
  • 6.4 available as webhippie/elasticsearch:6.4
  • 5.6 available as webhippie/elasticsearch:5.6

Volumes

  • /var/lib/elasticsearch

Ports

  • 9200
  • 9300

Available environment variables

ELASTICSEARCH_ACTION_DESTRUCTIVE_REQUIRES_NAME = false
ELASTICSEARCH_BASE_DIR = /var/lib/elasticsearch
ELASTICSEARCH_BOOTSTRAP_MEMORY_LOCK = false
ELASTICSEARCH_CLUSTER_NAME = elasticsearch
ELASTICSEARCH_CONFIG_DIR = /etc/elasticsearch
ELASTICSEARCH_DATA_DIR = ${ELASTICSEARCH_BASE_DIR}/data
ELASTICSEARCH_DISCOVERY_MINIMUM_MASTERS = 1
ELASTICSEARCH_DISCOVERY_UNICAST_HOSTS =
ELASTICSEARCH_GATEWAY_RECOVER_AFTER_NODES = 1
ELASTICSEARCH_HTTP_COMPRESSION = true
ELASTICSEARCH_HTTP_CORS_ALLOW_ORIGIN =
ELASTICSEARCH_HTTP_CORS_ENABLED = false
ELASTICSEARCH_HTTP_ENABLED = true
ELASTICSEARCH_INITIAL_HEAP = 256m
ELASTICSEARCH_LOGS_DIR = ${ELASTICSEARCH_BASE_DIR}/logs
ELASTICSEARCH_MAXIMUM_HEAP = 256m
ELASTICSEARCH_MAX_FD = 65536
ELASTICSEARCH_MAX_LOCAL_STORAGE_NODES = 1
ELASTICSEARCH_MAX_MAP_COUNT =
ELASTICSEARCH_NETWORK_HOST = 0.0.0.0
ELASTICSEARCH_NETWORK_PUBLISH_HOST =
ELASTICSEARCH_NODE_DATA = true
ELASTICSEARCH_NODE_INGEST = true
ELASTICSEARCH_NODE_MASTER = true
ELASTICSEARCH_NODE_NAME = ${HOSTNAME}
ELASTICSEARCH_PLUGINS_DIR = ${ELASTICSEARCH_BASE_DIR}/plugins
ELASTICSEARCH_PLUGINS_INSTALL =
ELASTICSEARCH_PLUGINS_UNINSTALL =
ELASTICSEARCH_SCRIPTS_DIR = ${ELASTICSEARCH_BASE_DIR}/scripts
ELASTICSEARCH_STACK_SIZE = 1m
ELASTICSEARCH_WORK_DIR = ${ELASTICSEARCH_BASE_DIR}/work

Inherited environment variables

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

Copyright (c) 2018 Thomas Boerger <http://www.webhippie.de>

elasticsearch's People

Contributors

tboerger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.