elasticsearch-hello-world-plugin
elasticsearch-hello-world-plugin copied to clipboard
Tutorial on how to create a new REST endpoint in elasticsearch
Installation instructions. Maven and elasticsearch are required.
$ git clone [email protected]:brusic/elasticsearch-hello-world-plugin.git
$ cd elasticsearch-hello-world-plugin
$ mvn package
$ $ES_HOME/bin/plugin -url ./target -install hello-world