Code Monkey home page Code Monkey logo

docker-elasticsearch's Introduction

Elasticsearch docker image

CircleCI Build Status GitHub Open Issues GitHub Stars GitHub Forks
Stars on Docker Hub Pulls on Docker Hub
Docker Layers

Deploy to Docker Cloud

Docker Image with Elasticsearch server.

This container is built that any extra parameters provided to docker run will be passed directly to elasticsearch command. For example, if you run docker run [run options] million12/elasticsearch --cluster.name: my-cluser you pass --cluster.name my-cluster to elasticsearch daemon.

ENVIRONMENTAL Variables

MARVEL_SUPPORT - Add support for Marvel Agent. (true/false). false is default.

  1. Marvel Docs

Run

docker run \
-d \
--name elasticsearch \
-p 9200:9200 \
million12/elasticsearch

Custom Config

User can use custom configuration file by adding -v option into run command (see example).
Default configuration directory: /opt/elasticsearch/config/

docker run \
-d \
--name elasticsearch \
-p 9200:9200 \
-e MARVEL_SUPPORT=true \
-v /path/to/myconfig.file:/opt/elasticsearch/config/elasticsearch.yml \
million12/elasticsearch

Access Web Interface

htttp://elasticsearch_ip:9200

SystemD .service file

For easy deployment using systemd we provide an example of .service file. See systemd directory

Author(s)

Author: Marcin ryzy Ryzycki ([email protected])
Author: Przemyslaw Ozgo ([email protected])


Sponsored by Prototype Brewery - the new prototyping tool for building highly-interactive prototypes of your website or web app. Built on top of Neos CMS and Zurb Foundation framework.

docker-elasticsearch's People

Contributors

pozgo avatar ryzy avatar

Watchers

 avatar  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.