hustcalm / elasticsearch-hello-world-plugin

Tutorial on how to create a new REST endpoint in elasticsearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation instructions. Maven and elasticsearch are required.

$ git clone git@github.com:brusic/elasticsearch-hello-world-plugin.git

$ cd elasticsearch-hello-world-plugin

$ mvn package

$ $ES_HOME/bin/plugin -url ./target -install hello-world

About

Tutorial on how to create a new REST endpoint in elasticsearch